The R Project SVN R-packages

Rev

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

Rev 4644 Rev 5708
Line 27... Line 27...
27
 *  Suite 330, Boston, MA  02111-1307  USA.
27
 *  Suite 330, Boston, MA  02111-1307  USA.
28
 *
28
 *
29
 *  Created by Simon Urbanek on 1/11/05.
29
 *  Created by Simon Urbanek on 1/11/05.
30
 */
30
 */
31
 
31
 
32
#import <Cocoa/Cocoa.h>
32
#import "CCComp.h"
33
#import "Preferences.h"
33
#import "Preferences.h"
34
 
34
 
35
@interface REditorTextStorage : NSTextStorage <PreferencesDependent> {
35
@interface REditorTextStorage : NSTextStorage <PreferencesDependent> {
36
	NSTextStorage* cont;
36
	NSTextStorage* cont;
37
	int currentHighlight;
37
	int currentHighlight;