ProjectManager  0.2
Instance Methods | List of all members
EditorTextView(Private) Category Reference

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. More...
 
(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’. More...
 

Method Documentation

◆ guideHitByPoint:

- (EditorGuide *) guideHitByPoint: (NSPoint)  p

Returns the guide hit by point ‘p’.

If no guide is hit, ‘nil’ is returned instead.

◆ insertSpaceFillAlignedAtTabsOfSize:

- (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.


The documentation for this category was generated from the following file: