Bug #3022
FSM 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)
History
#1 Updated by Dan Higgins over 14 years ago
related to bug #2509
#2 Updated by Chad Berkley about 14 years ago
moving to post 1.0.
#3 Updated by Christopher Brooks about 14 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.
#4 Updated by Redmine Admin over 9 years ago
Original Bugzilla ID was 3022