Opened 4 years ago
Last modified 3 years ago
#6317 new defect
Autocompletion breaks after annotation(Dialog(tab = "Anything"))
Reported by: | Owned by: | Adeel Asghar | |
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | OMEdit | Version: | 1.16.1 |
Keywords: | Autocompletion | Cc: | Anatoly Trosinenko |
Description
The autocompletion does not work after using the following annotation:
annotation(Dialog(tab = "Anything"))
Here there is an example:
model Test
<--- Until here auto-completion works!
parameter Real K = 5
"This is a parameter"
annotation(Dialog(tab = "Anything"));
<--- It does not work here.
equation
<--- It does not work here.
end Test;
<--- Here it works again.
Change History (6)
comment:1 by , 4 years ago
Cc: | added |
---|
comment:2 by , 4 years ago
Milestone: | NeedsInput → 1.17.0 |
---|
comment:3 by , 4 years ago
@casella I doubt I remember enough context at the moment for this task to be worth blocking on my analysis... Hope this should be something as simple as the end of annotation statement not being detected properly.
comment:4 by , 4 years ago
As we say in Italian, "al suo buon cuore", which roughly translates to "that's up to your good heart" :)
Thanks!
comment:5 by , 4 years ago
Milestone: | 1.17.0 → 1.18.0 |
---|
Retargeted to 1.18.0 because of 1.17.0 timed release.
@atrosinenko, would you like to have a look?
Thanks!