The R Project SVN R-packages

Rev

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

Rev 6128 Rev 6137
Line 31... Line 31...
31
 *  Created by Hans-J. Bibiko on 01/03/2012.
31
 *  Created by Hans-J. Bibiko on 01/03/2012.
32
 *
32
 *
33
 */
33
 */
34
 
34
 
35
#import <Cocoa/Cocoa.h>
35
#import <Cocoa/Cocoa.h>
-
 
36
#import "RScriptEditorTextStorage.h"
36
 
37
 
37
 
38
 
38
@interface RScriptEditorLayoutManager : NSLayoutManager
39
@interface RScriptEditorLayoutManager : NSLayoutManager
39
{
40
{
40
 
41