User forums > Embedded development

Code::Blocks speed

<< < (4/4)

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

dmoore:
Also turn off highlight occurrences in editor settings (though that shouldn't make much difference on a small file)

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

Navigation

[0] Message Index

[*] Previous page

Go to full version