diff options
author | nyamatongwe <unknown> | 2010-07-24 11:31:15 +1000 |
---|---|---|
committer | nyamatongwe <unknown> | 2010-07-24 11:31:15 +1000 |
commit | a8ec0328ac3fa1fa3f1326c7e47a2d8ec1c3033f (patch) | |
tree | d41c6fb220c97f5ff0b719137d928e4dd9282f7a /cocoa/ScintillaTest/AppController.h | |
parent | 0d936f6a50f8ca9d7115d7194dda3217e054dc1a (diff) | |
download | scintilla-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.h | 1 |
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 |