Actually, there's another thing that could be stolen from vim. Right now the suggestion list is alphabetical. This makes for a lot of scrolling if the keyword you want starts with z :)
What vim does is pretty cool: it lists suggestions in the order they appear in the code BEFORE the current caret. This is usually what you want, since you use the same variables within a close proximity in code. Example: [... code here...] zuperVar = 'z' If I press z + the completion shortcut here, zuperVar will be suggested first. Really handy. Thoughts? -- <http://forum.pspad.com/read.php?2,44162,44165> PSPad freeware editor http://www.pspad.com
