mirror of
https://github.com/textmate/textmate.git
synced 2026-01-21 04:38:13 -05:00
Change set-only property → method
This commit is contained in:
@@ -89,7 +89,8 @@ PUBLIC @interface OakTextView : OakView <NSTextInput, NSTextFieldDelegate>
|
||||
OakChoiceMenu* choiceMenu;
|
||||
std::vector<std::string> choiceVector;
|
||||
}
|
||||
@property (nonatomic, assign) document::document_ptr const& document;
|
||||
- (void)setDocument:(document::document_ptr const&)aDocument;
|
||||
|
||||
@property (nonatomic, assign) theme_ptr const& theme;
|
||||
@property (nonatomic, retain) NSCursor* ibeamCursor;
|
||||
@property (nonatomic, retain) NSFont* font;
|
||||
|
||||
@@ -296,7 +296,6 @@ static std::string shell_quote (std::vector<std::string> paths)
|
||||
@synthesize antiAlias;
|
||||
@synthesize initiateDragTimer, dragScrollTimer, optionDownDate, showColumnSelectionCursor, showDragCursor, choiceMenu;
|
||||
@synthesize markedRanges;
|
||||
@synthesize document;
|
||||
@synthesize refreshNestCount;
|
||||
@synthesize liveSearchViewController, liveSearchString, liveSearchRanges;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user