ATTENTION: You are viewing a page formatted for mobile devices; to view the full web page, click HERE.

Other Software > Developer's Corner

Which Eclipse?

(1/2) > >>

tinjaw:
My Pydev extensions annual subscription is up for renewal this month. I decided to check out Wing IDE and NetBeans to see what I was missing. I haven't looked at NetBeans yet, but I just did spend some time with Wing IDE. I went though the tutorial. Although I liked what I see, I don't see any reason to switch to it from Eclipse + Pydev. I hopefully have time to check out NetBeans soon.

However, it did make me remember that there are now these pre-packaged and tested versions of Eclipse; like MyEclpse and Yoxos. From my limited understanding these are "value-added" versions of Eclipse. Have any of you folks toyed with them? Did any of you decide to use a subscription version of Eclipse over the free version?

kartal:
I use eclipse+pydev(and c extensions, just started learning c)  and I like it. I am also testing Pydev extensions. One reason I use Eclipse is that I can embed Vim in it. It also has couple vim wrappers. (Although Netbeans has couple vim wrappers too)

I did check out Netbeans, it is actually very nice however there is a weird bug that stopped me moving to it. It highlights the words that is next to the  caret(in Python projects). I can see the merits of this behaviour but I do not like it because I use darker themes and the selection just sticks out. I think this behaviour is hardcoded in the python plugin because in C plugin you can disable it. Notepad++ has highlighting occurences as well but it would highlight only when the user selects the whole word manually. This thing selects the word and highlights automatically.

The other thing I did not like about NetB is the way it is handling C projects. it lets you compile a single file but it wont let you run within the IDE which is weird. It is either not implemented or not working properly. Since I am a C beginner, maybe someone can explain how I should work with in NB.

I tried Komodo IDE and Edit, they are both very nice(one is free), definetely IDE version is very well integrated and has advance functions. I just cannot justify the price for my little projects. Komodo Edit does not have proper Python shell which is a big  minus.

One other alternative is Pyscripter. That one is great and nice but it does not let you have more than one project at a time. On the other hand Eclipse+Pydev offers many projects options.




urlwolf:
@tinjaw, test one of the hudson builds of netbeans 7.0. Lots of goodies for python.
The REPL sucks, sure, but you can use an external one and ahk to send clipboard to it.

Netbeans has test coverage for python built-in (7.0). The debugger is pretty good.

IntelliJ has a python plugin, that is very primitive and beta but will be upgraded anytime soon. They also claim it'll support graphical test coverage.

I'm using Jedit for python nowadays.

kartal:
@tinjaw, test one of the hudson builds of netbeans 7.0. Lots of goodies for python.
The REPL sucks, sure, but you can use an external one and ahk to send clipboard to it.

Netbeans has test coverage for python built-in (7.0). The debugger is pretty good.

-urlwolf (June 08, 2009, 09:21 AM)
--- End quote ---

Where can I download NB 7.0 builds?

urlwolf:
@kartal:
http://deadlock.netbeans.org/hudson/job/python/

@tinjaw:
New IDEA plugin released:
http://www.jetbrains.net/confluence/display/PYH/Python+Plugin+for+IntelliJ+IDEA+8.0

Navigation

[0] Message Index

[#] Next page

Go to full version