From dfc27758ce34c3bfe0c420d36cb80e4e07f883b3 Mon Sep 17 00:00:00 2001 From: nyamatongwe Date: Thu, 22 Apr 2010 09:28:18 +0000 Subject: Updated to launchpad scintilla-cocoa revision 33. Context menu implemented. Many warnings avoided. Make files added. --- cocoa/ScintillaView.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'cocoa/ScintillaView.h') diff --git a/cocoa/ScintillaView.h b/cocoa/ScintillaView.h index 8368e46c3..73903c369 100644 --- a/cocoa/ScintillaView.h +++ b/cocoa/ScintillaView.h @@ -85,7 +85,9 @@ extern NSString *SCIUpdateUINotification; // NSTextView compatibility layer. - (NSString*) string; - (void) setString: (NSString*) aString; +- (void) insertText: (NSString*) aString; - (void) setEditable: (BOOL) editable; +- (BOOL) isEditable; - (NSRange) selectedRange; - (NSString*) selectedString; @@ -96,8 +98,10 @@ extern NSString *SCIUpdateUINotification; // Back end properties getters and setters. - (void) setGeneralProperty: (int) property parameter: (long) parameter value: (long) value; +- (long) getGeneralProperty: (int) property; - (long) getGeneralProperty: (int) property parameter: (long) parameter; - (long) getGeneralProperty: (int) property parameter: (long) parameter extra: (long) extra; +- (long) getGeneralProperty: (int) property ref: (const void*) ref; - (void) setColorProperty: (int) property parameter: (long) parameter value: (NSColor*) value; - (void) setColorProperty: (int) property parameter: (long) parameter fromHTML: (NSString*) fromHTML; - (NSColor*) getColorProperty: (int) property parameter: (long) parameter; -- cgit v1.2.3