Commit Graph

72 Commits

Author SHA1 Message Date
ad40f33988 Added open file multi select; focus active file's dir on open file dialog 2024-03-01 19:56:24 -06:00
efbb6aef5b added ctrl + k and u key bindings for buffer cut and paste 2024-02-10 23:27:42 -06:00
defff39e25 Reworking completion call and didChange logic 2024-01-29 22:11:14 -06:00
0c6af185a2 aligned to base template project; scroll past end added; move line selection preservation 2024-01-27 23:44:34 -06:00
0e8833f6f9 moved utils --> libs 2024-01-11 19:48:10 -06:00
cec6f71727 More LSP effort; improved file load by freezing event system until loaded 2023-11-13 22:09:25 -06:00
257a368e02 Improved handle placement on ctrl+shift --> 2nd pane when hidden 2023-11-12 17:34:13 -06:00
9d2c62ef20 File open sets default path to current path if any 2023-11-12 16:50:53 -06:00
6752cf47df Resolving info widget updating events 2023-11-12 16:07:51 -06:00
2b50afe14d Mouse focus styling update 2023-11-12 14:44:48 -06:00
34406fa8df Docstring cleanup; ipc message changed for clarity 2023-11-12 01:10:27 -06:00
266a49a9cc Some LSP cleanup and method extracted 2023-11-11 23:42:59 -06:00
1102cc252e Improved hande osition on split 2023-11-11 21:07:54 -06:00
e0774a5d2e Added focus pane keybindings 2023-11-11 19:49:29 -06:00
30ab5305ca Resolving additional focus problems from prior commit 2023-11-11 00:31:38 -06:00
6fa201709b Improved focus logic when ctrl+shift+up/down an edit window 2023-11-11 00:22:50 -06:00
37bff1eb3d Completion providfer efforts; Snippits stubbing message 2023-11-08 23:52:23 -06:00
cb07afb1b0 Reworking LSP logic and plugin 2023-11-06 23:01:18 -06:00
27ab95c065 Fix line scrolling to view issues 2023-11-05 21:18:54 -06:00
3add597c80 Fixing miniview load timing isues 2023-11-05 15:57:08 -06:00
3e883160aa Fix focus logic when pane 2 is emptied and pane 1 alerted 2023-11-04 14:40:43 -05:00
3b2fab0f4c Refactoring notebook and sourceview; embedding keybindings for time being 2023-11-02 01:29:50 -05:00
d09a6e063e Slight refactoring notebook and sourceview 2023-11-01 19:27:38 -05:00
3a84413737 Completed markdown plugin; pre-work on snippits; renamed sourceview file to align with other names 2023-10-31 22:04:08 -05:00
0f469ee639 Fixed new line indenting logic 2 2023-10-31 00:55:11 -05:00
a449ca6807 Fixed new line indenting logic 2023-10-31 00:24:13 -05:00
d90ed2fdc8 Added deep indent on : or { ending lines plus regular indent for multi insert 2023-10-28 20:18:50 -05:00
35bc3faa70 mall cleanup; added initial plugin structure for markdown preview 2023-10-28 14:53:42 -05:00
fe28aaafb5 cleanup 2023-10-28 14:43:50 -05:00
f897cf5e45 Change out launch approach 2023-10-28 00:50:06 -05:00
6fe58a39a2 Fixed filechoser breakage from copy/paste action 2023-10-27 22:31:37 -05:00
2f44a0e033 cleaned up themes; added peacocks in space theme 2023-10-23 00:04:07 -05:00
92e43b359b added transparancey scale; snippits plugin pre work; search and replace fixes 2023-10-21 19:01:01 -05:00
7a343e39e8 Restructuring buffer access to provide better separation for future work 2023-10-21 15:49:29 -05:00
c88fec7a27 Much more plugin interop work as well as more images 2023-10-19 22:55:00 -05:00
f2a0287950 Small IPC fixes 2023-10-18 21:53:28 -05:00
877f70adac Fixed settings issue 2023-10-18 21:42:26 -05:00
32caa36fa9 In effect addeed socket recovery logic; added deubug hook 2023-10-18 21:15:36 -05:00
b1a032776e Added comment toggleplugin 2023-10-15 23:56:06 -05:00
7aca4d6960 Added autopairs plugin 2023-10-15 22:36:33 -05:00
3ad7c3b65d Added mouse zoom; fixed colorize bug; set default line to 0 2023-10-14 15:44:45 -05:00
eb149270b0 disabled completion for now; finalized colorize plugin 2023-10-14 14:27:42 -05:00
d6d9ce54bd added colorize plugin; added events; added highlight find functionality 2023-10-14 01:30:13 -05:00
6611eaacd2 added buffer state indicator; small cleanup of unused code 2023-10-12 22:22:19 -05:00
f1cc022079 Mostly sinking sourceview pre-bound keys 2023-10-12 20:52:52 -05:00
92f1eab4d8 Improved multi insert feature; separated events to files 2023-10-11 23:32:02 -05:00
dd086ec1d6 Worked on the plugin system; added preliminary search and replace plugin 2023-10-10 22:26:05 -05:00
2caf381742 Externalized some settings; added more css control; added syntax themes 2023-10-10 14:51:57 -05:00
0e940aa4f0 Updated themeing css; temporary fix for zoom + mini view conflicts; cleanup 2023-10-10 04:04:53 -05:00
2aa9d3afd9 added structural work for more signal handling; fixed focus logic 2023-10-09 23:07:10 -05:00