|
Last change
on this file since 751 was
750,
checked in by sherbold, 13 years ago
|
- added command cleanupKeyInteractions to handle invalid KeyPressed/KeyReleased? pairs
- fixed minor bug in command condenseMouseClicks
- fixed minor bug in command correctKeyInteractionTargets
- fixed minor bug in command detectTextInputEvents
- fixed minor bug in command sortKeyInteractions
- beautified showing of sequences in SWT GUI
- updated ArgoUML GUI Mappings
|
|
File size:
529 bytes
|
| Line | |
|---|
| 1 | Deletes an object, e.g., a selection of sequences, from the global data storage. |
|---|
| 2 | |
|---|
| 3 | $USAGE$ |
|---|
| 4 | <sequencesName> name of the sequences to be cleaned-up |
|---|
| 5 | <neqSequencesName> name of the cleaned-up sequences |
|---|
| 6 | <mode> defines whether KeyReleased events without a matching KeyPressed are removed (mode: REMOVAL) or if a matching KeyPressed event is added directly in front of the KeyReleased event (mode: ADDITION) |
|---|
| 7 | |
|---|
| 8 | Example(s): |
|---|
| 9 | cleanupKeyInteractions sequences cleanedSequences REMOVAL |
|---|
| 10 | cleanupKeyInteractions sequences cleanedSequences ADDITION |
|---|
Note: See
TracBrowser
for help on using the repository browser.