The R Project SVN R-packages

Rev

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

Rev 6232 Rev 6233
Line 86... Line 86...
86
 
86
 
87
	RScriptEditorTextStorage *theTextStorage;
87
	RScriptEditorTextStorage *theTextStorage;
88
 
88
 
89
	NSDictionary *highlightColorAttr;
89
	NSDictionary *highlightColorAttr;
90
 
90
 
-
 
91
	IMP _foldedImp;
-
 
92
 
91
}
93
}
92
 
94
 
93
- (IBAction)foldSelectedLines:(id)sender;
95
- (void)foldLinesInRange:(NSRange)range;
94
 
96
 
95
- (void)setTabStops;
97
- (void)setTabStops;
96
 
98
 
97
- (void)setDeleteBackward:(BOOL)delBack;
99
- (void)setDeleteBackward:(BOOL)delBack;
98
- (void)doSyntaxHighlighting;
100
- (void)doSyntaxHighlighting;