Bug #3022
closedFSM State cannot be opened from context menu
0%
Description
Modal Model (FSM) States can have Refinements (just as Transitions can have).
The context menu for the Transitions contains a Look Inside item, while the one for the State does not.
Note that after selecting the State, Ctrl+L opens the refinement.
Example workflows in ptolemy demos:
/ptolemy/domains/de/demo/ModalModel/ModalModel.xml
(Kepler Help -> Documentation -> Ptolemy Introduction -> Quick Tour -> Heterogeneous Models)
Updated by Christopher Brooks over 16 years ago
The issue here is that in Ptolemy, the transition menu choices
are "Look Inside", not "Open Actor".
See bug #2110 for "Look Inside" vs "Open Actor"
Transitions are not actors, so "Open Actor" is not correct.
States can be considered actors, though some (Edward?) may disagree.
See the StateTracker demo for a demo that has a transition that has
a refinement.
I've fixed this by editing
kepler/configs/ptolemy/configs/kepler/uiContextMenuMappings_en_US.properties
This change is in both the devel trunk and the 1.0.0 release branch.
I'm closing this one.