Commit graph

15 commits

Author SHA1 Message Date
rivea0
977403ee34 feat: hit return to initiate search (#2) 2025-07-13 14:22:48 +03:00
rivea0
27a4665863 fix: filter empty matches 2025-07-08 18:46:19 +03:00
rivea0
947bba2b8e refactor: use a method for checking whether decorations exist 2025-07-03 11:37:26 +03:00
rivea0
348d451723 feat: add a setting to manually clear the highlights, make automatically clearing highlights the default when there is a change in editor 2025-07-03 11:30:42 +03:00
rivea0
126f1c9d0a fix: update highlights when there is a change in editor 2025-07-02 18:05:01 +03:00
rivea0
b4940bd875 refactor: use a class to get/set a matchsyntax string 2025-07-02 17:57:29 +03:00
rivea0
6991d6433f fix: clear decorations only when they are present, otherwise show Notice 2025-07-02 17:28:28 +03:00
rivea0
0407d4fa71 refactor: update class names to be more specific to the plugin 2025-05-04 15:12:28 +03:00
rivea0
2468a31dad refactor: use editorCallback instead of editorCheckCallback, log message on unload only in development mode 2025-05-04 15:10:46 +03:00
rivea0
3884629202 fix: use singular word in notification when there is only one match 2025-04-13 21:13:13 +03:00
rivea0
78f1ed2ce1 feat: make showNumberOfMatchesNotification default to true 2025-04-13 07:59:03 +03:00
rivea0
1173050647 feat: use editorCheckCallback instead of checkCallback in enter-match-syntax and clear-match-highlights commands 2025-04-13 07:35:44 +03:00
rivea0
1e65237652 fix: replace incomplete setting with a simpler one to show number of match results in notification 2025-04-13 00:16:30 +03:00
rivea0
70e04d5f75 refactor: separate modal and utils 2025-04-12 23:00:17 +03:00
rivea0
c937d3ffde Initial commit, main functionality 2025-04-12 22:33:38 +03:00