aboutsummaryrefslogtreecommitdiffhomepage
path: root/cocoa/ScintillaTest/AppController.h
diff options
context:
space:
mode:
authornyamatongwe <devnull@localhost>2010-07-24 11:31:15 +1000
committernyamatongwe <devnull@localhost>2010-07-24 11:31:15 +1000
commitd5a558ca1a52e77dd4fe6e45c9e5ad9026870d86 (patch)
tree003bb8205fabf9d96d2088d8820d0f9b1ca5cd48 /cocoa/ScintillaTest/AppController.h
parent983c16a1e5e5941359a4d9e7a0c0ae1f8073383a (diff)
downloadscintilla-mirror-d5a558ca1a52e77dd4fe6e45c9e5ad9026870d86.tar.gz
Updates from Scintilla-Cocoa project.
Updated case mapping, modifier key for zoom, redo, mouse wheel, search and highlight.
Diffstat (limited to 'cocoa/ScintillaTest/AppController.h')
-rw-r--r--cocoa/ScintillaTest/AppController.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/cocoa/ScintillaTest/AppController.h b/cocoa/ScintillaTest/AppController.h
index f324615d1..dbc2417f5 100644
--- a/cocoa/ScintillaTest/AppController.h
+++ b/cocoa/ScintillaTest/AppController.h
@@ -19,5 +19,6 @@
- (void) awakeFromNib;
- (void) setupEditor;
+- (IBAction) searchText: (id) sender;
@end