Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Difference between revisions of "Papyrus/Neon Work Description/Improvements/StateMachineEnhancements"

(Created page with "State-machine enhancements * Input window is very small (it depends on size of existing label, i.e. very small initially) * Xtext editor makes incomplete propositions (e.g. C...")
 
Line 1: Line 1:
 
State-machine enhancements
 
State-machine enhancements
  
* Input window is very small (it depends on size of existing label, i.e. very small initially)
+
* Transition editor ("F2" on transition)
* Xtext editor makes incomplete propositions (e.g. CallEvents for operations are only proposed, if a prefix of the operation name is typed)
+
** Input window is very small (it depends on size of existing label, i.e. it is very small initially)
* Xtext editor makes wrong propositions (e.g. additional "/" although it has already been provided
+
** The Xtext editor makes incomplete propositions (e.g. CallEvents for operations are only proposed, if a prefix of the operation name is typed)
 +
** The Xtext editor makes wrong propositions (e.g. additional "/" although it has already been provided
 
* Sub-state is in upper-left corner, when it is the first one (that is causing transition to a state to a composite state)
 
* Sub-state is in upper-left corner, when it is the first one (that is causing transition to a state to a composite state)
 
* Do not show state compartement by default (minor)
 
* Do not show state compartement by default (minor)
 
* Do not show labels for pseudo states by default (minor) => state name is centric
 
* Do not show labels for pseudo states by default (minor) => state name is centric
 
* Add accelerators for creation of transitions (already in states, but not working. Not in pseudo states)
 
* Add accelerators for creation of transitions (already in states, but not working. Not in pseudo states)

Revision as of 08:42, 14 March 2016

State-machine enhancements

  • Transition editor ("F2" on transition)
    • Input window is very small (it depends on size of existing label, i.e. it is very small initially)
    • The Xtext editor makes incomplete propositions (e.g. CallEvents for operations are only proposed, if a prefix of the operation name is typed)
    • The Xtext editor makes wrong propositions (e.g. additional "/" although it has already been provided
  • Sub-state is in upper-left corner, when it is the first one (that is causing transition to a state to a composite state)
  • Do not show state compartement by default (minor)
  • Do not show labels for pseudo states by default (minor) => state name is centric
  • Add accelerators for creation of transitions (already in states, but not working. Not in pseudo states)

Back to the top