diff options
author | 2009-07-13 16:33:06 -0400 | |
---|---|---|
committer | 2009-07-13 16:33:06 -0400 | |
commit | 95a7662f208271ca305844266ff74062d50dff5b (patch) | |
tree | 390a7524d3608760ca47b9d42bad5710e6f6c892 /core/locale.conf | |
parent | ce026c2b52f0461b02b2af4d89fbcce3c8994848 (diff) | |
download | textadept-95a7662f208271ca305844266ff74062d50dff5b.tar.gz textadept-95a7662f208271ca305844266ff74062d50dff5b.zip |
Added incremental find.
Diffstat (limited to 'core/locale.conf')
-rw-r--r-- | core/locale.conf | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/core/locale.conf b/core/locale.conf index b7ea6e68..00300a6b 100644 --- a/core/locale.conf +++ b/core/locale.conf @@ -404,8 +404,12 @@ MENU_SEARCH_REPLACE "Replace" MENU_SEARCH_REPLACE_ALL "Replace _All" % core/ext/menu.lua -% "Find in F_iles" -MENU_SEARCH_FIND_IN_FILES "Find in F_iles" +% "Find _Incremental" +MENU_SEARCH_FIND_INCREMENTAL "Find _Incremental" + +% core/ext/menu.lua +% "Find in Fi_les" +MENU_SEARCH_FIND_IN_FILES "Find in Fi_les" % core/ext/menu.lua % "Goto Next File Found" |