May I suggest an improvement to the feature of auto-complete brackets/quotation marks?
Assume I want to enter something like “$a[1]” in PHP in EmEditor with auto-complete brackets enabled. Currently, I have to enter these keys “$”, “a”, “[“, “1, and finally right arrow key to move past the automatically inserted ]”. This is inconvenient because reaching for arrow key breaks the normal typing experience.
Other editors, such as NetBeans, XCode, solve this problem more nicely, IMHO. Using the above example, after typing “1”, you can keep typing “]” to complete “$a[1]” without getting the extra “]”.