Changeset 145


Ignore:
Timestamp:
11/14/05 15:05:17 (19 years ago)
Author:
boris
Message:
  • updated manual
Location:
trunk/org.modelica.mdt/doc
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/org.modelica.mdt/doc/ch1.html

    r14 r145  
    44<h1>Modelica Development Tooling Help</h1>
    55<p>
    6 Modelica Development Tooling (MDT) Plug-In extends Eclipse to provide an environment
    7 for working with Modelica projects. These features are provided:
    8 </p>
     6Modelica Development Tooling (MDT) Plug-In integrates Open Modelica compiler with
     7Eclipse. MDT, together with Open Modelica compiler provides an environment for
     8working with Modelica projects.
     9
     10<h2 id = "features">Features</h2>
     11MDT is still in the early development stages but it does provide a simple
     12environment for a modelica programmer. Following features are implemented so far:
     13
    914<ul>
    10 <li>Modelica Projects management</li>
    11 <li>Modelica Sourcecode Editing support</li>
     15<li>browsing support for modelica classes</li>
     16<li>syntax color highlighting</li>
     17<li>syntax checking</li>
    1218</ul>
    1319
     
    1723<a href="http://www.liu.se">Linköping University</a> as part of a
    1824<a href="http://www.ida.liu.se/~pelab/modelica/OpenModelica.html">Open Modelica</a>
    19 effort. Open Modelica aims at creating a complete development environment for Modelica development.
     25effort. Open Modelica aims at creating a complete development environment for
     26Modelica development.
    2027</p>
    2128<h2 id = "requirements">Requirements</h2>
    2229
    2330<p>
    24 To be able to use this package of fine software you will need a number of other packages of fine software.
    25 These are:
     31MDT requires at least
     32OpenModelica compiler
     33<a href="http://www.ida.liu.se/labs/pelab/modelica/OpenModelica.html#Download">
     34version 1.3</a> and Eclipse 3.1. Other
     35versions of Open Modelica and Eclipse may work, but have not been tested.
    2636</p>
    2737
    28 <ul>
    29 <li><a href="http://www.ida.liu.se/~pelab/modelica/OpenModelica.html">Open Modelica</a></li>
    30 <li><a href="http://www.cygwin.com/">Cygwin</a></li>
    31 <li><a href="http://www.eclipse.org/cdt/">C/C++ Development Tooling Eclipse plug-in</a></li>
    32 </ul>
    3338<p>
    3439Happy compiling!
  • trunk/org.modelica.mdt/doc/ch2.html

    r14 r145  
    44<h1>Getting started</h1>
    55
     6<h2 id = "configurate_omc">Configuring the Open Modelica Compiler</h2>
     7
     8MDT need to be able to locate the binary of the compiler. It uses the
     9environment variable OPENMODELICAHOME to do so.<br>
     10If you have problems using MDT make sure that OPENMODELICAHOME is set to the
     11folder where the Open Modelica Compiler is installed. In other words
     12OPENMODELICAHOME must point to the folder that contais Open Modelica compiler
     13binary. It is named omc.exe on Windows Platform and omc on Unix platforms.
     14
     15<h2 id = "using_modelica_perspective">Using Modelica Perspective</h2>
     16
    617<p>
    7 The most convenient way to work with Modelica projects is to switch to the Modelica perspective.
    8 To switch to the Modelica perspective, choose the <b>Window</b> menu item, pick <b>Open Perspective</b>
     18The most convenient way to work with Modelica projects is to use to the
     19Modelica perspective. To switch to the Modelica perspective, choose the
     20<b>Window</b> menu item, pick <b>Open Perspective</b>
    921 followed by <b>Other...</b>
    10 Select <b>Modelica</b> option from the dialog presented and click <b>OK</b>. Not <b>Cancel</b>. Or any other button.
     22Select <b>Modelica</b> option from the dialog presented and click <b>OK</b>.
     23Not <b>Cancel</b>. Or any other button.
    1124</p>
     25
     26
     27
    1228<h2 id = "making_a_project">Making a project</h2>
    1329<p>
  • trunk/org.modelica.mdt/doc/toc.xml

    r18 r145  
    22
    33  <topic label="Getting Started" href="doc/ch2.html">
     4      <topic label="Configuring Open Modelica Compiler"
     5             href="doc/ch2.html#configurate_omc"/>
     6      <topic label="Using Modelica Perspective"
     7             href="doc/ch2.html#using_modelica_perspective"/>
    48      <topic label="Making a project" href="doc/ch2.html#making_a_project"/>
    59      <topic label="Importing a project" href="doc/ch2.html#importing_a_project"/>
Note: See TracChangeset for help on using the changeset viewer.