xmasmc: -------------------------------------------------------------------------------- I update pspad from an old version, now the behavior of moving the cursor to next or previous word changed. Now with the hotkeys CTRL-LEFT or CTRL-RIGHT the cursor moves to next word (letter) and NOT to the next non whitespace character. For me this is very bad behavior, the most other editors like notepad, notepad+ .... go to the next non whitespace character and not to the next letter.
Possible t make a option to change this ? Thank you Helmut -------------------------------------------------------------------------------- Hi, I am not sure about the version difference, but this functionality may be also driven via scripting (besides the built-in core). There might be a script like Ingkcpos (visible in the Scripts menu and saved in the directory ...\Script\JScript\ingkcpos.js, with bindings for Ctrl+(Shift+)Left/Right I don't know, whether it is currently a part of the PSPad distribution. It only works with scripting enabled - in 32bit PSPad version only: Pspad Settings: System integration [x] WSH scripting support You may check, whether this makes a difference in cursor movement, alternatively, the Ingkcpos script could be tweaked for a desired word boundaries. hth, vbr -- <https://forum.pspad.com/read.php?4,79337,79338> PSPad freeware editor https://www.pspad.com
