mirror of
https://github.com/cappuccino/cappuccino.git
synced 2026-09-16 07:31:28 +00:00
formatting
This commit is contained in:
@@ -971,7 +971,7 @@ var kDelegateRespondsTo_textShouldBeginEditing
|
||||
if (_isSelectable)
|
||||
{
|
||||
[self _extendSelectionIntoDirection: -1 granularity:CPSelectByCharacter];
|
||||
}
|
||||
}
|
||||
}
|
||||
- (void)moveBackward:(id)sender
|
||||
{
|
||||
@@ -1027,7 +1027,7 @@ var kDelegateRespondsTo_textShouldBeginEditing
|
||||
{
|
||||
if (_isSelectable)
|
||||
{
|
||||
[self _moveSelectionIntoDirection: +1 granularity:CPSelectByParagraph]
|
||||
[self _moveSelectionIntoDirection: +1 granularity:CPSelectByParagraph]
|
||||
}
|
||||
}
|
||||
- (void) moveWordBackwardAndModifySelection:(id)sender
|
||||
@@ -1080,7 +1080,7 @@ var kDelegateRespondsTo_textShouldBeginEditing
|
||||
{
|
||||
if (_isSelectable)
|
||||
{
|
||||
[self _moveSelectionIntoDirection: +1 granularity:CPSelectByWord]
|
||||
[self _moveSelectionIntoDirection: +1 granularity:CPSelectByWord]
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user