aboutsummaryrefslogtreecommitdiffhomepage
path: root/cocoa/ScintillaTest/AppController.h
diff options
context:
space:
mode:
authornyamatongwe <unknown>2010-07-24 11:31:15 +1000
committernyamatongwe <unknown>2010-07-24 11:31:15 +1000
commita8ec0328ac3fa1fa3f1326c7e47a2d8ec1c3033f (patch)
treed41c6fb220c97f5ff0b719137d928e4dd9282f7a /cocoa/ScintillaTest/AppController.h
parent0d936f6a50f8ca9d7115d7194dda3217e054dc1a (diff)
downloadscintilla-mirror-a8ec0328ac3fa1fa3f1326c7e47a2d8ec1c3033f.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