QUOTE (peterlaursen @ Apr 14 2008, 09:30 AM)

I told it was a mistake what I wrote first. We use Scintilla in the Editor tab - and for simple text display (in RESULTs/text, OBJECTs etc.) we don't - this is simpe code of our own. We need a full featured code editor for the Query tab (without it we would never be able to support autocomplete etc.)
Is the scroll issue you are reporting an issue with the editor, the GRIDS or the text tabs?
We have no plans to change scintilla with something else. I do not know if Notepad2 is fit (I once had a very old version that did not support unicode - so this version is definitely not). Also want a tool that depends on the Win32 API only (no foundation classes etc.).
Except for that I think I personally should not comment more on those code internals.
My fault, I should have clarified -- it's just when scrolling in the Results tab in Text mode that the scrolling issue occurs.
Scrolling in the Query Editor, History tab, and Objects Tab works nicely! So, if those use scintilla, it works great, dont change a thing!!! Scrolling in Data or Results tab in GRID mode is very slow, but constant -- it does not know how to to do accelerated scrolling but it does know when to stop.
Unfortunately the mode I use most, Results tab in Text mode, behaves erratically. So, why not use scintilla for Results tab in Text, and also for the new Data tab in Text feature that will be released any day now?