From 19823f881f3e5af9f2353fe6be1a2190ae071357 Mon Sep 17 00:00:00 2001 From: nyamatongwe Date: Wed, 20 Jan 2010 23:53:59 +0000 Subject: Updated to current version (28) of Scintilla Cocoa. --- cocoa/ScintillaView.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'cocoa/ScintillaView.h') diff --git a/cocoa/ScintillaView.h b/cocoa/ScintillaView.h index 574c2337d..8368e46c3 100644 --- a/cocoa/ScintillaView.h +++ b/cocoa/ScintillaView.h @@ -19,6 +19,8 @@ @class ScintillaView; +extern NSString *SCIUpdateUINotification; + /** * InnerView is the Cocoa interface to the Scintilla backend. It handles text input and * provides a canvas for painting the output. @@ -84,6 +86,9 @@ - (NSString*) string; - (void) setString: (NSString*) aString; - (void) setEditable: (BOOL) editable; +- (NSRange) selectedRange; + +- (NSString*) selectedString; // Native call through to the backend. + (sptr_t) directCall: (ScintillaView*) sender message: (unsigned int) message wParam: (uptr_t) wParam -- cgit v1.2.3