PaulPic: -------------------------------------------------------------------------------- Again: Pressing Ctrl+Space+Enter to invoke a replacement seems to be quite an effort, give the simple solution everybody is used to through Word: Space alone (or any one out of a number of other keys like dot etc) should do. What is the reason we don't have this easy implementation in PSPad? For example, I have lots of shortcuts based on 2 or 3 or very seldom 4 letters; it is highly productive to invoke them with a single Space added. --------------------------------------------------------------------------------
I must admit that I am not sure what you are after here, but *possibly* the auto-correction feature is just it: You'll find a file called AutoCorr.txt in you PSPad main folder. You can add anything here, separated by a pipe char, for example: fori|for (i=0; i < 10; i+=1) You'll have to enable the auto-correction via Menu Settings > Spell check settings. But it's not exactly flexible, because it is meant for correcting typos in the first place. For coders, I guess the Ctrl+Space Enter thing is more interesting and less error-prone. -- <http://forum.pspad.com/read.php?2,46042,46061> PSPad freeware editor http://www.pspad.com
