From 69457c424c866968e604028d221aca2eac0a9ef0 Mon Sep 17 00:00:00 2001 From: Kyle Isom Date: Sun, 30 Nov 2025 23:33:17 -0800 Subject: [PATCH] add regex and search/replace functionality to editor --- .idea/workspace.xml | 31 +++- Buffer.h | 39 +++-- Command.cc | 369 +++++++++++++++++++++++++++++++++++++------- Command.h | 3 +- Editor.h | 33 +++- GUIRenderer.cc | 108 ++++++++++--- KKeymap.cc | 6 + ROADMAP.md | 2 +- TerminalRenderer.cc | 229 ++++++++++++++++----------- default.nix | 2 +- 10 files changed, 623 insertions(+), 199 deletions(-) diff --git a/.idea/workspace.xml b/.idea/workspace.xml index 58f2601..4da7e7c 100644 --- a/.idea/workspace.xml +++ b/.idea/workspace.xml @@ -33,10 +33,17 @@ - + - + + + + + + + +