Skip to content

Commit

Permalink
Updated according to new options of Options Dialog.
Browse files Browse the repository at this point in the history
  • Loading branch information
adeas31 committed Oct 19, 2016
1 parent 362b74d commit d6aaeca
Showing 1 changed file with 64 additions and 0 deletions.
64 changes: 64 additions & 0 deletions UsersGuide/source/omedit.rst
Expand Up @@ -640,6 +640,8 @@ General

- *Terminal Command Arguments* – Sets the terminal command arguments.

- *Hide Variables Browser* – Hides the variable browser when switching away from plotting perspective.

- Libraries Browser

- *Library Icon Size* – Sets the size for library icons.
Expand Down Expand Up @@ -684,6 +686,9 @@ Libraries
and ModelicaReference will always load even if user has removed
them from the list of system libraries.

- *Load OpenModelica library on startup* – If true then OpenModelica
package will be loaded when OMEdit is started.

- *User Libraries* – The list of user libraries/files that should be
loaded every time OMEdit starts.

Expand Down Expand Up @@ -724,6 +729,39 @@ Modelica Editor

- *Preserve Text Indentation* – If true then uses *diffModelicaFileListings* API call otherwise uses the OMC pretty-printing.

- Colors

- *Items* – List of categories used of syntax highlighting the code.

- *Item Color* – Sets the color for the selected item.

- *Preview* – Shows the demo of the syntax highlighting.

MetaModelica Editor
~~~~~~~~~~~~~~~~~~~

- Colors

- *Items* – List of categories used of syntax highlighting the code.

- *Item Color* – Sets the color for the selected item.

- *Preview* – Shows the demo of the syntax highlighting.

MetaModel Editor
~~~~~~~~~~~~~~~~

- Colors

- *Items* – List of categories used of syntax highlighting the code.

- *Item Color* – Sets the color for the selected item.

- *Preview* – Shows the demo of the syntax highlighting.

C/C++ Editor
~~~~~~~~~~~~

- Colors

- *Items* – List of categories used of syntax highlighting the code.
Expand Down Expand Up @@ -777,9 +815,18 @@ Simulation

- *OMC Flags* – sets the omc flags for simulation.

- *Ignore __OpenModelica_commandLineOptions annotation* – if ture then ignores the __OpenModelica_commandLineOptions
annotation while running the simulation.

- *Ignore __OpenModelica_simulationFlags annotation* – if ture then ignores the __OpenModelica_simulationFlags
annotation while running the simulation.

- *Save class before simulation* – if ture then always saves the class
before running the simulation.

- *Switch to plotting perspective after simulation* – if ture then GUI always switches to plotting
perspective after the simulation.

- Output

- *Structured –* Shows the simulation output in the form of tree
Expand Down Expand Up @@ -837,6 +884,10 @@ Notifications
message will pop-up when user tries to insert a bitmap from a local
directory to an unsaved class.

- *Always ask for the dragged component name* – If true then a
message will pop-up when user drag & drop the component on the
graphical view.

Line Style
~~~~~~~~~~

Expand Down Expand Up @@ -949,6 +1000,19 @@ FMI

- *FMU Name* – Sets a prefix for generated FMU file.

- Platforms - list of platforms to generate FMU binaries.

TLM
~~~

- General

- TLM Plugin Path - path to TLM plugin bin directory.

- TLM Manager Process - path to TLM managar process.

- TLM Monitor Process - path to TLM monitor process.

Debugger
--------

Expand Down

0 comments on commit d6aaeca

Please sign in to comment.