News:

As usual while waiting for the next release - don't forget to check the nightly builds in the forum.

Main Menu

autocomplete for Python

Started by jazzer, May 15, 2007, 07:17:02 AM

Previous topic - Next topic

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).
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.
Python plugins: [url="https://github.com/spillz/codeblocks-python"]https://github.com/spillz/codeblocks-python[/url]
Code::Blocks Daily Builds -- Ubuntu PPA: [url="https://launchpad.net/~damien-moore/+archive/codeblocks"]https://launchpad.net/~damien-moore/+archive/codeblocks[/url]