mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-05-30 13:50:37 +00:00
* Source/NSTextView_actions.m: Change cursor movement implementations
when collapsing a selection. * Source/NSParagraphStyle.m (-setBaseWritingDirection:): Add comment. * Source/NSAttributedString: Add and remove characters in the word break character set. * KeyBindings/DefaultKeyBindings.dict: Change control-f and control-b to moveForward: and moveBackward: git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@24136 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
65f7efa8fd
commit
d3895d8f14
5 changed files with 207 additions and 37 deletions
|
@ -78,7 +78,8 @@ static void cache_init_real(void)
|
|||
[m formUnionWithCharacterSet: cset];
|
||||
cset = [NSCharacterSet illegalCharacterSet];
|
||||
[m formUnionWithCharacterSet: cset];
|
||||
[m removeCharactersInString: @"-"];
|
||||
[m addCharactersInString: @"<>"];
|
||||
[m removeCharactersInString: @"_"];
|
||||
wordBreakCSet = [m copy];
|
||||
RELEASE (m);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue