Commit Graph
611 Commits
Author SHA1 Message Date
Krzosa Karol 4aaae7773d Update notes 2024-08-06 18:15:37 +02:00
Krzosa Karol 1145a13987 Convert line endings command 2024-08-06 07:55:52 +02:00
Krzosa Karol f8c9e8fd3e Open and navigate directories 2024-08-06 07:49:33 +02:00
Krzosa Karol f419ffd1ca Add dirs to special buffers 2024-08-06 07:35:48 +02:00
Krzosa Karol fa99475912 Command_MoveLine 2024-08-06 07:25:33 +02:00
Krzosa Karol 6e61816e1c Execute and load selection 2024-08-06 06:50:36 +02:00
Krzosa Karol b552f73ac9 Fix underline bug and draw selection underline 2024-08-06 06:44:45 +02:00
Krzosa Karol f0df0b69f0 Refactor cursor underlining 2024-08-06 06:38:21 +02:00
Krzosa Karol f7100ae8ee Misc 2024-08-05 21:03:19 +02:00
Krzosa Karol e514c29de4 EncloseFullLine and enclose scopes on multiple click 2024-08-05 15:49:27 +02:00
Krzosa Karol d81c403a5d Click multiple times to enclose load word or exec word 2024-08-05 15:31:38 +02:00
Krzosa Karol 956f2319b5 Ctrl + G 2024-08-05 13:17:54 +02:00
Krzosa Karol bb2c9a2f32 Misc 2024-08-05 12:45:51 +02:00
Krzosa Karol 3928e2eb96 Fallback font, configure font in lua 2024-08-05 12:39:10 +02:00
Krzosa Karol c4bc48bba1 Backup font based on imgui stuff 2024-08-05 11:50:43 +02:00
Krzosa Karol 8eb58e7dd8 Add debug references to ids 2024-08-05 11:26:55 +02:00
Krzosa Karol e4af56e3eb Remove non-implemented feature 2024-08-05 11:11:15 +02:00
Krzosa Karol 331f75c7ab Address sanitizer 2024-08-05 10:44:43 +02:00
Krzosa Karol 55465ad6de Fix memory issues because of pointer to item in dynamic array, add clang-cl, add address sanitizer stuff 2024-08-05 10:44:00 +02:00
Krzosa Karol 10f0d7dca2 Add titlebar windows everywhere and make them selectable even in disappearing windows 2024-08-05 08:37:46 +02:00
Krzosa Karol c9aabdec68 Experimenting with execution 2024-08-05 08:25:33 +02:00
Krzosa Karol da1def101b Highlight exec word 2024-08-05 07:29:02 +02:00
Krzosa Karol 4d22995ea3 Fix line number matching bug 2024-08-05 07:19:38 +02:00
Krzosa Karol d3b89d22fb Add some external libs to source tree 2024-08-05 07:13:04 +02:00
Krzosa Karol 9215205aba Load lua functions from an array 2024-08-05 07:12:52 +02:00
Krzosa Karol 7fc071154f Small Open improvements 2024-08-04 14:49:02 +02:00
Krzosa Karol e3c1bcb56e Fix wrong selection after cut 2024-08-04 14:25:07 +02:00
Krzosa Karol 7e35e0cbed Misc 2024-08-04 14:22:42 +02:00
Krzosa Karol d59a8d9c8b Mouse rewrite 2024-08-04 14:14:15 +02:00
Krzosa Karol 605f3aa68d Mouse rewrite 2024-08-04 14:08:46 +02:00
Krzosa Karol c6a415f642 Mouse rewrite 2024-08-04 14:00:42 +02:00
Krzosa Karol edff7a4267 Mouse rewrite 2024-08-04 13:37:05 +02:00
Krzosa Karol 48bbef0b10 Before mouse rewrite 2024-08-04 11:00:25 +02:00
Krzosa Karol b267000394 Delete indent in multiples of indent size 2024-08-04 10:40:03 +02:00
Krzosa Karol c3bd96d5d6 Move back mouse stuff to window 2024-08-04 10:19:43 +02:00
Krzosa Karol 28dbac4a35 Ctrl + Q Alt + Q 2024-08-04 10:15:09 +02:00
Krzosa Karol 22dc4be100 Go to last bread crumb but mouse is bugging 2024-08-04 10:07:36 +02:00
Krzosa Karol ffb38664b8 Fix GetWordEnd type of functions to make sure range.max is past the last index even on buffer end 2024-08-04 08:54:08 +02:00
Krzosa Karol 3f16888fe0 Home + left stops at indent 2024-08-04 08:34:09 +02:00
Krzosa Karol 2b5f441e92 Indented new line 2024-08-04 08:28:42 +02:00
Krzosa Karol e761761108 Improve load 2024-08-04 08:09:07 +02:00
Krzosa Karol 324e5e1ea1 Fixing ActiveWindow switching, actual happens switch after event is handled 2024-08-04 08:01:25 +02:00
Krzosa Karol cc04fec1de Command window opens files and move fuzzy search to view 2024-08-04 07:55:49 +02:00
Krzosa Karol b68b80f317 Movement with new semantics fully completed 2024-08-04 07:35:55 +02:00
Krzosa Karol cfad821e8e Command_Move down 2024-08-04 07:10:36 +02:00
Krzosa Karol 815e3c9670 Work on Open 2024-08-03 19:11:36 +02:00
Krzosa Karol 0c4dc62170 EncloseLoadWord 2024-08-03 15:50:55 +02:00
Krzosa Karol 7655ece178 Implement a lot of position moving functions 2024-08-03 12:58:53 +02:00
Krzosa Karol 22899c2523 Add kill selected lines 2024-08-03 10:47:12 +02:00
Krzosa Karol 7f85f8348e Trim whitespace on save and skip lines with cursor 2024-08-03 10:30:35 +02:00