The R Project SVN R-packages

Rev

Rev 5805 | Rev 6029 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 5805 Rev 5993
Line 37... Line 37...
37
#import "Preferences.h"
37
#import "Preferences.h"
38
#import "PreferenceKeys.h"
38
#import "PreferenceKeys.h"
39
#import "RegexKitLite.h"
39
#import "RegexKitLite.h"
40
#import "NoodleLineNumberView.h"
40
#import "NoodleLineNumberView.h"
41
#import "REditorToolbar.h"
41
#import "REditorToolbar.h"
-
 
42
#import "RdEditorToolbar.h"
42
 
43
 
43
#define R_TEXT_SIZE_TRIGGER_FOR_PARSING_PARTLY 10000
44
#define R_TEXT_SIZE_TRIGGER_FOR_PARSING_PARTLY 10000
44
 
45
 
45
@interface RScriptEditorTextView : RTextView <PreferencesDependent, NSTextStorageDelegate>
46
@interface RScriptEditorTextView : RTextView <PreferencesDependent, NSTextStorageDelegate>
46
{
47
{