From 8b555991e4e62e6a47761c904890c43c1e3c6285 Mon Sep 17 00:00:00 2001 From: itdominator <1itdominator@gmail.com> Date: Sat, 6 Apr 2024 04:35:06 -0500 Subject: [PATCH] Creating Search/Replace UI --- .../usr/share/newton/context_path/index.html | 92 ++++++++++++++++++ .../resources/css/newton/main.css | 34 +++++++ .../resources/imgs/only-in-selection.png | Bin 0 -> 6270 bytes .../resources/imgs/whole-word.png | Bin 0 -> 6651 bytes .../resources/js/newton/components.js | 32 ++++++ .../resources/js/newton/events.js | 8 ++ .../resources/js/newton/keybinding-newton.js | 4 +- .../resources/js/newton/ui-logic.js | 8 ++ 8 files changed, 177 insertions(+), 1 deletion(-) create mode 100644 user_config/usr/share/newton/context_path/resources/imgs/only-in-selection.png create mode 100644 user_config/usr/share/newton/context_path/resources/imgs/whole-word.png diff --git a/user_config/usr/share/newton/context_path/index.html b/user_config/usr/share/newton/context_path/index.html index a4c8da5..63f8ffb 100644 --- a/user_config/usr/share/newton/context_path/index.html +++ b/user_config/usr/share/newton/context_path/index.html @@ -23,8 +23,21 @@ +

+

+

 
+    

+

+ +