chore: bump scintilla and lexilla version
This commit is contained in:
31
3rdparty/scintilla557/scintilla/cocoa/ScintillaTest/AppController.h
vendored
Normal file
31
3rdparty/scintilla557/scintilla/cocoa/ScintillaTest/AppController.h
vendored
Normal file
@ -0,0 +1,31 @@
|
||||
/**
|
||||
* AppController.h
|
||||
* SciTest
|
||||
*
|
||||
* Created by Mike Lischke on 01.04.09.
|
||||
* Copyright 2009 Sun Microsystems, Inc. All rights reserved.
|
||||
* This file is dual licensed under LGPL v2.1 and the Scintilla license (http://www.scintilla.org/License.txt).
|
||||
*/
|
||||
|
||||
#import <Cocoa/Cocoa.h>
|
||||
|
||||
#include <dlfcn.h>
|
||||
|
||||
#import "Scintilla/ILexer.h"
|
||||
#import "Scintilla/ScintillaView.h"
|
||||
#import "Scintilla/InfoBar.h"
|
||||
#include <SciLexer.h>
|
||||
#include <Lexilla.h>
|
||||
|
||||
@interface AppController : NSObject {
|
||||
IBOutlet NSBox *mEditHost;
|
||||
ScintillaView* mEditor;
|
||||
ScintillaView* sciExtra; // For testing Scintilla tear-down
|
||||
}
|
||||
|
||||
- (void) awakeFromNib;
|
||||
- (void) setupEditor;
|
||||
- (IBAction) searchText: (id) sender;
|
||||
- (IBAction) addRemoveExtra: (id) sender;
|
||||
|
||||
@end
|
Reference in New Issue
Block a user