source: docs/TODO @ 370

Last change on this file since 370 was 332, checked in by boris, 19 years ago
  • updates to BUG database
File size: 1.2 KB
Line 
1Featurelevel improvments. Stuff that would be nice to have.
2
3* add filtering support to Modelica Projects View
4
5* add 'Link With Editor' support to Modelica Projects View
6
7* add support for working sets to Modelica Projects View
8
9* add standart toolbar (Back, Forward, Up, Collapse All, Link With Editor,
10  'Filters/Working set menu) to Modelica Projects View
11 
12* add source code navigation support, you know, beeing able to click on
13  stuff in the source code while holding down Ctrl
14  (try it in JDT, best feature evah!)
15  to do this more information from OMC needed
16* implement quickfixes whenever possible, for this OMC needs to report
17  error types
18 
19* right now if multiple modelica compiler plugins (plugins that define
20  org.modelica.mdt.compiler extension) are available an error message is
21  displayed and nothing works until exactly one compile is available.
22  This can be changed to allowing user to configure which compiler to use on per
23  project basis. It's probably good to add a 'default compiler' setting also.
24 
25* if identical classnames exists in two files, strange things begin to happen
26  in MDT. The user should be warned when this happens.
Note: See TracBrowser for help on using the repository browser.