Commit Graph

  • 2b48f30cfe Clang format, mouse rebind Krzosa Karol 2024-08-12 13:45:58 +02:00
  • 3251df6068 ExecAndWait Krzosa Karol 2024-08-12 08:12:30 +02:00
  • d6dd7c9eab Validate buffer name uniqueness constraint, update todo Krzosa Karol 2024-08-12 07:28:38 +02:00
  • 3fd728543c Ctrl + P to list buffers Krzosa Karol 2024-08-10 10:16:55 +02:00
  • b4bc061b76 Remove array alloc, not a good idea Krzosa Karol 2024-08-10 09:44:44 +02:00
  • f10212f4a0 Move off from object arrays to id arrays Krzosa Karol 2024-08-10 09:43:23 +02:00
  • 08a385b050 Simplify active windows Krzosa Karol 2024-08-10 09:08:35 +02:00
  • d5f903eaa2 Reword ListBuffers Krzosa Karol 2024-08-10 08:46:40 +02:00
  • 26b0ba4828 Remove console designate null view/buffer as console Krzosa Karol 2024-08-10 08:41:04 +02:00
  • 90aaa375d0 Remove command window Krzosa Karol 2024-08-10 08:31:14 +02:00
  • a12a10ee0b Generate lua function table Krzosa Karol 2024-08-10 08:17:37 +02:00
  • 97b1cf9e73 Fix infinite loop in GotoNextInList Krzosa Karol 2024-08-10 07:32:39 +02:00
  • 3aa4806515 Fix non-edit doing caret adjustment Krzosa Karol 2024-08-10 07:25:44 +02:00
  • 4e1ae87a8e Del popup window Krzosa Karol 2024-08-10 07:06:20 +02:00
  • 6bc8c549fc GoToNextInList scans multiple lines, EncloseExecWord looks for an anchor, Add Ctrl Period chop path open Krzosa Karol 2024-08-10 07:04:25 +02:00
  • 2137a0990e Hack in the goto next in list Krzosa Karol 2024-08-09 17:45:45 +02:00
  • 7f8b22ff43 Search back Krzosa Karol 2024-08-09 17:28:50 +02:00
  • d1e645b17e LuaSearch Krzosa Karol 2024-08-09 16:56:37 +02:00
  • 8bf32a557b Debug memes Krzosa Karol 2024-08-09 16:33:23 +02:00
  • 93cfe71c21 Remove search window Krzosa Karol 2024-08-09 16:28:50 +02:00
  • 65ef0b1b0f Lua OnUpdate Krzosa Karol 2024-08-09 16:19:00 +02:00
  • d98086d869 Improved git pathing Krzosa Karol 2024-08-09 15:01:15 +02:00
  • 00c1f405c6 GotoForward Krzosa Karol 2024-08-09 10:36:33 +02:00
  • 19546eea4d Improve ctrl movement, fix delete indent bug Krzosa Karol 2024-08-09 10:11:19 +02:00
  • 6d9792b1a6 Stop using stack in win32 Krzosa Karol 2024-08-09 09:53:40 +02:00
  • 47ec2b55c7 LuaAppendCmd Krzosa Karol 2024-08-09 09:46:16 +02:00
  • 68ff6dc2b5 Add lua interrupt on F9 Krzosa Karol 2024-08-09 09:39:40 +02:00
  • ad847a3eaa Save line to clipboard on right click Krzosa Karol 2024-08-09 09:03:11 +02:00
  • 4564e7bbc2 Even never mouse design Krzosa Karol 2024-08-09 09:00:04 +02:00
  • 3fb0c131f1 Rework mouse bindings Krzosa Karol 2024-08-09 08:08:24 +02:00
  • 91ba202562 Simplify mouse left Krzosa Karol 2024-08-09 07:50:03 +02:00
  • 93530bd089 Convert to LF during copy paste Krzosa Karol 2024-08-09 07:42:31 +02:00
  • a7dc343fd6 Exec word now tries to extend the lua function call syntax Krzosa Karol 2024-08-09 07:24:29 +02:00
  • 4c179e3965 Select title bar Krzosa Karol 2024-08-08 17:52:27 +02:00
  • a5756ab2f5 Improve console behaviour Krzosa Karol 2024-08-08 17:42:03 +02:00
  • 95b7ded031 Adjust carets in title bar, Command_ReplaceEx, adjust look of underline Krzosa Karol 2024-08-08 17:36:18 +02:00
  • a004976c6b Toying with windows paths, ExecInNewBuffer, c'', Fix caret loss in title bar Krzosa Karol 2024-08-08 16:33:19 +02:00
  • eecff81093 Fix crash in LuaPrint Krzosa Karol 2024-08-08 12:04:55 +02:00
  • d47482bc04 String interning, forgot file Krzosa Karol 2024-08-08 11:50:30 +02:00
  • 4434cd5764 String interning Krzosa Karol 2024-08-08 11:50:23 +02:00
  • 3488c71155 Syntax for executing shell commands Krzosa Karol 2024-08-08 11:06:51 +02:00
  • ad2efab7c8 Add icon and drop file event Krzosa Karol 2024-08-08 10:49:13 +02:00
  • 28a9656db1 Process error handling and process killing Krzosa Karol 2024-08-08 08:56:01 +02:00
  • 58db05fcb3 Match git commit properly Krzosa Karol 2024-08-08 08:14:08 +02:00
  • bfff188726 Opening git commit works properly now Krzosa Karol 2024-08-08 08:01:49 +02:00
  • 080669b5e9 Opening new buffer which is git show commit command Krzosa Karol 2024-08-08 07:24:13 +02:00
  • 161a9e3965 Command_Append Krzosa Karol 2024-08-08 07:02:05 +02:00
  • bb44eab406 Fixing array resize bugs Krzosa Karol 2024-08-08 06:47:29 +02:00
  • b3b50715b4 Add dynamic array debug - resize on every item added, fix window bug Krzosa Karol 2024-08-08 06:35:37 +02:00
  • 2565cefe70 Equality operators for ids Krzosa Karol 2024-08-08 06:22:18 +02:00
  • 8e73057cfb Move selected windows to ids instead of pointers Krzosa Karol 2024-08-08 06:18:45 +02:00
  • 74ab76344b Remove WaitForExit for now Krzosa Karol 2024-08-08 06:08:37 +02:00
  • 38afbe8816 Delete raylib_utils, update todo Krzosa Karol 2024-08-08 06:07:58 +02:00
  • 6d66986b5b Small refactor Krzosa Karol 2024-08-07 07:56:21 +02:00
  • 327f352872 Create process, poll and send output to console buffer Krzosa Karol 2024-08-07 07:51:50 +02:00
  • 7b8b8c751d Process polling api Krzosa Karol 2024-08-07 07:31:37 +02:00
  • fe20d05e13 Add friendly remainders, better console experience Krzosa Karol 2024-08-06 18:36:58 +02:00
  • b036e48cee Improve edit api Krzosa Karol 2024-08-06 18:21:52 +02:00
  • 4aaae7773d Update notes Krzosa Karol 2024-08-06 18:15:37 +02:00
  • 1145a13987 Convert line endings command Krzosa Karol 2024-08-06 07:55:52 +02:00
  • f8c9e8fd3e Open and navigate directories Krzosa Karol 2024-08-06 07:49:33 +02:00
  • f419ffd1ca Add dirs to special buffers Krzosa Karol 2024-08-06 07:35:48 +02:00
  • fa99475912 Command_MoveLine Krzosa Karol 2024-08-06 07:25:33 +02:00
  • 6e61816e1c Execute and load selection Krzosa Karol 2024-08-06 06:50:36 +02:00
  • b552f73ac9 Fix underline bug and draw selection underline Krzosa Karol 2024-08-06 06:44:45 +02:00
  • f0df0b69f0 Refactor cursor underlining Krzosa Karol 2024-08-06 06:38:21 +02:00
  • f7100ae8ee Misc Krzosa Karol 2024-08-05 21:03:19 +02:00
  • e514c29de4 EncloseFullLine and enclose scopes on multiple click Krzosa Karol 2024-08-05 15:49:27 +02:00
  • d81c403a5d Click multiple times to enclose load word or exec word Krzosa Karol 2024-08-05 15:31:38 +02:00
  • 956f2319b5 Ctrl + G Krzosa Karol 2024-08-05 13:17:54 +02:00
  • bb2c9a2f32 Misc Krzosa Karol 2024-08-05 12:45:51 +02:00
  • 3928e2eb96 Fallback font, configure font in lua Krzosa Karol 2024-08-05 12:39:10 +02:00
  • c4bc48bba1 Backup font based on imgui stuff Krzosa Karol 2024-08-05 11:50:43 +02:00
  • 8eb58e7dd8 Add debug references to ids Krzosa Karol 2024-08-05 11:26:55 +02:00
  • e4af56e3eb Remove non-implemented feature Krzosa Karol 2024-08-05 11:11:15 +02:00
  • 331f75c7ab Address sanitizer Krzosa Karol 2024-08-05 10:44:43 +02:00
  • 55465ad6de Fix memory issues because of pointer to item in dynamic array, add clang-cl, add address sanitizer stuff Krzosa Karol 2024-08-05 10:44:00 +02:00
  • 10f0d7dca2 Add titlebar windows everywhere and make them selectable even in disappearing windows Krzosa Karol 2024-08-05 08:37:46 +02:00
  • c9aabdec68 Experimenting with execution Krzosa Karol 2024-08-05 08:25:33 +02:00
  • da1def101b Highlight exec word Krzosa Karol 2024-08-05 07:29:02 +02:00
  • 4d22995ea3 Fix line number matching bug Krzosa Karol 2024-08-05 07:19:38 +02:00
  • d3b89d22fb Add some external libs to source tree Krzosa Karol 2024-08-05 07:13:04 +02:00
  • 9215205aba Load lua functions from an array Krzosa Karol 2024-08-05 07:12:28 +02:00
  • 7fc071154f Small Open improvements Krzosa Karol 2024-08-04 14:49:02 +02:00
  • e3c1bcb56e Fix wrong selection after cut Krzosa Karol 2024-08-04 14:25:07 +02:00
  • 7e35e0cbed Misc Krzosa Karol 2024-08-04 14:22:42 +02:00
  • d59a8d9c8b Mouse rewrite Krzosa Karol 2024-08-04 14:14:15 +02:00
  • 605f3aa68d Mouse rewrite Krzosa Karol 2024-08-04 14:08:46 +02:00
  • c6a415f642 Mouse rewrite Krzosa Karol 2024-08-04 14:00:42 +02:00
  • edff7a4267 Mouse rewrite Krzosa Karol 2024-08-04 13:37:05 +02:00
  • 48bbef0b10 Before mouse rewrite Krzosa Karol 2024-08-04 11:00:25 +02:00
  • b267000394 Delete indent in multiples of indent size Krzosa Karol 2024-08-04 10:40:03 +02:00
  • c3bd96d5d6 Move back mouse stuff to window Krzosa Karol 2024-08-04 10:19:43 +02:00
  • 28dbac4a35 Ctrl + Q Alt + Q Krzosa Karol 2024-08-04 10:15:09 +02:00
  • 22dc4be100 Go to last bread crumb but mouse is bugging Krzosa Karol 2024-08-04 10:07:36 +02:00
  • ffb38664b8 Fix GetWordEnd type of functions to make sure range.max is past the last index even on buffer end Krzosa Karol 2024-08-04 08:54:08 +02:00
  • 3f16888fe0 Home + left stops at indent Krzosa Karol 2024-08-04 08:34:09 +02:00
  • 2b5f441e92 Indented new line Krzosa Karol 2024-08-04 08:28:42 +02:00
  • e761761108 Improve load Krzosa Karol 2024-08-04 08:09:07 +02:00
  • 324e5e1ea1 Fixing ActiveWindow switching, actual happens switch after event is handled Krzosa Karol 2024-08-04 08:01:25 +02:00