Author Topic: Code::Blocks speed  (Read 29583 times)

Offline davidr

  • Single posting newcomer
  • *
  • Posts: 9
Re: Code::Blocks speed
« Reply #15 on: December 08, 2012, 02:28:08 pm »
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)

Offline dmoore

  • Developer
  • Lives here!
  • *****
  • Posts: 1576
Re: Code::Blocks speed
« Reply #16 on: December 08, 2012, 03:08:17 pm »
Also turn off highlight occurrences in editor settings (though that shouldn't make much difference on a small file)

Offline davidr

  • Single posting newcomer
  • *
  • Posts: 9
Re: Code::Blocks speed
« Reply #17 on: December 08, 2012, 07:35:14 pm »
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)