Annoying editor bugs - anyone?
I thought I would start a discussion of annoying editor bugs that others may be having. I think most of the crashing problems have been fixed, which hopefully means that some of these editor problems will be fixed next (ESPECIALLY #1). If anyone knows a work-around or fix for any of these, please post.
1. Editing long lines of text is completely broken. If you scroll to the right to make an edit, then type in a few characters, the editor scrolls back to the left margin.
2. Entering a single or double quote while typing sometimes auto-inserts a matching end quote. It happens most frequently when typing a <cfif> statement, such as <cfif x = "y">, but it happens intermittently. I just tried it in a comment block, and it happened, then I made a bunch of edits, and tried again in the same comment block, and it didn't happen. I've turned off all auto-inserts, so the editor should never auto-insert anything.
3. After typing, the background flashes an off-white color. Seems like it's happening when the syntax checker is running in the background.
4. Code assist shows up and then dissappears when making a selection in the code assist window, and you have to ctl-space to get it to open again and stay open. Sometimes code assist doesn't open at all. Might be a code-assist setting issue, but out of the box, this is how it works. Code assist rarely works when you break a <cffunction> or <cfmodule> on to multiple lines.
