Patrick Cleavelin
|
73b35dfece
|
run grep in a different thread to not block UI
|
2024-01-16 17:00:07 -06:00 |
Patrick Cleavelin
|
670ae631f5
|
fixed an off by one issue with the syntax highlighter
|
2024-01-15 19:40:46 -06:00 |
Patrick Cleavelin
|
322c524158
|
ayo, grep is now a plugin (still a lot of jank in the plugin API tho)
|
2024-01-15 19:39:43 -06:00 |
Patrick Cleavelin
|
efdd02a423
|
yo, buffer list window is now a plugin
|
2024-01-13 16:01:21 -06:00 |
Patrick Cleavelin
|
4c2fa6ab15
|
get drawing api started
|
2024-01-06 16:11:29 -06:00 |
Patrick Cleavelin
|
198e314953
|
get started moving buffer search window to plugin
|
2024-01-06 15:13:06 -06:00 |
Patrick Cleavelin
|
5b9b7889c6
|
make State global
|
2024-01-05 15:46:22 -06:00 |
Patrick Cleavelin
|
434a4e74db
|
remove original `color_buffer`
|
2024-01-05 15:32:26 -06:00 |
Patrick Cleavelin
|
d29b032251
|
load all plugins from relative directory (need to not hardcode it)
|
2024-01-05 14:58:25 -06:00 |
Patrick Cleavelin
|
8891213a0a
|
actually fully implement the highlighter within a plugin + a rust one too
|
2024-01-05 14:20:38 -06:00 |
Patrick Cleavelin
|
9e8e8f4207
|
the jankiest of implementations
|
2024-01-05 01:59:22 -06:00 |
Patrick Cleavelin
|
44d3e498a1
|
always store absolute file paths
don't re-open already loaded buffers
|
2024-01-04 22:34:24 -06:00 |
Patrick Cleavelin
|
32777f51a4
|
don't just use come hardcoded directory for Odin compiler
|
2024-01-04 14:17:20 -06:00 |
Patrick Cleavelin
|
3d0017134e
|
add really janky rip-grep support
|
2024-01-02 22:46:45 -06:00 |
Patrick Cleavelin
|
a7fa2f6b1d
|
added a window api of sorts, got started on grep style tool
|
2024-01-01 22:10:50 -06:00 |
Patrick Cleavelin
|
ff020fd059
|
allow appending to end of line
|
2024-01-01 17:25:10 -06:00 |
Patrick Cleavelin
|
6af75f364d
|
properly implement until_end_of_word
|
2024-01-01 17:10:41 -06:00 |
Patrick Cleavelin
|
16fbbebb58
|
add some more movement keybinds
fix reverse iterator acting differently than forward iterator
|
2024-01-01 14:52:32 -06:00 |
Patrick Cleavelin
|
30729b908c
|
allow font size to be configured at runtime
|
2023-12-30 20:29:37 -06:00 |
Patrick Cleavelin
|
8160038fd3
|
support ctrl modified inputs, display keybind helper in sub-commands
|
2023-12-29 22:23:37 -06:00 |
Patrick Cleavelin
|
2a5a5af40f
|
yay, input mapping!
|
2023-12-29 21:12:25 -06:00 |
Patrick Cleavelin
|
c0e980f406
|
show selected buffer in buffer list
|
2023-12-29 21:01:03 -06:00 |
Patrick Cleavelin
|
cbd0579697
|
create buffer list window that you can't interact with
|
2023-12-29 17:31:39 -06:00 |
Patrick Cleavelin
|
845ed4beab
|
fix menu bar spacing, add temporary buffers list
|
2023-12-29 15:54:46 -06:00 |
Patrick Cleavelin
|
96112c6019
|
split out into packages, add start of UI support
|
2023-12-29 15:17:51 -06:00 |
Patrick Cleavelin
|
65247f7838
|
add keyword highlighting
|
2023-12-27 16:47:52 -06:00 |
Patrick Cleavelin
|
2ba63ea655
|
make things look a little prettier
|
2023-12-25 00:34:17 -06:00 |
Patrick Cleavelin
|
16b8b4084d
|
port deleting text (no range delete yet)
Pull Request: https://github.com/showseeker/pilot-api/pull/67
|
2023-12-23 20:49:46 -06:00 |
Patrick Cleavelin
|
38539acf5c
|
port inserting text
|
2023-12-23 00:51:59 -06:00 |
Patrick Cleavelin
|
83204be7c3
|
port simple cursor movement
|
2023-12-23 00:06:44 -06:00 |
Patrick Cleavelin
|
c74fa02e7b
|
actually load files, port scrolling
|
2023-12-22 23:19:08 -06:00 |
Patrick Cleavelin
|
fdd9f35323
|
lets get this porting done
|
2023-12-22 22:29:34 -06:00 |