User forums > Embedded development

Code::Blocks speed

<< < (2/4) > >>

davidr:
I have compiled scintilla and scite from scientilla.org home page. It gives the same result. This editor works fine with .txt file and very very slow with .cpp file. There is a work with hardware accelerated Xserver. It can help scintilla editor be much more faster.

http://www.raspberrypi.org/phpBB3/viewtopic.php?t=4649

David

oBFusCATed:
So you should report this slowness to Scintilla devs, because C::B uses the Scintilla component for the editors.

thomas:

--- Quote from: davidr on November 17, 2012, 07:11:50 pm ---I have compiled scintilla and scite from scientilla.org home page. It gives the same result. This editor works fine with .txt file and very very slow with .cpp file.
--- End quote ---
In that case, you should probably report an issue concerning the C++ lexer.

And of course:

--- Quote from: oBFusCATed on November 17, 2012, 11:00:02 pm ---So you should report this slowness to Scintilla devs
--- End quote ---

In the mean time, it may be worthwhile to try and disable syntax coloring in Code::Blocks. I don't recall whether this really disables the lexer or only turns off the color scheme, but it's worth a try. Maybe that makes it usable for you.

davidr:
Is there an easy way to disable color sheme and/or lexer in any menu or code before compile?.  I have reload rpi with latest raspbian and after that compiled everything with no error. Svn8587 is ready for download now.

scintilla/SciTE works better after disable lexer in cpp.properties file. Where can I find this file in codeblocks source code.

Is it possible to use emacs editor in codeblocks?

David

oBFusCATed:

--- Quote from: davidr on November 22, 2012, 08:54:26 pm ---Is it possible to use emacs editor in codeblocks?

--- End quote ---
No, neigher vi (there might be a plugin for vi tough)

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version