• Joined on 2025-12-14
krzosa pushed to main at krzosa/text_editor 2026-01-05 09:30:23 +00:00
80ea09b3ea Improving the jump history
krzosa pushed to main at krzosa/text_editor 2026-01-05 09:15:38 +00:00
77c6bf3da9 Add config.te
565a005dcb Misc improvements and add config.te
40b15ec7aa Fix bug in coroutine of SearchProject and use selected string as seed for search
9073909cfc Redesign of show buffers / show debug buffers
cc57da69fd Argument parsing executes commands now
Compare 6 commits »
krzosa pushed to main at krzosa/text_editor 2026-01-04 17:29:03 +00:00
a7afdac4fa Fix automatic buffer reopen, modifying ctrl-left/right semantics inline with vscode/sublime, modifying load word semantics
krzosa pushed to main at krzosa/text_editor 2026-01-04 13:00:50 +00:00
04e5642ce3 IndentKind, config is not automatically visible on start, fix automatic ReopenBuffer
krzosa pushed to main at krzosa/text_editor 2026-01-03 23:33:16 +00:00
f059c33940 BasicSaveBuffer and SaveAll improvements
krzosa pushed to main at krzosa/text_editor 2026-01-03 14:04:51 +00:00
1b8f0b12e8 Don't GC view when process is active, don't show some buffers
bfcab9b3c3 Fix EvalCommandsLineByLine wholly failing on any error, redesign :Set
Compare 2 commits »
krzosa pushed to main at krzosa/text_editor 2026-01-02 22:23:50 +00:00
da96fb847c Don't wait when scrolling with middle click
krzosa pushed to main at krzosa/text_editor 2026-01-02 18:57:56 +00:00
1767b2767e SetWorkDirAt, OpenCodeAt, fix bug there, fill more doc strings
215dd4a03f Layout window to PrimaryWindow, command documentation
9730aa944d Expanding go to next in list functionality
Compare 3 commits »
krzosa pushed to main at krzosa/text_editor 2026-01-02 08:08:42 +00:00
bedc2b15e2 ActiveSearch/SearchAll command and beginnings of ReplaceAll command, coroutine interface change
krzosa pushed to main at krzosa/text_editor 2026-01-01 19:18:22 +00:00
ee1ba86f74 Update todo
krzosa pushed to main at krzosa/text_editor 2026-01-01 17:33:56 +00:00
82e1c33db5 Fix SetWorkDir
78917e28fb Misc
Compare 2 commits »
krzosa pushed to main at krzosa/text_editor 2026-01-01 17:00:28 +00:00
505b2d0ffa Improving command parsing semantics, gofmt, warn when command reported
krzosa pushed to main at krzosa/text_editor 2026-01-01 13:57:50 +00:00
dd7e2ff655 lock in SDL version
krzosa pushed to main at krzosa/text_editor 2026-01-01 13:52:13 +00:00
9affcd546a README and image
krzosa pushed to main at krzosa/text_editor 2026-01-01 13:44:13 +00:00
e4f2401633 FormatUsingClangFormatWhenCCode and TrimTrailingWhitespace
65a6c372e0 FormatUsingClangFormatWhenCCode and TrimTrailingWhitespace
Compare 2 commits »
krzosa pushed to main at krzosa/text_editor 2026-01-01 13:29:38 +00:00
bbab59fa0a NonCodePatterns_EndsWith
6cf9731959 Wheel scrolling
c4b4460cbd List the build buffer
Compare 3 commits »
krzosa pushed to main at krzosa/text_editor 2025-12-31 16:36:21 +00:00
5b50a49416 SmallFix
krzosa pushed to main at krzosa/text_editor 2025-12-31 16:34:58 +00:00
c6bff29bef Center on Search, fix crash on GC, Remove repo
krzosa pushed to main at krzosa/text_editor 2025-12-31 14:34:22 +00:00
193c3b36ef secondary_window_stylw
krzosa pushed to main at krzosa/text_editor 2025-12-31 14:33:45 +00:00
1d1e865745 Misc