User forums > Using Code::Blocks
autocomplete for Python
(1/1)
jazzer:
Does it work in C::B?
I added a Python file to a project - no completion...
raph:
It does not work.
You should better use another ide for python (there are great ones out there like SPE or pyDev).
Regards
raph
jazzer:
any plans to include support for Python in C::B?
jazzer:
--- Quote from: raph on May 15, 2007, 11:16:15 am ---You should better use another ide for python (there are great ones out there like SPE or pyDev).
--- End quote ---
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.
dmoore:
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.
Navigation
[0] Message Index
Go to full version