The R Project SVN R-packages

Rev

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

Rev 6128 Rev 6137
Line 38... Line 38...
38
@interface RScriptEditorTextStorage : NSTextStorage
38
@interface RScriptEditorTextStorage : NSTextStorage
39
{
39
{
40
 
40
 
41
	NSTextStorage *_attributedString;
41
	NSTextStorage *_attributedString;
42
	BOOL _lineFoldingEnabled;
42
	BOOL _lineFoldingEnabled;
-
 
43
	IMP _getImp;
-
 
44
	IMP _setImp;
43
 
45
 
44
}
46
}
45
 
47
 
46
@property BOOL lineFoldingEnabled;
48
@property BOOL lineFoldingEnabled;
47
 
49