Author Topic: Fix long-standing "home key to first column" bug  (Read 3352 times)

Offline test_test

  • Single posting newcomer
  • *
  • Posts: 2
Fix long-standing "home key to first column" bug
« on: May 31, 2010, 01:58:38 pm »
Bug report: http://developer.berlios.de/bugs/?func=detailbug&bug_id=15359&group_id=5358
Quote
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.