News:

When registered with our forums, feel free to send a "here I am" post here to differ human beings from SPAM bots.

Main Menu

Code::Blocks speed

Started by iso9660, November 14, 2012, 11:57:57 PM

Previous topic - Next topic

davidr

dpkg-reconfigure codeblocks
dpkg-reconfigure codeblocks-contrib

All plugins are unchecked. Codeblocks starts very quickly, thats good.

Editor is still very slow.

I have also comment out .c and .cpp in /usr/share/codeblocks/lexer/cpp.properties. Even try to delete this file.

No difference.

I am going to look at SciTE code, makefile and properties later.

David


David
(Debian on RaspberryPI and UDOO)

dmoore

Also turn off highlight occurrences in editor settings (though that shouldn't make much difference on a small file)
Python plugins: [url="https://github.com/spillz/codeblocks-python"]https://github.com/spillz/codeblocks-python[/url]
Code::Blocks Daily Builds -- Ubuntu PPA: [url="https://launchpad.net/~damien-moore/+archive/codeblocks"]https://launchpad.net/~damien-moore/+archive/codeblocks[/url]

davidr

turning off highlight occurrence does not make any difference.

In scientilla/SciTE i have found out that some changes in properties file gives very good performance.

In file /usr/share/scite/SciTEGlobal.properties I have change this lines:

cache.layout = 2
output.cache.layout = 2
buffered.draw = 0
two.phase.draw = 0

After this changes SciTE editor is much quicker when editing a .cpp file.

Is it possible to insert this properties to codeblocks editor ?

David
(Debian on RaspberryPI and UDOO)