| Line 74... |
Line 74... |
| 74 |
BOOL deleteBackward;
|
74 |
BOOL deleteBackward;
|
| 75 |
BOOL plainFile; // overriders preferences - if YES syntax HL is disabled
|
75 |
BOOL plainFile; // overriders preferences - if YES syntax HL is disabled
|
| 76 |
BOOL argsHints; // fn args hinting
|
76 |
BOOL argsHints; // fn args hinting
|
| 77 |
BOOL lastLineWasCodeIndented;
|
77 |
BOOL lastLineWasCodeIndented;
|
| 78 |
BOOL isFormattingRcode;
|
78 |
BOOL isFormattingRcode;
|
| - |
|
79 |
BOOL isFunctionScanning;
|
| 79 |
|
80 |
|
| 80 |
int hsType; // help search type
|
81 |
int hsType; // help search type
|
| 81 |
|
82 |
|
| 82 |
BOOL updating; // this flag is set while syntax coloring is changed to prevent recursive changes
|
83 |
BOOL updating; // this flag is set while syntax coloring is changed to prevent recursive changes
|
| 83 |
BOOL execNewlineFlag; // this flag is set to YES when <cmd><Enter> execute is used, becuase the <enter> must be ignored as an event
|
84 |
BOOL execNewlineFlag; // this flag is set to YES when <cmd><Enter> execute is used, becuase the <enter> must be ignored as an event
|
| Line 146... |
Line 147... |
| 146 |
- (NSView*) fnListView;
|
147 |
- (NSView*) fnListView;
|
| 147 |
- (NSView*) rdToolboxView;
|
148 |
- (NSView*) rdToolboxView;
|
| 148 |
|
149 |
|
| 149 |
- (NSView*) saveOpenAccView;
|
150 |
- (NSView*) saveOpenAccView;
|
| 150 |
|
151 |
|
| - |
|
152 |
- (BOOL) isFunctionScanning;
|
| 151 |
- (void) functionRescan; // re-scans the functions it the document and updates function list/pop-up
|
153 |
- (void) functionRescan; // re-scans the functions it the document and updates function list/pop-up
|
| 152 |
- (void) functionGo: (id) sender; // invoked by function pop-up, the tag of the sender specifies the position to go to
|
154 |
- (void) functionGo: (id) sender; // invoked by function pop-up, the tag of the sender specifies the position to go to
|
| 153 |
- (void) functionReset; // reset all functions (will go away soon, user functionRescan instead)
|
155 |
- (void) functionReset; // reset all functions (will go away soon, user functionRescan instead)
|
| 154 |
|
156 |
|
| 155 |
- (void) helpSearchTypeChanged;
|
157 |
- (void) helpSearchTypeChanged;
|