Commit Graph

117 Commits

Author SHA1 Message Date
c06df187a6 removing completion items without text insertions 2024-10-04 00:08:20 -05:00
742ec1baad fixing additional completion insertion edge cases 2024-10-03 21:31:59 -05:00
8eb8c4d543 text insertion fixes 2024-10-02 21:54:08 -05:00
84b24d6767 Base handling of java source dir paths 2024-10-02 00:58:16 -05:00
e3774ee5f3 Extending response type 2024-09-30 18:40:23 -05:00
73437ce5e9 Handling completion code based scrolling 2024-09-28 20:07:41 -05:00
52fa52864b Handling completion insertion 2024-09-26 20:44:22 -05:00
ed63bcc093 Handling completion keyboard movement 2024-09-26 01:20:06 -05:00
3d37a2335a Implementing own completion UI logic 2024-09-25 02:11:39 -05:00
dc387d1d4c Improved ctrl+d functionality; improved undo/redo 2024-09-22 21:10:50 -05:00
30634d9af7 Moved ctrl + line mover to key held 2024-09-20 21:27:42 -05:00
765a60d154 Adding button release event; fixing multi markers 2024-09-20 21:09:49 -05:00
3fd4750b2d added goto/definition logic; fixed auto complete 2024-09-20 01:42:23 -05:00
ca923943c9 update readme 2024-09-20 01:01:09 -05:00
d972b93b64 fixed id updates; improved result checking 2024-09-20 00:59:35 -05:00
28b618ea0b Populating completion items list with manual trigger 2024-09-16 23:00:39 -05:00
bc47275e57 Initial display logic of completion request 2024-09-16 02:03:16 -05:00
8e615349b7 Removing no longer needed logging 2024-09-15 01:51:30 -05:00
1ed502f799 fixing lsp manager calls and responses 2024-09-15 01:17:45 -05:00
ab74fdd811 More wiring of lsp manager calls and responses 2024-09-15 00:24:26 -05:00
07a0316703 Initial wiring of lsp manager calls and responses 2024-09-14 01:18:26 -05:00
9836285f86 Re-added events; adeed get_text method 2024-09-12 00:22:40 -05:00
c5f0d8e597 Removing images and user config folders 2024-03-19 19:53:01 -05:00
6fb64fa5f1 Moving plugins out of branch 2024-03-19 19:42:10 -05:00
ad40f33988 Added open file multi select; focus active file's dir on open file dialog 2024-03-01 19:56:24 -06:00
d886ef37d4 Merge pull request 'feature/lsp-integration-work' (#2) from feature/lsp-integration-work into develop
Reviewed-on: #2
2024-03-02 00:57:47 +00: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
880c4839cc Text change track; workspaceb detrack temporary 2024-01-17 12:25:52 -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
b6df886864 fixing README image 2023-11-12 01:34:52 -06:00
e2fd4758da Added notes to README 2023-11-12 01:31: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
73860ce36b Updateing config css and keybinding file 2023-11-11 21:09:34 -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
5280667789 Added config check guard 2023-11-07 17:58:27 -06:00
f49cca1ca9 Added requirements file 2023-11-07 17:38:25 -06:00
cb07afb1b0 Reworking LSP logic and plugin 2023-11-06 23:01:18 -06:00
839f4df5ef More work to get LSP functioning. GOTO partially working 2023-11-05 23:22:41 -06:00