|
1 | | -/* |
2 | | - * Generated by class-dump 3.3.4 (64 bit). |
3 | | - * |
4 | | - * class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2011 by Steve Nygard. |
5 | | - */ |
| 1 | +// |
| 2 | +// Generated by class-dump 3.5 (64 bit). |
| 3 | +// |
| 4 | +// class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2013 by Steve Nygard. |
| 5 | +// |
6 | 6 |
|
7 | | -#import <AppKit/NSTextView.h> |
| 7 | +#import "DVTTextView.h" |
| 8 | +#import "DVTTextStorage.h" |
| 9 | +#import "DVTLayoutManager.h" |
8 | 10 |
|
9 | | -@class DVTFoldingLayoutManager, DVTFoldingManager, DVTSourceCodeLanguage, DVTTextCompletionController, DVTTextCompletionDataSource, NSColor; |
| 11 | +@class DVTLayoutManager, DVTSourceCodeLanguage, DVTTextCompletionController, DVTTextCompletionDataSource, DVTTextStorage, NSCharacterSet, NSColor, NSString; |
10 | 12 |
|
11 | | -@interface DVTCompletingTextView : NSTextView |
| 13 | +@interface DVTCompletingTextView : DVTTextView |
12 | 14 | { |
13 | 15 | DVTTextCompletionController *_completionController; |
14 | 16 | DVTTextCompletionDataSource *_completionsDataSource; |
15 | 17 | NSColor *_secondarySelectedTextBackgroundColor; |
16 | | - unsigned long long _accessoryAnnotationWidth; |
| 18 | + double _accessoryAnnotationWidth; |
17 | 19 | unsigned long long _modifierFlagsAtLastSingleMouseDown; |
18 | 20 | BOOL _tabSelectsNextPlaceholder; |
19 | 21 | } |
20 | 22 |
|
21 | 23 | + (id)readableTextPasteboardTypes; |
22 | 24 | + (long long)scrollerKnobStyleForBackgroundColor:(id)arg1; |
23 | 25 | + (id)_operatorChars; |
24 | | -+ (id)autoCompleteChars; |
25 | 26 | + (id)identifierChars; |
26 | 27 | + (id)_identifierCharsForImportStatements; |
27 | 28 | + (BOOL)appSupportsActionMonitoring; |
28 | 29 | @property(copy, nonatomic) NSColor *secondarySelectedTextBackgroundColor; // @synthesize secondarySelectedTextBackgroundColor=_secondarySelectedTextBackgroundColor; |
29 | 30 | @property BOOL tabSelectsNextPlaceholder; // @synthesize tabSelectsNextPlaceholder=_tabSelectsNextPlaceholder; |
30 | 31 | @property(readonly) DVTTextCompletionController *completionController; // @synthesize completionController=_completionController; |
31 | 32 | @property unsigned long long modifierFlagsAtLastSingleMouseDown; // @synthesize modifierFlagsAtLastSingleMouseDown=_modifierFlagsAtLastSingleMouseDown; |
32 | | -@property unsigned long long accessoryAnnotationWidth; // @synthesize accessoryAnnotationWidth=_accessoryAnnotationWidth; |
| 33 | +@property double accessoryAnnotationWidth; // @synthesize accessoryAnnotationWidth=_accessoryAnnotationWidth; |
33 | 34 | - (void)setMarkedText:(id)arg1 selectedRange:(struct _NSRange)arg2; |
34 | 35 | - (void)becomeMainWindow; |
35 | 36 | - (void)resignKeyWindow; |
|
54 | 55 | - (void)drawRect:(struct CGRect)arg1; |
55 | 56 | - (void)_drawRect:(struct CGRect)arg1 clip:(BOOL)arg2; |
56 | 57 | - (void)_drawOverlayRect:(struct CGRect)arg1; |
| 58 | +- (void)moveDown:(id)arg1; |
57 | 59 | - (void)setSelectedRange:(struct _NSRange)arg1; |
58 | 60 | - (void)setSelectedRanges:(id)arg1 affinity:(unsigned long long)arg2 stillSelecting:(BOOL)arg3; |
59 | 61 | - (void)_replaceFoldWithContents:(id)arg1; |
60 | | -- (id)_formatBlockLiteralFromDeclaration:(id)arg1 lineCount:(unsigned long long *)arg2; |
61 | 62 | - (void)textStorage:(id)arg1 didEndEditRange:(struct _NSRange)arg2 changeInLength:(long long)arg3; |
62 | 63 | - (void)textStorage:(id)arg1 willEndEditRange:(struct _NSRange)arg2 changeInLength:(long long)arg3; |
63 | | -- (id)textStorage; |
64 | | -- (id)layoutManager; |
| 64 | +@property(readonly) DVTTextStorage *textStorage; |
| 65 | +@property(readonly) DVTLayoutManager *layoutManager; |
65 | 66 | - (void)didInsertCompletionTextAtRange:(struct _NSRange)arg1; |
66 | 67 | - (void)invalidateDisplayForRange:(struct _NSRange)arg1; |
67 | 68 | - (unsigned long long)draggingEntered:(id)arg1; |
|
79 | 80 | - (void)previousCompletion:(id)arg1; |
80 | 81 | - (void)nextCompletion:(id)arg1; |
81 | 82 | - (void)complete:(id)arg1; |
82 | | -- (BOOL)shouldChangeTextInRange:(struct _NSRange)arg1 replacementString:(id)arg2; |
| 83 | +- (BOOL)shouldChangeTextInRanges:(id)arg1 replacementStrings:(id)arg2; |
83 | 84 | - (void)deleteForward:(id)arg1; |
84 | 85 | - (void)deleteBackward:(id)arg1; |
85 | 86 | - (void)insertText:(id)arg1 replacementRange:(struct _NSRange)arg2; |
86 | 87 | - (void)doCommandBySelector:(SEL)arg1; |
87 | | -- (void)foldingLayoutManagerFoldsChanged:(id)arg1; |
88 | | -- (id)layoutManager:(id)arg1 shouldUseTextBackgroundColor:(id)arg2 rectArray:(struct CGRect *)arg3 count:(unsigned long long)arg4 forCharacterRange:(struct _NSRange)arg5; |
| 88 | +- (void)layoutManager:(id)arg1 didUnfoldRange:(struct _NSRange)arg2; |
| 89 | +- (void)layoutManager:(id)arg1 didFoldRange:(struct _NSRange)arg2; |
| 90 | +- (void)_foldingLayoutManagerFoldsChanged:(id)arg1; |
| 91 | +- (id)layoutManager:(id)arg1 shouldUseTextBackgroundColor:(id)arg2 rectArray:(const struct CGRect *)arg3 count:(unsigned long long)arg4 forCharacterRange:(struct _NSRange)arg5; |
89 | 92 | - (id)layoutManager:(id)arg1 shouldUseTemporaryAttributes:(id)arg2 forDrawingToScreen:(BOOL)arg3 atCharacterIndex:(unsigned long long)arg4 effectiveRange:(struct _NSRange *)arg5; |
90 | 93 | - (void)showMatchingBraceAtLocation:(id)arg1; |
91 | 94 | - (void)autoHighlightMatchingBracketAtLocationIfNecessary:(unsigned long long)arg1; |
|
95 | 98 | - (BOOL)_moveToNextPlaceholderFromCharacterIndex:(unsigned long long)arg1 forward:(BOOL)arg2 onlyIfNearby:(BOOL)arg3; |
96 | 99 | - (struct _NSRange)_findString:(id)arg1 inString:(id)arg2 fromRange:(struct _NSRange)arg3 limitRange:(struct _NSRange)arg4 forward:(BOOL)arg5 wrap:(BOOL)arg6; |
97 | 100 | - (struct _NSRange)rangeOfPlaceholderFromCharacterIndex:(unsigned long long)arg1 forward:(BOOL)arg2 wrap:(BOOL)arg3 limit:(unsigned long long)arg4; |
| 101 | +- (struct _NSRange)_rangeOfPlaeholderWithStartPrefix:(id)arg1 endSuffix:(id)arg2 inString:(id)arg3 fromRange:(struct _NSRange)arg4 limitRange:(struct _NSRange)arg5 forward:(BOOL)arg6 wrap:(BOOL)arg7; |
98 | 102 | - (BOOL)selectFirstPlaceholderInCharacterRange:(struct _NSRange)arg1; |
99 | 103 | - (BOOL)handleSelectPreviousPlaceholder; |
100 | 104 | - (BOOL)handleSelectNextPlaceholder; |
101 | 105 | - (id)ghostComplementTextColor; |
102 | 106 | - (BOOL)shouldAutoCompleteAtLocation:(unsigned long long)arg1; |
103 | 107 | - (BOOL)shouldSuppressTextCompletion; |
| 108 | +@property(readonly, copy) NSCharacterSet *autoCompleteChars; |
104 | 109 | @property(readonly) double autoCompletionDelay; |
105 | 110 | - (id)contextForCompletionStrategiesAtWordStartLocation:(unsigned long long)arg1; |
106 | 111 | @property(readonly) DVTTextCompletionDataSource *completionsDataSource; |
107 | 112 | - (struct _NSRange)wordRangeAtLocation:(unsigned long long)arg1; |
108 | 113 | @property(readonly) DVTSourceCodeLanguage *language; |
109 | | -- (struct CGRect)frameForRange:(struct _NSRange)arg1; |
110 | 114 | - (void)dealloc; |
111 | 115 | - (id)initWithCoder:(id)arg1; |
112 | 116 | - (id)initWithFrame:(struct CGRect)arg1; |
113 | 117 | - (id)initWithFrame:(struct CGRect)arg1 textContainer:(id)arg2; |
114 | 118 | - (void)_dvtCommonInit; |
115 | 119 | - (id)currentTheme; |
116 | | -@property(readonly) DVTFoldingManager *foldingManager; |
117 | | -@property(readonly) DVTFoldingLayoutManager *foldingLayoutManager; |
118 | 120 | - (BOOL)removeMenusNotInWhiteList:(id)arg1 fromMenu:(id)arg2 removeSeparators:(BOOL)arg3; |
119 | 121 | - (id)cell; |
120 | 122 | - (id)selectedCell; |
121 | 123 | - (id)accessibilityAttributeValue:(id)arg1; |
122 | 124 |
|
| 125 | +// Remaining properties |
| 126 | +@property(readonly, copy) NSString *debugDescription; |
| 127 | +@property(readonly, copy) NSString *description; |
| 128 | +@property(readonly) unsigned long long hash; |
| 129 | +@property(readonly) Class superclass; |
| 130 | + |
123 | 131 | @end |
| 132 | + |
0 commit comments