Code::Blocks Forums
User forums => Using Code::Blocks => Topic started by: jazzer on May 15, 2007, 07:17:02 am
-
Does it work in C::B?
I added a Python file to a project - no completion...
-
It does not work.
You should better use another ide for python (there are great ones out there like SPE or pyDev).
Regards
raph
-
any plans to include support for Python in C::B?
-
You should better use another ide for python (there are great ones out there like SPE or pyDev).
We're developing in both in C++ and Python at the same time, in the same project (via Boost.Python).
So we'd like to use only one editor for both for convenience.
There are some other editors which are able to autocomplete both Python and C++ (including free ones, even more - including Scintilla-based, e.g. SciTE), so we're just evaluating C::B - can it be usable for us.
For now, C::B doesn't look very promising as it lacks very basic features (e.g. non-modal search/replace, incremental search, auto-complete for Python and highlighting for Bash) and the future of these features it unclear.
-
the bash lexer should be easy to do. C::Bs editor is a scintilla control.
I've been working on a python symbol browser (mostly python code) that I will eventually put into my experimental python plugin. (I emphasize experimental)
At least for now, Eclipse sounds like your answer.