diff options
author | 2009-01-24 19:35:29 -0500 | |
---|---|---|
committer | 2009-01-24 19:35:29 -0500 | |
commit | 3683ae697764031b2f06af8da9716a59256110dc (patch) | |
tree | 438cb2a2b8694a4af4f5824d322ae6869682fcc8 /src/textadept.h | |
parent | eca986bf03db898995fd1742af981ed94d2746bf (diff) | |
download | textadept-3683ae697764031b2f06af8da9716a59256110dc.tar.gz textadept-3683ae697764031b2f06af8da9716a59256110dc.zip |
Added Find in Files support.
Diffstat (limited to 'src/textadept.h')
-rw-r--r-- | src/textadept.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/textadept.h b/src/textadept.h index 5ccea139..c0677ae2 100644 --- a/src/textadept.h +++ b/src/textadept.h @@ -33,8 +33,7 @@ using namespace Scintilla; extern GtkWidget *window, *focused_editor, *command_entry, *pm_container, *pm_entry, *pm_view, *findbox, *find_entry, *replace_entry, *fnext_button, *fprev_button, *r_button, *ra_button, - *match_case_opt, *whole_word_opt, /**incremental_opt,*/ - *lua_opt; + *match_case_opt, *whole_word_opt, *lua_opt, *in_files_opt; extern GtkEntryCompletion *command_entry_completion; extern GtkTreeStore *cec_store, *pm_store; extern lua_State *lua; |