Hi, there. Is there an auto-correct feature in PSPad? In python, I mistype a code like this even when I knew better: if status = "complete" and also even experience programmers do this, leaving out the % and the parenthesis: print "%s %s" word1, word2
Of course, I can write a script to run and correct it or run it through the compiler. However, I feel that clicking on the script is a nuisance, plus being able to flagged the error right after I press the return key would be a plus. Also when the compiler flags too many errors at one time, it makes it much harder to debug and waste so much time. Not knowing much about how PSPad works, I had this idea to make auto-correcting feature easy to implement. Right after the return key is pressed, direct control to a certain script. That's all. The script will be coded and improved upon by us users Anyone else like the idea? If not, I can live without auto-correct. If PSPad has another way of doing this then please let me know. -- <http://forum.pspad.com/read.php?2,40634,40634> PSPad freeware editor http://www.pspad.com
