ProjectManager 0.2
|
Instance Methods | |
(void) | - insertSpaceFillAlignedAtTabsOfSize: |
Makes the receiver insert as many spaces at the current insertion location as are required to reach the nearest tab-character boundary. | |
(void) | - updateDisplayOnInsertionPointCrosshairs |
Makes us perform -setNeedsDisplayInRect: on a minimal space that only includes the insertion point crosshairs. | |
(void) | - updateDisplayOnGuide: |
Makes us perform -setNeedsDisplayInRect: on a minimal space that only includes the guide ‘aGuide’. | |
(EditorGuide *) | - guideHitByPoint: |
Returns the guide hit by point ‘p’. | |
- (EditorGuide *) guideHitByPoint: | (NSPoint) | p |
Returns the guide hit by point ‘p’.
If no guide is hit, ‘nil’ is returned instead.
- (void) insertSpaceFillAlignedAtTabsOfSize: | (unsigned int) | tabSize |
Makes the receiver insert as many spaces at the current insertion location as are required to reach the nearest tab-character boundary.
@argument tabSize Specifies how many spaces represent one tab.