source: docs/BUGS @ 576

Last change on this file since 576 was 364, checked in by boris, 19 years ago
  • entered new bug in the 'database'
File size: 3.2 KB
Line 
1Known bugs and issues in the MDT plugin.
2
3OPEN BUGS AND ISSUES
4
5BUGID: 7
6STATUS: open
7TESTCASE: absent
8
9If the exists tab characters (\t) in the modelica source code then the region
10reported by IModelicaElement.getLocation() will be wrong. This is due to the
11fact that OMC counts each tab as 8 characters and eclipse text framework as
121 character.
13
14There is no straighforward way to fix this bug. Best way it to discuss this
15with OMC hackers and agreen on some sort of standard or something.
16
17One way to fix this is to change OMC to count each tab as 1 character and
18instead of returning start/end line and start/end column for each element
19is to report only start and end character. However this probably will break
20other OMC clients. No, life aint easy.
21
22BUGID: 8
23STATUS: open
24TESTCASE: absent
25
26Double clicking on the 'Standard Library' node in the modelia project
27view couses the NullPointerException.
28
29CLOSED BUGS AND ISSUES
30
31BUGID: 2
32STATUS: fixed
33TESTCASE: absent, a bit tricky to write
34It is not possible to open/close project from the Modelica Project View.
35
36BUGID: 4
37STATUS: closed
38TESTCASE: n/a
39ENVIRONMENT: windows XP, omc 1.3.1
40Expand 'System Library'->'Modelica'->SIunits'. A bunch of InvocationError
41exceoptions are thrown. E.g.:
42
43org.modelica.mdt.internal.omcproxy.InvocationError: getPackages(Modelica.SIunit\
44s.ModulusOfAdmittance) replys 'error'
45    at org.modelica.mdt.internal.omcproxy.OMCProxy.getPackages(OMCProxy.java:325)
46
47This can be some sort of omc bug, getErrorString() returns:
48#Error, lookup_classdef failed
49Length in Modelica
50[..snip..]
51This should probably be reported upstream.
52-------------------------------------------------------------------------------
53Mail sent to modelica-pelab list, waiting for reply.
54-------------------------------------------------------------------------------
55No reply recived, bug entered in omc's bug database, closing this issue.
56
57BUGID: 5
58STATUS: fixed
59TESTCASE: absent
60'Open project' and 'Close project' menu items are not updated after invocation.
61
62Try this. Select an open project and click on 'close project' menu (for example
63in contex menu). Look at the menu again, 'Open project' is still disabled
64and 'Close project' enabled. Same problem if you open a closed project.
65
66BUGID:  1
67STATUS: fixed (obsolete)
68TESTCASE: n/a
69DESCRIPTION
70When there is a warning displayed New Modelica Class Wizard, the finish button
71is disabled, should be enabled.
72-------------------------------------------------------------------------------
73The behavior desrived above is depricated sorta. New class wizard does not
74display warnings any more, just errors.
75
76BUGID: 6
77STATUS: fixed
78TESTCASE: n/a
79
80While in modelica editor line and column number are not visible. In for
81example java editor line and column number are visible in the status bar
82at the bottom.
83
84BUGID: 3
85STATUS: closed
86TESTCASE: n/a
87
88It is not possible to print from Modelica Editor. The print icon is grayed out
89on the toolbar.
90-------------------------------------------------------------------------------
91It's not possible at all to print from Eclipse/GTK+ right now
92(Eclipse 3.1.1), support is not implemented in SWT. See
93https://bugs.eclipse.org/bugs/show_bug.cgi?id=24796
94
Note: See TracBrowser for help on using the repository browser.