Improved Model
Added Keyboard Selection Support Added Mouse Selection Support Added Keyboard Editing Support Corrected Some Bugs Abstracted the Layout System further Added Functions Button (test)
This commit is contained in:
@@ -12,14 +12,9 @@
|
||||
|
||||
@interface MPExpressionStorage : MPExpression
|
||||
|
||||
- (instancetype)initWithExpressionView:(MPExpressionView *)expressionView
|
||||
elements:(NSArray *)elements;
|
||||
- (instancetype)initWithElements:(NSArray *)elements;
|
||||
|
||||
@property (readonly, nonatomic, weak) MPExpressionView *expressionView;
|
||||
@property (nonatomic, weak) MPExpressionView *expressionView; // Do not set
|
||||
@property (nonatomic, strong) MPExpressionLayout *rootLayout;
|
||||
|
||||
- (NSLayoutManager *)layoutManager;
|
||||
- (NSTextContainer *)textContainer;
|
||||
- (NSTextStorage *)textStorage;
|
||||
|
||||
@end
|
||||
|
||||
Reference in New Issue
Block a user