On Thu, 4 Dec 2008 12:58:07 +0000 Nick Treleaven nick.treleaven@btinternet.com wrote:
It might be partly how Scintilla is setup - can you try changing the following SciTE settings and see if there are performance improvements:
buffered.draw=1 #two.phase.draw=0
Probably these would be fastest set like this:
buffered.draw=0 two.phase.draw=0
If flickering is bad, try:
buffered.draw=1 two.phase.draw=0
If this helps, we could add prefs for these settings in Geany.
Thanks for the tip. Unfortunately, it does not make it any faster...