Editor rendering

Discussion about CodeLite development process and patches
foxmuldr
CodeLite Expert
Posts: 120
Joined: Sun May 10, 2009 6:56 am
Contact:

Editor rendering

Post 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
Best regards,
Rick C. Hodgin
www.Visual-FreePro.org
www.LibSF.org
foxmuldr
CodeLite Expert
Posts: 120
Joined: Sun May 10, 2009 6:56 am
Contact:

Re: Editor rendering

Post 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.
You do not have the required permissions to view the files attached to this post.
Best regards,
Rick C. Hodgin
www.Visual-FreePro.org
www.LibSF.org
Post Reply