713 Commits

Author SHA1 Message Date
Krzosa Karol
aff3403404 Add macros 2026-03-21 17:09:40 +01:00
Krzosa Karol
b04b566681 Box mouse select 2026-03-21 16:57:19 +01:00
Krzosa Karol
aa85d9420a Fix tests 2026-03-21 16:57:07 +01:00
Krzosa Karol
4c21026842 CMD_OpenFileSystemBrowser 2026-03-21 16:56:36 +01:00
Krzosa Karol
cab882de60 Tests as part of build process and unifying with vscode keybinding scheme 2026-03-21 13:01:58 +01:00
Krzosa Karol
fadf4cd698 Move to globals SDL vars 2026-03-21 10:22:31 +01:00
Krzosa Karol
94ee03800d Basic tests and trying to fix address sanitizer errors 2026-03-21 10:10:24 +01:00
Krzosa Karol
207fc65fec Update README 2026-03-19 23:25:54 +01:00
Krzosa Karol
4ad9e6bf20 Try to bring back tests 2026-03-19 11:18:57 +01:00
Krzosa Karol
edb461bde8 Fix first build error navigation 2026-03-19 10:43:22 +01:00
Krzosa Karol
3c6153380d Fix process output truncation on POSIX 2026-03-19 10:33:56 +01:00
Krzosa Karol
7cfae9af92 add todos && build modification 2026-03-11 08:30:22 +01:00
Krzosa Karol
e1149680d9 Add todos 2026-03-11 08:27:56 +01:00
Krzosa Karol
9b2c8626d4 Fix bad memory access in ReplaceAll 2026-03-05 16:55:58 +01:00
Krzosa Karol
52c55e27d9 Fix process calling for build window 2026-03-05 08:44:02 +01:00
Krzosa Karol
56a729b617 Refactor the folder structure which only had 2 'real' modules, now it's more real, no need for splitting into folders beside the external one 2026-02-09 23:11:24 +01:00
Krzosa Karol
fde4e463ad build working SDL3 for wayland 2026-02-09 21:10:10 +01:00
Krzosa Karol
65ba886ddf build the SDL on linux 2026-02-09 19:52:42 +01:00
Krzosa Karol
84fa04e1db Fix env not gathered and not passed to child processes 2026-02-07 14:28:16 +01:00
Krzosa Karol
17f4306fc3 Update todo 2026-02-07 14:11:47 +01:00
Krzosa Karol
80df86df3d Stabilize process execution and editor cleanup 2026-02-07 11:08:29 +01:00
Krzosa Karol
7fad476b61 Misc 2026-02-05 17:28:56 +01:00
Krzosa Karol
2acf7fbb45 Drop file working in proper window 2026-02-05 17:14:00 +01:00
Krzosa Karol
36d39f9417 Improving SearchEverything, yield happens per character basis, no stalls, or multiple small buffers slowing down search 2026-02-05 09:20:40 +01:00
Krzosa Karol
3ab6639afb Fix underline drawing over line numbers 2026-02-04 08:26:32 +01:00
Krzosa Karol
7a73a982d2 Pause on lexing stuff 2026-02-03 23:23:49 +01:00
Krzosa Karol
51f1fd1b4f ProjectDirectory to ProjectFolder 2026-02-03 21:11:02 +01:00
Krzosa Karol
930620a49e Init variables, ReportErrorf now doesn't pop a message cause it doesn't do the queuing 2026-02-03 21:10:33 +01:00
Krzosa Karol
8cb1b49cd8 Fix ctrl-4 2026-02-03 20:06:56 +01:00
Krzosa Karol
830be12b24 Major redesign of the Exec API, in order to make linux more uniform with windows and introduce python shell 2026-02-02 22:21:19 +01:00
Krzosa Karol
ed3be39037 Begin data_desc 2026-02-01 17:45:15 +01:00
Krzosa Karol
33d623268a Fix outside of buffer access and add docs 2026-02-01 12:28:34 +01:00
Krzosa Karol
5198c11fc6 CMD_OpenScratch 2026-02-01 11:21:21 +01:00
Krzosa Karol
bc7c52e1ec Fix formatting crash 2026-02-01 11:16:14 +01:00
Krzosa Karol
bbf97eba2f Fixing issues, enabled warnings and fixing on linux 2026-01-31 22:53:18 +01:00
Krzosa Karol
52390a7aa8 Update build for linux 2026-01-31 22:47:03 +01:00
Krzosa Karol
d5d99cddf7 RunFile python, open scratch buffer what ever is already there 2026-01-31 10:45:56 +01:00
Krzosa Karol
217659256b Begin design of comment evaluation and {{variables}} 2026-01-31 09:49:44 +01:00
Krzosa Karol
4d9cfcd302 MergeCarets in SelectCOmment 2026-01-31 07:30:40 +01:00
Krzosa Karol
d5099cee38 PageDown PageUp don't change if caret still on screen 2026-01-31 07:30:27 +01:00
Krzosa Karol
017b70f3e6 In debug build set position 2026-01-31 07:30:06 +01:00
Krzosa Karol
903159d2bd SelectComment 2026-01-30 22:16:22 +01:00
Krzosa Karol
a87d2491bb Add warnings in remedy and remove QueryUserFile (not very good currently) 2026-01-30 22:16:16 +01:00
Krzosa Karol
70b752eccb Fix line number clipping, rendering issue 2026-01-30 21:44:46 +01:00
Krzosa Karol
805f5de852 Coroutine API rename 2026-01-30 21:44:28 +01:00
Krzosa Karol
c9acc31cfc PageDown, PageUp is setting cursor position to beginning of line now 2026-01-30 21:43:01 +01:00
Krzosa Karol
2d1edd800a UpdateCoroutines 2026-01-30 20:03:22 +01:00
Krzosa Karol
22a82db946 When jumping to command, first line is for issuing next command easily 2026-01-30 19:48:50 +01:00
Krzosa Karol
4e8987101d Addressing the C:/Program Files (x86)/ situation 2026-01-30 19:34:05 +01:00
Krzosa Karol
034ac5d452 Fix ctrl-x on last line 2026-01-30 08:31:59 +01:00