Page 1 of 1

Editor rendering

Posted: Wed Sep 29, 2010 4:46 pm
by foxmuldr
Eran,

How is Codelite's editor window rendered? Is it done exclusively by Scintilla? I ask because when code is less than the height of the window, the text can only be input from top down. The top line, which is line 0, cannot be scrolled above the top of the window, allowing the line which may be 2/3rds the way down the window to be up higher in the window.

Is there some place I could look to write a patch for this? I find it most annoying.

- Rick

Re: Editor rendering

Posted: Wed Sep 29, 2010 5:04 pm
by foxmuldr
foxmuldr wrote:Is there some place I could look to write a patch for this? I find it most annoying.
I found it. See this patch.