Hi all,
Quite some time without a release hum?
Well, it's already out... its changes are mostly bugs and some features (Thanks to Mikko Ohtamaa for those: new project and new module...)
Also, I'll try not to let you without a release for so long again, but in the last 2 months I had only little time to spend on it.
Hope you enjoy.
Cheers,
Fabio
3 comments:
Gret work! For some reason autocompletion works much better for me now, thanks a lot.
Hi,
Pydev is a revolution in python development! Excellent work, please please please don't stop.
However, I noticed a funny bug; if I have the character '/' and the character '*' next to each other, for example:
globpath = 'a/b/*.c'
then double-clicking on any text following those two characters doesn't select the word under the cursor. However, I did notice that putting that sequence in reverse afterwards, something like:
globpath = 'a/b/*.c' # */
seems to fix the problem ;-)
Some kind of java comment parser leftover in the editor ?
Humm... very strange, I'm unable to reproduce that here... if you want, you can fill a bug (check http://pydev.sf.net/faq.html to how to fill it).
Cheers,
Fabio
Post a Comment