Either way, here's the start of my wishlist.

1. Don't scroll the text if searching for text that's currently in view. (Or make it optional, or the distance to bottom of screen a setting.)
2. Lightly Highlight all occurrences of the selected text. (like Notepad++, and a lot of other editors)
3. Allow F3 to search for highlighted text, without hitting ctrl-F first. (Optional)
4. Fix the Menu so keys work. i.e. alt-F, O does NOT a File Open--it dings an error.
5. Permanently add the shortcut keystroke to turn on/off editor Line Wrap, with line numbers skipped on wrapped lines.
6. Add a "Close All Debugger Windows" button or shortcut keystroke, or make them optionally all close when the code is finished.
7. Implement Regular Expressions in the Search/replace box. (I just saw them in the Reference!)
8. WARN WHEN THE FILE HAS BEEN CHANGED!!!!!
9. Split Pane, for viewing two sections of the same file side by side.
10. Folding Improvement: Since Procedures can't be nested, the IDE should indicate (i.e. a black mark) at every EndProcedure that has unclosed fold markers. (i.e. IF w/o EndIf, While w/o Wend) This would be a HOT improvement!
11. UNDO: Make just ONE undo per action!!!