Commit graph

285 commits

Author SHA1 Message Date
Michael Sippel 2bdea3e2a3
upgrade node with morphisms 2023-02-17 00:59:07 +01:00
Michael Sippel 6f942c8940
factor out r3vi and shell crates 2023-02-16 15:11:22 +01:00
Michael Sippel d43d99c6d3
PTYListEditor: move style into node constructor 2023-02-11 12:03:37 +01:00
Michael Sippel 4afdb61b87
type dict: add get_typename 2023-02-11 11:54:30 +01:00
Michael Sippel 6867297eea
singleton2sequence: value only at first element
fixes chain with singleton tosequence filter
2023-01-07 13:13:27 +01:00
Michael Sippel 47b8900adc
implement tree cursor widget as projection pipeline 2023-01-07 05:14:46 +01:00
Michael Sippel a9550600f4
singleton: add flatten() & to_sequence() 2023-01-07 04:30:58 +01:00
Michael Sippel 0edbd748a5
further file renaming 2023-01-02 18:49:32 +01:00
Michael Sippel 280796ab17
move type-system & context into separate module 2023-01-02 13:18:55 +01:00
Michael Sippel 97000cab7a
move toy widgets from shell into lib 2023-01-01 16:12:20 +01:00
Michael Sippel 883cd01f99
wip 2022-12-21 01:55:42 +01:00
Michael Sippel 7a24111f08
fix warnings 2022-12-18 01:39:01 +01:00
Michael Sippel 35498a2fa7
begin refactor to node-struct and obj-commmander 2022-12-18 01:20:17 +01:00
Michael Sippel bcbeb2298a
allow nested contexts
improve make_editor
2022-11-19 01:45:57 +01:00
Michael Sippel bed4bc329b
cleanup editor constructors 2022-11-18 00:21:29 +01:00
Michael Sippel 2db92ef6aa
sum editor: forward diagnostics 2022-11-18 00:13:02 +01:00
Michael Sippel 0a8c77772c
replace TerminalTreeEditor with Nested trait 2022-11-13 15:26:25 +01:00
Michael Sippel 97624e1a8e
char editor: dont exit on invalid input 2022-11-05 23:44:44 +01:00
Michael Sippel 1588375e7d
fix style 2022-11-05 23:44:16 +01:00
Michael Sippel 96e47c3cd5
sum editor 2022-11-05 22:33:46 +01:00
Michael Sippel 294013de02 sequence enumerate(): rename variable 2022-11-05 11:57:06 +01:00
Michael Sippel 4b8b857134 commander: display error on invalid symbol 2022-11-05 11:57:06 +01:00
Michael Sippel 912f08e914 grid area: correctly convert empty set to empty range 2022-11-05 11:57:06 +01:00
Michael Sippel 06c90197da product editor: update diagnostics view 2022-11-05 11:57:06 +01:00
Michael Sippel 8eea49a688 grid flatten: fix corner case when chunk shrinks to zero area
wrong integer cast caused endless iterator
2022-11-05 11:57:06 +01:00
Michael Sippel 273f20d3db pty list: add split key 2022-11-05 11:57:06 +01:00
Michael Sippel b2f437d7df add diagnostics; contanis some bugs 2022-11-05 11:57:06 +01:00
Michael Sippel 906cc51329 sequence: add enumerate() 2022-11-05 11:57:06 +01:00
Michael Sippel 5dd4773205 product editor: fix out-of-bounds in edge case 2022-11-05 11:57:06 +01:00
Michael Sippel 096e343f25 improve colors 2022-11-05 11:57:06 +01:00
Michael Sippel 21f7043ef0 product editor: fix background color highlighting
introduce update_segment() to simplify updating of meta information of segments
2022-11-05 11:57:06 +01:00
Michael Sippel 507887535f list nav: catch some out of bounds errors 2022-11-05 11:57:06 +01:00
Michael Sippel 4e02b41a77 shell: first commander prototype 2022-11-05 11:56:56 +01:00
Michael Sippel 55eb594521
product editor: grid layout 2022-06-26 00:49:35 +02:00
Michael Sippel d8e8f763a6
cleanup product editor 2022-06-24 15:54:05 +02:00
Michael Sippel 5fef75e24f
listeditor cleanup 2022-06-19 23:13:21 +02:00
Michael Sippel d6fe977183
update gitignore 2022-06-17 18:22:06 +02:00
Michael Sippel b0b91af2ad
sequence decorators 2022-06-17 18:20:13 +02:00
Michael Sippel 87ed4ef1ca
buffers: store inner viewport instead of cast 2022-06-17 18:19:04 +02:00
Michael Sippel 0ded47410c
product editor: move tree nav to separate file 2022-05-23 22:51:23 +02:00
Michael Sippel f118eada34
product editor 2022-05-08 23:30:49 +02:00
Michael Sippel 61c2d55441
IndexArea: start at (0,0) for empty range 2022-02-13 16:40:05 +01:00
Michael Sippel 8239b1e8d5 singleton2index: dont use Full area 2022-02-10 21:17:21 +01:00
Michael Sippel 31a8202dd7
IndexArea.range(): set end to 0 instead of max
avoids capacity overflow
2021-11-29 09:12:22 +01:00
Michael Sippel 411b773ab5
fix warnings & format 2021-11-19 12:19:52 +01:00
Michael Sippel bf8a949cdd
move plot to separate file 2021-11-19 12:04:37 +01:00
Michael Sippel f480b79031
try to improve ansi parsing 2021-11-18 22:55:32 +01:00
Michael Sippel ef1a477d4a
ansi parser: PtyView to display cursor & scrolling 2021-11-18 17:47:29 +01:00
Michael Sippel 4ab20be1c5
SingletonBuffer: add get_mut() 2021-11-18 14:43:10 +01:00
Michael Sippel 941da4ed7d
add grid/buffer 2021-11-17 22:32:31 +01:00