Commit graph

17 commits

Author SHA1 Message Date
Michael Sippel 4bf03c356d
wip refactor crates 2023-11-26 03:26:00 +01:00
Michael Sippel 6b2f8ee66f
use lib-laddertypes & remove old laddertypes implementation 2023-11-12 18:07:20 +01:00
Michael Sippel 6c80865229
implement color by depth through viewport to account for dynamic change of tree structure 2023-09-08 13:40:06 +02:00
Michael Sippel 077d91c47e
cargo fix 2023-08-21 16:31:44 +02:00
Michael Sippel b40992e001
integer editor: fix radix prefix 2023-08-21 14:00:03 +02:00
Michael Sippel 5417ca1b12
char editor: set data in any case also for invalid digits 2023-08-18 03:07:40 +02:00
Michael Sippel 4cdedca62f
integer editor: add set_value & from_u64 2023-08-17 22:45:34 +02:00
Michael Sippel dc1dc3fe24
node: adapt new() to always initialize ctx and data; fix get_morphism bug 2023-08-15 23:18:51 +02:00
Michael Sippel fa8b80678e
char editor: improve readablility, add comment & use IndexBuffer::from_iter 2023-08-14 01:49:14 +02:00
Michael Sippel 2d46ac95bd
restructure TypeTerm 2023-08-12 19:03:14 +02:00
Michael Sippel 66c6478124
context: add meta_chars collection 2023-05-19 11:26:05 +02:00
Michael Sippel b6bd888d3d
node: ViewPort for editor, cleanup PTYListEditor
- move split/join functions into ListEditor
- separate PTYListStyle and PTYListController
2023-03-25 09:00:54 +01:00
Michael Sippel 17b58e6bca
TypeTerm: type-ladder arguments, variables & char-literals 2023-03-25 08:46:42 +01:00
Michael Sippel 4acce3921d
ObjCommander: return TreeNavResult 2023-02-24 19:26:46 +01:00
Michael Sippel c2a9d8e3bd
impl ObjCommander, simplify type creation & data retrieval from node" 2023-02-20 03:45:53 +01:00
Michael Sippel cf313727a6
further refactor pty-list, node morphisms, commander 2023-02-18 04:15:47 +01:00
Michael Sippel 6f942c8940
factor out r3vi and shell crates 2023-02-16 15:11:22 +01:00
Renamed from nested/src/integer/editor.rs (Browse further)