is it possible to setup the parts which are "selected" when using CTRL+(SHIFT)+LEFT of CTRL+(SHIFT)+RIGHT? i use these combination alot to navigate through lines, but i cant get used to the way PSPad handles it.. for example the next line: if (isSet($error) && $error != '') $text_block.= '<p>'.$error.'</p>';
when i start from the left, using CTRL+RIGHT, the cursor ends up after each part of the string, in a program like UltraEdit and TextPad the cursor stops at every | like this: if |(|isSet($|error|) |&& |$|error |!= |'') $|text|_|block|.= |'<|p|>'.$|error|.'</|p|>'; a program like Mozilla Firefox has the | on the following places in a text field: if |(|isSet($|error) |&& |$|error |!= |'') |$|text_|block.= |'<|p>'.$|error.'</|p>'; however, PSPad has it here: if (|isSet($|error) && $|error != '') $|text_block.= '<|p>'.$|error.'</|p>'; you see it skips most of the parts... can this be configured in someway? or is it just the way PSPad handles these key combination and i just should get used to it :)? -- <http://forum.pspad.com/read.php?2,35309,35309> PSPad freeware editor http://www.pspad.com
