This commit is contained in:
Michael Sippel 2025-03-10 18:19:22 +01:00
parent 894e19b84b
commit 48fc91b586
Signed by: senvas
GPG key ID: F96CF119C34B64A6

27
todo.md Normal file
View file

@ -0,0 +1,27 @@
# Workbench
* TreeType trait
* TypedCursor widget
# Layouting
* Columns, word-oriented line breaks
# Navigation
* save Cursor Gravity mode in editor
* find intuitive scheme to switch gravity mode
# Editing
* Char Editor: escape chars \n \t etc.
* Range Seletcion
* Drag/Move
# Refactor
* Proper Variable Scoping in Type Terms
* cleaner type substitutions
* TreeNavCmd via ObjCommander → remove tree_nav in NestedNode
* lib crates: add prelude
* rename
OuterViewPort -> OutPort
InnerViewPort -> InPort
AnyOuterViewPort -> AnyOutPort
AnyInnerViewPort -> AnyInPort