Code::Blocks Forums

User forums => Using Code::Blocks => Topic started by: jazzer on May 15, 2007, 07:17:02 am

Title: autocomplete for Python
Post 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...
Title: Re: autocomplete for Python
Post by: raph on May 15, 2007, 11:16:15 am
It does not work.
You should better use another ide for python (there are great ones out there like SPE or pyDev).

Regards
raph
Title: Re: autocomplete for Python
Post by: jazzer on May 15, 2007, 11:17:50 am
any plans to include support for Python in C::B?
Title: Re: autocomplete for Python
Post by: jazzer on May 15, 2007, 01:35:38 pm
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.
Title: Re: autocomplete for Python
Post by: dmoore on May 18, 2007, 03:34:31 pm
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.