Blaž Hrastnik
|
b765c17896
|
Hacky undo/redo integration.
|
2020-10-13 23:13:56 +09:00 |
|
Blaž Hrastnik
|
fd311fb8ad
|
Undo tree draft.
We keep a tree of transactions. This allows for persistent undo by
simply serializing the changesets.
|
2020-10-13 23:13:56 +09:00 |
|
Blaž Hrastnik
|
5392b48268
|
Drop Coords.
|
2020-10-07 13:59:19 +09:00 |
|
Jan Hrastnik
|
038201647c
|
started work on goto mode
|
2020-10-04 23:47:37 +02:00 |
|
Blaž Hrastnik
|
5945815d97
|
Fix cursor rendering & placement on append mode.
|
2020-10-01 18:44:12 +09:00 |
|
Blaž Hrastnik
|
e39bd211d1
|
argh -> clap to speed up compilation (no syn/proc_macro)
|
2020-10-01 12:25:03 +09:00 |
|
Blaž Hrastnik
|
3feb00283d
|
clippy warnings
|
2020-09-29 18:07:05 +09:00 |
|
Blaž Hrastnik
|
1bb01d27ae
|
Simplify line ending calculation.
|
2020-09-29 17:49:19 +09:00 |
|
Blaž Hrastnik
|
13d1ea542e
|
Clamp character movement to line.
|
2020-09-29 01:11:17 +09:00 |
|
Blaž Hrastnik
|
e0785aabe7
|
Move-by-word commands: w, b, e.
|
2020-09-24 19:16:35 +09:00 |
|
Blaž Hrastnik
|
eb639eb2e4
|
More robust syntax detection/grammar loading.
|
2020-09-22 18:27:37 +09:00 |
|
Blaž Hrastnik
|
935cfeae57
|
Split parts of helix-term into helix-view.
It still largely depends on term for some types but I plan to change
that later.
|
2020-09-21 18:24:16 +09:00 |
|
Blaž Hrastnik
|
48330ddb5f
|
Command needs access to view information for certain changes.
|
2020-09-19 23:16:00 +09:00 |
|
Blaž Hrastnik
|
3859f6963d
|
More work on the UI.
|
2020-09-19 11:58:08 +09:00 |
|
Blaž Hrastnik
|
088f8a82af
|
Incremental parsing: rough draft.
|
2020-09-17 16:32:40 +09:00 |
|
Blaž Hrastnik
|
31999d6528
|
Make state fields read-only from outside the crate.
|
2020-09-14 19:50:46 +09:00 |
|
Blaž Hrastnik
|
96db02742e
|
Simplify some more code.
|
2020-09-13 23:40:11 +09:00 |
|
Blaž Hrastnik
|
f098166571
|
Get rid of a bunch of clones.
|
2020-09-12 23:52:38 +09:00 |
|
Blaž Hrastnik
|
25b3f98e3d
|
draft: tree-sitter highlighting
|
2020-09-09 15:48:25 +09:00 |
|
Blaž Hrastnik
|
563e094916
|
Fix double must_use.
|
2020-09-08 21:06:39 +09:00 |
|
Blaž Hrastnik
|
8b3e152126
|
cleanup: Make Buffer just a part of State.
|
2020-09-07 11:28:52 +09:00 |
|
Blaž Hrastnik
|
579b6899f1
|
Work on insert mode.
|
2020-09-07 11:21:26 +09:00 |
|
Blaž Hrastnik
|
e806446379
|
Fix position coordinate calculation.
|
2020-09-04 18:18:59 +09:00 |
|
Jan Hrastnik
|
6ba082697d
|
added cursor rendering
|
2020-06-24 20:59:35 +02:00 |
|
Jan Hrastnik
|
e93b15cef3
|
created view struct
|
2020-06-19 02:14:29 +02:00 |
|
Jan Hrastnik
|
8958f06f08
|
added file rendering
|
2020-06-16 22:46:27 +02:00 |
|
Blaž Hrastnik
|
f8fe273a2e
|
Fix build.
|
2020-06-08 00:41:37 +09:00 |
|
Blaž Hrastnik
|
e98cdebf1e
|
Add a command module.
|
2020-06-08 00:15:39 +09:00 |
|
Blaž Hrastnik
|
195aad4675
|
Fix coord mapping, add vertical move.
|
2020-06-08 00:08:51 +09:00 |
|
Blaž Hrastnik
|
10d53f3ef0
|
Add primitives for converting between char offset indices and coords.
|
2020-06-05 14:04:30 +09:00 |
|
Blaž Hrastnik
|
d232000c54
|
Fix compilation.
|
2020-06-02 10:34:55 +09:00 |
|
Blaž Hrastnik
|
613d06dfb0
|
wip: importing to github
|
2020-06-01 17:42:28 +09:00 |
|
Blaž Hrastnik
|
6905ff03c2
|
Start swapping from termwiz to crossterm + async.
|
2020-05-28 17:47:35 +09:00 |
|
Blaž Hrastnik
|
b5c38812e9
|
address clippy warnings
|
2020-05-28 14:45:44 +09:00 |
|
Blaž Hrastnik
|
44ff4d3c1f
|
Implement a new core based on CodeMirror.
|
2020-05-25 13:02:21 +09:00 |
|