Page 1 of 1

Eclipse plugin

PostPosted: Sun May 29, 2011 10:19 pm
by BrendanSimon
Anyone know of a Cobra plugin (similar to PyDev I guess) for Eclipse ??
Anyone working on one ??

Emonic is a plugin for C# on Eclipse. Maybe there is someway to tap into this work ??

All I'm after at the moment is syntax colour highlighting !!

Cheers, Brendan.

Re: Eclipse plugin

PostPosted: Wed Jun 01, 2011 12:27 am
by hopscc
Dont know of any existing or anyone working on an eclipse plugin specifically though I'd imagine you could obtain most of whats desired from a light workover of a any python ones(s) ( at least that's been the experience to date with other editors/IDE).

Is pydev source freely available ?