Opened 4 years ago

Last modified 3 years ago

#6317 new defect

Autocompletion breaks after annotation(Dialog(tab = "Anything"))

Reported by: franco.ferrucci@… 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 Francesco Casella, 4 years ago

Cc: Anatoly Trosinenko added

@atrosinenko, would you like to have a look?

Thanks!

comment:2 by Francesco Casella, 4 years ago

Milestone: NeedsInput1.17.0

comment:3 by Anatoly Trosinenko, 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 Francesco Casella, 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 Francesco Casella, 4 years ago

Milestone: 1.17.01.18.0

Retargeted to 1.18.0 because of 1.17.0 timed release.

comment:6 by Francesco Casella, 3 years ago

Milestone: 1.18.0

Ticket retargeted after milestone closed

Note: See TracTickets for help on using tickets.