source: docs/TODO @ 539

Last change on this file since 539 was 443, checked in by boris, 18 years ago
  • added a Troubleshooting section to the users guide
File size: 2.0 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.
27
28* package the source together with the binary plugins when doing distribution
29  (see org.eclipse.pde.core.source)
30
31* in the Projects View, rename doesn't work, cut/paste not implemented
32
33* add icon for Modelica perspective
34
35* don't expose CompilerProxy outside of the core plugin (move CompilerProxy.java
36  to the internal.core package)
37
38* check if imports, inputParams and outputParams are updated when a file is
39    saved in the Modelica editor
40   
41* if only one code completion is proposed, that completion should be done
42    automatically
43   
44* an indicator that shows that connection with omc has been established would
45    be good
46
47* add support for overlay images, like 'error' and 'svn'/'cvs' overlays
48    in the Modelica Project view
49
50* remove models that are contained in a sourcefile from omc when it is rebuilt
Note: See TracBrowser for help on using the repository browser.