Unfortunately the PSPad Column mode does not support columnar editing. Say you have the code:
int32_t x; int32_t y; int32_t z and you want to change it into: const uint32_t x; const uint32_t y; const uint32_t z With Crimson Editor, what I would do is to create a column selection just before the 'i' (0 columns x 3 rows) and type 'const u' just once. This is a really simple example, of course, but there are other situations when this feature comes really handy and saves a lot of typing. Actually I revert from PSPad to Cedt from time to time just because I need to reorganize large blocks of text and using PSPad would be too time-consuming. -- <http://forum.pspad.com/read.php?2,47204,48024> PSPad freeware editor http://www.pspad.com
