Code::Blocks Forums
Developer forums (C::B DEVELOPMENT STRICTLY!) => Development => Topic started by: test_test on May 31, 2010, 01:58:38 pm
-
Bug report: http://developer.berlios.de/bugs/?func=detailbug&bug_id=15359&group_id=5358
The option
Settings -> Editor -> General settings -> Other options
-> Home key always moves caret to first column
doesn't have any effect. The editor behaves as if it was off, even when it is on.
WinXP, SP 2
Code::Blocks, rev 5382
Patch: http://developer.berlios.de/patch/index.php?func=detailpatch&patch_id=3002&group_id=5358
Reason:
The key bindings for word-wrap home/end commands overrides those of first-column home commands. This patch incorporates the two so they work together.