Commit Graph
100 Commits
Author SHA1 Message Date
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 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
Krzosa Karol 9c34a4dd52 Change bindings for build 2026-01-30 08:31:47 +01:00
Krzosa Karol 0c488bc313 Fix indenting, dedenting 2026-01-25 17:53:29 +01:00
Krzosa Karol 1c25b39df0 Scrolling and word complete improvements 2026-01-25 12:02:06 +01:00
Krzosa Karol 2454370736 New behavior only underline for caret on ctrl 2026-01-25 09:22:17 +01:00
Krzosa Karol eec1e137b7 ctrl-space for word-complete? 2026-01-25 09:14:26 +01:00
Krzosa Karol a9730924d7 CheckKeybindingColission 2026-01-25 09:11:45 +01:00
Krzosa Karol 88dbfb1a6c Fix ctrl-f immediate jump when selecting a word 2026-01-25 09:05:07 +01:00
Krzosa Karol f3e709f07c Keybinding overlapp fix 2026-01-25 09:04:49 +01:00
Krzosa Karol 7ae4e74f50 SLOW_BUILD, 2 additional build targets, improve word complete 2026-01-25 08:54:00 +01:00
Krzosa Karol 863f140edc WordComplete working 2026-01-25 00:16:23 +01:00
Krzosa Karol 3618d906e6 Begin WordComplete 2026-01-24 18:14:38 +01:00
Krzosa Karol 26691ab6d3 Try to fix the indenting again 2026-01-24 17:16:49 +01:00
Krzosa Karol 923131a5b6 Fix remedy crash on f9 and scratch content reset to normal 2026-01-24 14:22:05 +01:00
Krzosa Karol 7b47f2f6f5 Indent lines make selection nicer 2026-01-24 14:12:06 +01:00
Krzosa Karol f5825f050c Fix EndEdit when edits->len == 0 2026-01-24 14:11:40 +01:00
Krzosa Karol 05b6a7bb3c Remove IndentString 2026-01-24 13:54:39 +01:00
Krzosa Karol cc69d807e3 Fix modifiers getting stuck after attaching debugger, at least for windows.. 2026-01-24 13:48:32 +01:00
Krzosa Karol dc839cb3e0 Fix the line moving, really hard code ... 2026-01-24 13:48:08 +01:00
Krzosa Karol ba6de21396 Query file add UI indicator (but need something better ...), fix remedy 2026-01-23 22:36:11 +01:00
Krzosa Karol b75e0a8a55 Add '..' to file listing 2026-01-23 22:35:12 +01:00
Krzosa Karol 9a64fd8e01 BIG OPTIMIZATIONS: WTF IT WORKS SO FAST NOW, 9000 files open easy WHAAAT 2026-01-22 22:59:17 +01:00
Krzosa Karol b0a0fca8ee SelfAttachDebugger command 2026-01-22 10:43:22 +01:00
Krzosa Karol 710269a876 plugin_file_commands 2026-01-22 10:25:34 +01:00
Krzosa Karol 4a410c3c1a Profiler as plugin 2026-01-22 08:57:56 +01:00
Krzosa Karol 4fa1a49765 :BeginProfile :EndProfile 2026-01-21 23:00:59 +01:00
Krzosa Karol 9614f01e20 Build1 and Build2 2026-01-21 22:29:38 +01:00
Krzosa Karol 36839df841 Make GotoNextInList only skip things that are in range of first caret 2026-01-21 09:05:30 +01:00
Krzosa Karol 2b1eab54b3 Since we are doing column searches, don't skip entries in GoToNext on same line 2026-01-21 09:00:07 +01:00
Krzosa Karol 8128c2932e Fix search anchor with ctrl-f 2026-01-21 08:59:32 +01:00
Krzosa Karol 851eac0ec2 Try open with selection always opening first line 2026-01-21 08:59:21 +01:00
Krzosa Karol df963b0893 LogBuffer and NullBuffer separation, More indicators in status as new line as sep, eval multiple carets with Open, :Errors 2026-01-21 08:28:12 +01:00
Krzosa Karol 84c992c574 CreateProject OpenProject 2026-01-19 23:16:32 +01:00
Krzosa Karol 1ce128a5d5 CoroutineLeakCheck 2026-01-19 09:08:26 +01:00
Krzosa Karol 372287f557 CMD_SetProjectHere, look for project files 2026-01-19 08:44:05 +01:00
Krzosa Karol 8ecfc82d8f RemedyBGPlugin: Look for .rdbg file in project dir if BinaryUnderDebug not set 2026-01-19 08:43:52 +01:00
Krzosa Karol 9d60b110f5 RemedyBG asks for binary 2026-01-19 08:17:43 +01:00
Krzosa Karol 70f28de0e1 Add QueryUserString. QueryUserFile working, fix bug in Open with line,col. 2026-01-18 22:53:10 +01:00
Krzosa Karol 76e279920f Prototyping QueryUserFile 2026-01-17 13:22:33 +01:00
Krzosa Karol 37cb6248a5 RegisterCoroutineCommand, 2026-01-17 13:12:34 +01:00
Krzosa Karol 37154a2067 Continuing cleanup, ui.cpp 2026-01-17 11:12:18 +01:00
Krzosa Karol e52450a3df Big UI cleanup 2026-01-17 10:26:39 +01:00
Krzosa Karol 6fc5f0538f CMD_RunFile 2026-01-17 09:51:40 +01:00
Krzosa Karol c970c1c7d6 UndoEdit, RedoEdit fix recursion, search buffers uses temp buffers now 2026-01-17 08:22:32 +01:00
Krzosa Karol 01488e4eca Search all temp buffers opens a new buffer 2026-01-17 08:03:13 +01:00
Krzosa Karol ce1fe5feb1 Fix ReplaceAll bug 2026-01-16 23:27:04 +01:00
Krzosa Karol 270109a56b Fix ctrl-shift-f and AddCommand bugs 2026-01-16 23:15:23 +01:00
Krzosa Karol 663286b45c plugin_config.cpp continuing the experiment 2026-01-16 23:04:11 +01:00
Krzosa Karol d5c3794a93 Toying with structure, using #if instead of #ifdef because of name checking 2026-01-16 21:31:50 +01:00
Krzosa Karol dcda334767 Cut down on header files 2026-01-16 20:51:10 +01:00
Krzosa Karol 69c9f7a336 Toying with structure, plugin_record_events, record_gc 2026-01-16 20:43:02 +01:00
Krzosa Karol ca3d087aa3 window_management_commands 2026-01-16 09:05:17 +01:00
Krzosa Karol d2be40a282 plugin_directory_navigation 2026-01-16 08:58:13 +01:00
Krzosa Karol 6c200f7764 plugin_basic_commands.cpp 2026-01-15 23:26:14 +01:00
Krzosa Karol 8de20eb0e2 plugin_basic_commands.cpp 2026-01-15 23:26:06 +01:00
Krzosa Karol 86c91668e1 Fix 2026-01-15 23:15:05 +01:00
Krzosa Karol 1e4e9fbccc Toying with the new plugin idea 2026-01-15 23:14:39 +01:00
Krzosa Karol 36180c5c90 Fix NullWindow going white 2026-01-15 22:52:18 +01:00
Krzosa Karol 5ab20ce8ab Remove hooks fully, replace with commands again 2026-01-15 22:41:16 +01:00
Krzosa Karol 61fc0cd339 Continuing refactor 2026-01-15 22:24:05 +01:00
Krzosa Karol 3864060699 Begin new plugin system refactor, removing hooks 2026-01-15 22:23:04 +01:00
Krzosa Karol db06c783a9 Misc improvements 2026-01-15 20:24:12 +01:00
Krzosa Karol f33c9873d0 Use system config path for config 2026-01-15 09:13:39 +01:00
Krzosa Karol 66483f6c99 Testing gitea 2026-01-15 09:08:43 +01:00
Krzosa Karol da821cb581 Add icon back 2026-01-15 09:03:08 +01:00
Krzosa Karol f85697d037 Debugger fix 2026-01-15 08:57:54 +01:00
Krzosa Karol 02c45e0dfd Continuing with remedybg integration 2026-01-10 15:20:56 +01:00
Krzosa Karol 05d5de4b7d RemedyBG integration plugin 2026-01-10 14:03:00 +01:00
Krzosa Karol e575569d8a Misc 2026-01-10 10:36:09 +01:00
Krzosa Karol 4c9c0e5210 Continuing the hook refactor, BeforeSaveBuffer 2026-01-10 10:28:12 +01:00
Krzosa Karol 507bd57854 Continuing hook refactor 2026-01-09 23:07:47 +01:00
Krzosa Karol 0dd4641044 Continuing hook refactor 2026-01-09 23:02:22 +01:00
Krzosa Karol 57c179970e Moving stuff over to new system 2026-01-09 09:09:58 +01:00
Krzosa Karol 005a22a93d New hook design 2026-01-09 08:23:48 +01:00
Krzosa Karol de06ea05cc Hooks sketch 2026-01-08 10:15:02 +01:00
Krzosa Karol 5fecc74193 Remove header files, consolidate text_editor.h again because it was annoying 2026-01-07 22:47:05 +01:00
Krzosa Karol 101fed6d7d Release build and packaging 2026-01-07 22:26:18 +01:00
Krzosa Karol 239126db70 f12 2026-01-07 09:00:06 +01:00
Krzosa Karol 59320a749a Start the guide 2026-01-07 08:59:54 +01:00
Krzosa Karol a43b1db424 New ReplaceAll 2026-01-07 08:39:11 +01:00
Krzosa Karol 3ba9a9380e FormatSelection 2026-01-06 14:57:43 +01:00
Krzosa Karol a96cead179 Fix indenting 2026-01-06 14:15:20 +01:00
Krzosa Karol 73a19e2260 Try decreasing number of events, testing period 2026-01-06 13:40:45 +01:00
Krzosa Karol 94b3bc832b Improve SearchProject and misc 2026-01-06 10:50:55 +01:00
Krzosa Karol ecbc800fdd Indent on open scope 2026-01-05 19:40:05 +01:00
Krzosa Karol 753c9199b6 CenterView on jumping back and forward 2026-01-05 19:17:55 +01:00