arno: -------------------------------------------------------------------------------- I ran into a few problems while testing this version * CTRL-SHIFT-I (shortcut for indention) no longer works * With Wordwrap enabled PSPad still crashes when a line exceeds ~700 character. Strangely it doesn't happen when using copy-paste to create a long line * The code-explorer fails to work(doesn't display anything) with some of my C++ files. A sample can be found here http://eld.leidenuniv.nl/~arnova/VideoDatabase.cpp --------------------------------------------------------------------------------
Ctrl+Shift+I works. Checks, if no application doesn't register it as system shortcut To wordwrap problem i need detailed info to simulate it Code explorer is limited by file size to automatic explore files. You need to press refresh button in Code explorer toolbar. To change it go to Program settings / Direct edit Increase value of: CodeExplorerLimit=200000 -- <http://forum.pspad.com/read.php?6,51133,51463> PSPad freeware editor http://www.pspad.com
