Blender Git Loki
Git Commits -> Revision 435679b
Revision 435679b by Sv. Lockal (master) April 30, 2012, 13:14 (GMT) |
Word selection in the Text Editor: * Fix word selection for words with multibyte characters. No need to call txt_move_left() or txt_move_right(), because these functions work with symbols, not bytes * Word selection now treats tabs the same way as spaces. Also useful for words with multibyte characters |
Commit Details:
Full Hash: 435679b4b074265c4cdcbe72fa264be77e1f7a6d
SVN Revision: 46116
Parent Commit: 1d8c798
Lines Changed: +5, -14