Archived
1

Fundamental Redesign of the View and Controller

This commit is contained in:
Kim Wittenburg
2014-08-22 00:54:13 +02:00
parent a37d587e1f
commit c024886241
12 changed files with 255 additions and 150 deletions

View File

@@ -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