Breve on Eclipse
Hi.
Is any remote chance to be possible to edit and compile breve python files on Eclipse (with Pydev)? It gives error on the import breve statement.
(I really just need to compile them, I can run them on the Breve IDE.)
I already tried to place C:\breveIDE_2.6\lib, C:\breveIDE_2.6\lib\classes, and C:\breveIDE_2.6\lib\classes\breve on the source path but with no sucess.
Any tips? Thanks in advance.
Cheers.

On OS X I've managed to run
On OS X I've managed to run Breve from Eclipse, I don't know if it's the right way but it works..should be similar in windows.
I've download the command line breve version.
In Eclipse Run->External Tools->Open External Tools Dialogue
In Program add new
In Environment: New Name: BREVE_CLASS_PATH Value: /lib/classes
In Main: Location:/bin/breve Working Directory: Arguments: -u "filename.py"
For other argument -h
better support in forthcoming version of breve
Just wanted to drop a note that a new version of the breve IDE is in progress which will better support external editors by automatically reloading files edited externally. This means that you can keep the file open and automatically synchronized between breve and Eclipse.
- jon
On Win I've managed to "get" autocomplete
Hi and thanks for the reply,
On windows I've managed to "run" too, although a little bit crappy. I got the IDE version of breve. I created a new PyDev project, and then copied the "breve" directory (under \lib\classes) to my project. It gives me some auto complete (on python and on some breve functions) but I have to use it only for editing, and then run it on the IDE. It gives me some errors thought (regarding BreveInternal), but on the other hand you have some sort of autocomplete.
I'll try that on windows and check if it works.
Cheers all.