source: trunk/org.modelica.mdt/doc/ch1.html @ 207

Last change on this file since 207 was 207, checked in by remar, 19 years ago
  • added a list of nonfeatures (features not yet implemented)
  • added documentation about package and class creation, syntax checking and code completion
File size: 1.7 KB
Line 
1<html>
2<title>Modelica Development Tooling Help</title>
3<body>
4<h1>Modelica Development Tooling Help</h1>
5<p>
6The Modelica Development Tooling (MDT) Plug-In integrates the Open Modelica
7compiler with Eclipse. MDT, together with the Open Modelica compiler provides an
8environment for working 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. The following features are implemented so
13far:
14
15<ul>
16<li>browsing support for modelica classes</li>
17<li>syntax color highlighting</li>
18<li>syntax checking</li>
19<li>syntax error highlighting</li>
20<li>code completion</li>
21<li>wizards for creation of projects, packages, and classes</li>
22<li>Modelica System Library browsing support</li>
23</ul>
24
25<h2 id = "nonfeatures">Nonfeatures</h2>
26Some features are as of now missing from MDT:
27
28<ul>
29<li>simulation of models</li>
30<li>loading of classes into correct namespace</li>
31</ul>
32
33<h2 id = "background">Background</h2>
34<p>
35MDT is created by <a href="http://www.ida.liu.se/~pelab/">PELAB</a> at
36<a href="http://www.liu.se">Link&ouml;ping University</a> as part of an
37<a href="http://www.ida.liu.se/~pelab/modelica/OpenModelica.html">Open Modelica</a>
38effort. Open Modelica aims at creating a complete development environment for
39Modelica development.
40</p>
41<h2 id = "requirements">Requirements</h2>
42
43<p>
44MDT requires at least the OpenModelica compiler
45<a href="http://www.ida.liu.se/labs/pelab/modelica/OpenModelica.html#Download">
46version 1.3</a> and <a href="http://www.eclipse.org">Eclipse</a> 3.1. Other
47versions of Open Modelica and Eclipse may work, but have not been tested.
48</p>
49
50<p>
51Happy compiling!
52</p>
53</html>
Note: See TracBrowser for help on using the repository browser.