I have many problems with version 8. I have used version 6 before, and many "enhancements" looks like bug for me
- Decimal characters appears with wrong syntax highlight. For example, nvl(j.sumvalue,
2.15) , instead of nvl(j.sumvalue
,2.15) Maybe it happens, because my Regional setting (in Windows) uses comma for decimal separator, instead of a dot. But, for developement, of course I have to use the dot character.
- Very annoying thing is, the behavior of the Ctrl+Backspace. I know, it was changed in version 7, but it is still "wrong" in ver8. When I press Ctrl+Backspace in ver6, it deletes the word, where I am, and leaves the space before the deleted word (exactly the same way, as this editor is, where I write this post

) In Ver8, Ctrl+backspace deletes the word and the space character before, so I need to re-enter the space. For example, "select * from my_table wgere" I press Ctrl+Backspace to delete the "wgere" word, and re-enter it correctly "where".
- The other problem is with Ctrl+Backspace, the deletion of comma separated values. For some reason, ver8 deletes the commas only, and the word in a separate step. But with the space, again

. Try to delete with Ctrl+Backspace this line, you will understand me. "Values(pn_Torzsszam, mr_szerz.n_SzerzSzam, pn_AktEv, pn_AktHo, mr_szb.n_BesBer, "
- Behavior of Page up, Page Down. In ver6, these keys advanced the editor window one page up and down, as desired. In ver8, the cursor moves about 1 page up and down, and scrolls the editor to make the cursor nearly visible. Try to push a page down, and immediately a page up in Ver6, and Ver8, you will see the difference. In ver8, nothing happens, if the cursor is in the first/last line! Ver6 works fine, as desired.
- Font rendering is terrible. Look the difference between the ver6 and ver8 screenshots
Editor window images