The R Project SVN R-packages

Rev

Rev 6250 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 6250 Rev 7916
Line 72... Line 72...
72
	BOOL            isFoldingEnabled;
72
	BOOL            isFoldingEnabled;
73
 
73
 
74
	// Add support for selection by clicking/dragging
74
	// Add support for selection by clicking/dragging
75
	NSUInteger      dragSelectionStartLine;
75
	NSUInteger      dragSelectionStartLine;
76
 
76
 
77
	SEL lineNumberForCharacterIndexSel;
-
 
78
	IMP lineNumberForCharacterIndexIMP;
-
 
79
	SEL lineRangeForRangeSel;
-
 
80
	SEL numberWithUnsignedIntegerSel;
-
 
81
	IMP numberWithUnsignedIntegerIMP;
-
 
82
	SEL addObjectSel;
-
 
83
	IMP addObjectIMP;
-
 
84
	SEL rangeOfLineSel;
-
 
85
	Class numberClass;
-
 
86
 
-
 
87
	NSLayoutManager  *layoutManager;
77
	NSLayoutManager  *layoutManager;
88
	NSTextContainer  *container;
78
	NSTextContainer  *container;
89
	NSTextView       *clientView;
79
	NSTextView       *clientView;
90
	RScriptEditorTextStorage *cvTextStorage;
80
	RScriptEditorTextStorage *cvTextStorage;
91
 
81