Code::Blocks Forums
Welcome,
Guest
. Please
login
or
register
.
Did you miss your
activation email
?
1 Hour
1 Day
1 Week
1 Month
Forever
Login with username, password and session length
News:
As usual while waiting for the next release - don't forget to check the
nightly builds
in the forum.
Home
Help
Search
Login
Register
Code::Blocks Forums
»
User forums
»
Using Code::Blocks
»
Slow scrolling? [Ubuntu]
« previous
next »
Send this topic
Print
Pages:
1
...
3
4
5
6
7
[
8
]
Go Down
Author
Topic: Slow scrolling? [Ubuntu] (Read 96026 times)
dmoore
Developer
Lives here!
Posts: 1576
Re: Slow scrolling? [Ubuntu]
«
Reply #105 on:
September 13, 2012, 10:14:14 pm »
I committed a
one-liner
that should take care of the problem efficiently. Doing Refresh(false) seems to be enough to reset the clip region, at least on windows.
Logged
Python plugins:
https://github.com/spillz/codeblocks-python
Code::Blocks Daily Builds -- Ubuntu PPA:
https://launchpad.net/~damien-moore/+archive/codeblocks
Alpha
Developer
Lives here!
Posts: 1513
Re: Slow scrolling? [Ubuntu]
«
Reply #106 on:
September 13, 2012, 11:28:08 pm »
It works on Ubuntu as well (and the performance seems fine).
Logged
dmoore
Developer
Lives here!
Posts: 1576
Re: Slow scrolling? [Ubuntu]
«
Reply #107 on:
September 13, 2012, 11:55:04 pm »
Thanks for testing. I wonder if it is needed on Mac? The older, working code skipped the Refresh call for WXMAC. Perhaps we should do the same here.
Logged
Python plugins:
https://github.com/spillz/codeblocks-python
Code::Blocks Daily Builds -- Ubuntu PPA:
https://launchpad.net/~damien-moore/+archive/codeblocks
Send this topic
Print
Pages:
1
...
3
4
5
6
7
[
8
]
Go Up
« previous
next »
Code::Blocks Forums
»
User forums
»
Using Code::Blocks
»
Slow scrolling? [Ubuntu]