|
280796ab17
|
move type-system & context into separate module
|
2023-01-02 13:18:55 +01:00 |
|
|
97000cab7a
|
move toy widgets from shell into lib
|
2023-01-01 16:12:20 +01:00 |
|
|
883cd01f99
|
wip
|
2022-12-21 01:55:42 +01:00 |
|
|
7a24111f08
|
fix warnings
|
2022-12-18 01:39:01 +01:00 |
|
|
35498a2fa7
|
begin refactor to node-struct and obj-commmander
|
2022-12-18 01:20:17 +01:00 |
|
|
bcbeb2298a
|
allow nested contexts
improve make_editor
|
2022-11-19 01:45:57 +01:00 |
|
|
bed4bc329b
|
cleanup editor constructors
|
2022-11-18 00:21:29 +01:00 |
|
|
0a8c77772c
|
replace TerminalTreeEditor with Nested trait
|
2022-11-13 15:26:25 +01:00 |
|
|
4b8b857134
|
commander: display error on invalid symbol
|
2022-11-05 11:57:06 +01:00 |
|
|
273f20d3db
|
pty list: add split key
|
2022-11-05 11:57:06 +01:00 |
|
|
b2f437d7df
|
add diagnostics; contanis some bugs
|
2022-11-05 11:57:06 +01:00 |
|
|
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 |
|
|
4e02b41a77
|
shell: first commander prototype
|
2022-11-05 11:56:56 +01:00 |
|
|
5fef75e24f
|
listeditor cleanup
|
2022-06-19 23:13:21 +02:00 |
|
|
411b773ab5
|
fix warnings & format
|
2021-11-19 12:19:52 +01:00 |
|
|
bf8a949cdd
|
move plot to separate file
|
2021-11-19 12:04:37 +01:00 |
|
|
f480b79031
|
try to improve ansi parsing
|
2021-11-18 22:55:32 +01:00 |
|
|
f3ebc7b919
|
process launcher: PTYStatus & kill process
|
2021-11-17 22:32:04 +01:00 |
|
|
c9c6958a62
|
process editor: write keyboard input to pty
|
2021-11-11 22:29:37 +01:00 |
|
|
b9e285acb4
|
simple terminal plot-view
|
2021-11-09 02:57:24 +01:00 |
|
|
2fd209c502
|
list editor: catch out of bounds in ListEditor::get_item()
|
2021-11-07 08:50:36 +01:00 |
|
|
7fdc0bf272
|
optimize index views with IndexArea enum to allow range based notifications
|
2021-11-07 08:48:04 +01:00 |
|
Michael Sippel
|
c68a9f785d
|
shell: use a ListEditor of ProcessLaunchers in top level
|
2021-09-24 23:31:09 +02:00 |
|
|
911b69aeea
|
shell: fit size of ascii box around pty to its contents
|
2021-09-21 02:19:42 +02:00 |
|
|
5ec840e87c
|
pty wrapper
|
2021-09-15 17:47:40 +02:00 |
|
|
372ef9cb77
|
shell: use portable-pty crate instead of pty-rs
|
2021-09-15 15:24:39 +02:00 |
|
|
003374a8e0
|
ascii box view
|
2021-09-13 01:52:37 +02:00 |
|
|
cee6e02a04
|
shell: first ProcessLauncher with PTY
|
2021-09-03 06:49:18 +02:00 |
|
|
73eec59f58
|
ListEditor: better NavResult in dn(): avoid jumping when calling dn on lowest level
|
2021-08-31 02:11:49 +02:00 |
|
|
a3d966df11
|
fix some bugs and add help to demo
|
2021-08-28 17:01:31 +02:00 |
|
|
cec7b4a0a0
|
more improvements for ListEditor
fix some glitches by refactoring ListCursor: mode is now always present, only idx is optional
|
2021-08-26 08:20:51 +02:00 |
|
|
2563e06000
|
list editor: refactor cursor handling
|
2021-08-23 05:00:57 +02:00 |
|
|
9905a2376f
|
build StringEditor and PosIntEditor ontop of ListEditor
add DigitEditor and CharEditor
|
2021-08-16 01:27:35 +02:00 |
|
|
603034a065
|
TreeNav trait
adapt ListEditor and StringEditor
|
2021-08-15 04:27:09 +02:00 |
|
|
127c43bca0
|
list editor: add path view
add decorate() on OuterViewPort to create a ListDecorator
|
2021-08-15 02:05:33 +02:00 |
|
|
316b332d4a
|
shell: add monstera
|
2021-08-11 17:56:42 +02:00 |
|
|
07ee04bba4
|
move list editor module to nested crate
|
2021-08-11 17:52:38 +02:00 |
|
|
0962b96c3a
|
add first list decorator projection
|
2021-06-06 18:44:41 +02:00 |
|
|
e5e1fc180e
|
add shell crate with stupid int editor
|
2021-06-05 23:30:40 +02:00 |
|