Code::Blocks Forums

User forums => Help => Topic started by: tjtoml on April 10, 2012, 06:22:37 am

Title: Extremely Slow Scroll Speed
Post by: tjtoml on April 10, 2012, 06:22:37 am
Hi,

I'm on a Mac running Lion (10.7.3) and code::blocks 10.05. My scroll speed in the main editor is extremely slow when using my touchpad's two-finger drag. It is unique to code::blocks' editor window (the logs and other things within the program scroll at my normal speed) and to using the two finger drag. When I click-and-drag the scroll bar, I can move it as fast as I want to, and there is no apparent  slowdown when using the arrow keys. I was hoping someone could help me fix this. Thanks!
Title: Re: Extremely Slow Scroll Speed
Post by: oBFusCATed on April 10, 2012, 07:53:59 am
What you tried any other scintilla based editor, is it normal there?
Title: Re: Extremely Slow Scroll Speed
Post by: tjtoml on April 10, 2012, 10:14:33 pm
I.... do not know what that means.
Title: Re: Extremely Slow Scroll Speed
Post by: oBFusCATed on April 10, 2012, 10:22:30 pm
Me, too.  ;D

It should have been: Have you tried any other scintilla based editors? Does it happen with them?

C::B uses wxScintilla for the editor component.
Title: Re: Extremely Slow Scroll Speed
Post by: tjtoml on April 10, 2012, 11:18:19 pm
I've never used another scintilla based editor, and I don't have the $42 to get ScITE from the app store... any other suggestions?
Title: Re: Extremely Slow Scroll Speed
Post by: oBFusCATed on April 11, 2012, 12:25:29 am
$42 for ScITe, it is opensource and free on the other OSes.

Another option is to try to build wxWidgets and their wxSTC example.