Fundamental Redesign of the View and Controller
This commit is contained in:
@@ -12,7 +12,7 @@
|
||||
|
||||
@class MPExpressionView, MPExpressionStorage, MPExpressionLayout, MPRangePath;
|
||||
|
||||
@interface MPExpressionView : NSView <NSUserInterfaceValidations>
|
||||
@interface MPExpressionView : NSView
|
||||
|
||||
#pragma mark Creation Methods
|
||||
|
||||
@@ -23,6 +23,7 @@
|
||||
@property (readonly, nonatomic, strong) MPExpressionStorage *expressionStorage;
|
||||
|
||||
@property (nonatomic, getter = isEditable) BOOL editable;
|
||||
@property (nonatomic, strong) MPRangePath *selection;
|
||||
//@property (nonatomic, strong) MPRangePath *selection;
|
||||
@property (nonatomic, strong) NSIndexPath *caretLocation;
|
||||
|
||||
@end
|
||||
|
||||
Reference in New Issue
Block a user