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"

m
Line 4: Line 4:
 
** Input window is very small (it depends on size of existing label, i.e. it is very small initially)
 
** 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 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
+
** 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)
+
* A Sub-state is placed in the upper-left corner of a composite state, when it is the first sub-vertex (that is causing transition of a state to a composite state)
* Do not show state compartement by default (minor)
+
* Do not show the state compartment by default (minor) => state name would be vertically centered.
* Do not show labels for pseudo states by default (minor) => state name is centric
+
* Do not show labels for pseudo states by default (minor)
* Add accelerators for creation of transitions (already in states, but not working. Not in pseudo states)
+
* Add accelerators for creation of transitions (already existing for states, but not working. Not existing for pseudo states yet)

Revision as of 08:48, 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)
  • A Sub-state is placed in the upper-left corner of a composite state, when it is the first sub-vertex (that is causing transition of a state to a composite state)
  • Do not show the state compartment by default (minor) => state name would be vertically centered.
  • Do not show labels for pseudo states by default (minor)
  • Add accelerators for creation of transitions (already existing for states, but not working. Not existing for pseudo states yet)

Back to the top