update todo
This commit is contained in:
parent
d805fa95e4
commit
0266675f29
1 changed files with 10 additions and 7 deletions
17
todo.txt
17
todo.txt
|
|
@ -37,6 +37,9 @@ TODO
|
||||||
- explicit order of:
|
- explicit order of:
|
||||||
- outgoing transitions?
|
- outgoing transitions?
|
||||||
|
|
||||||
|
- write documentation
|
||||||
|
although ideally the tool should explain itself...
|
||||||
|
|
||||||
- usability stuff:
|
- usability stuff:
|
||||||
- action language: add increment operations (++) and (--)
|
- action language: add increment operations (++) and (--)
|
||||||
and (+=) and (-=)
|
and (+=) and (-=)
|
||||||
|
|
@ -48,11 +51,17 @@ TODO
|
||||||
|
|
||||||
- ability to hide statechart and only show the plant?
|
- ability to hide statechart and only show the plant?
|
||||||
- hovering over event in side panel should highlight all occurrences of the event in the SC
|
- hovering over event in side panel should highlight all occurrences of the event in the SC
|
||||||
- hovering over error in bottom panel should highlight that rror in the SC
|
- rename events / variables
|
||||||
|
find/replace?
|
||||||
|
- hovering over error in bottom panel should highlight that error in the SC
|
||||||
- highlight selected shapes while making a selection
|
- highlight selected shapes while making a selection
|
||||||
- highlight about-to-fire transitions
|
- highlight about-to-fire transitions
|
||||||
- integrate undo-history with browser history (back/forward buttons)
|
- integrate undo-history with browser history (back/forward buttons)
|
||||||
|
|
||||||
|
- ability to 'freeze' editor (e.g., to show plant SC)
|
||||||
|
- show insert mode also next to cursor
|
||||||
|
- plot plant signals
|
||||||
|
|
||||||
- performance:
|
- performance:
|
||||||
maybe try this for rendering the execution trace:
|
maybe try this for rendering the execution trace:
|
||||||
https://legacy.reactjs.org/docs/optimizing-performance.html#virtualize-long-lists
|
https://legacy.reactjs.org/docs/optimizing-performance.html#virtualize-long-lists
|
||||||
|
|
@ -63,11 +72,5 @@ TODO
|
||||||
https://pub.dev/packages/ploeg_tree_layout
|
https://pub.dev/packages/ploeg_tree_layout
|
||||||
- local variable scopes
|
- local variable scopes
|
||||||
|
|
||||||
for the assignment:
|
|
||||||
*ALL* features
|
|
||||||
add history (look at original Harel paper)
|
|
||||||
add microwave oven
|
|
||||||
add traffic light
|
|
||||||
|
|
||||||
Publish StateBuddy paper(s):
|
Publish StateBuddy paper(s):
|
||||||
compare CS approach to other tools, not only YAKINDU
|
compare CS approach to other tools, not only YAKINDU
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue