Hacker News new | ask | show | jobs
by JVerstry 4710 days ago
Several years ago, I tried NetBeans vs Eclipse and chose NetBeans altough it was far from perfect, but Eclispe was not better. The GUI was better.

I do not regret my choice. NetBeans has always progressively improved on its weaknesses, releases after releases. I revisited Eclispe a couple of times, but was not overall convinced by it.

2 comments

Does it do incremental compilation now? One of the killers for me with NetBeans (and Visual Studio) was the compilation waits. I'd swap back from eclipse in an instance if they do that.
It has for a long time. Just invoke the 'Build Project' (F11) functionality, instead of the 'Clean & Build Project' one (Shift+F11).

Or if you mean dynamic recompilation of your code as you type it to warn you of possible errors, then yes, it does that too...

Excellent. Thanks for the information.
I chose Eclipse back in the day (3.2?) and forgot about the existence of NB, nowadays I'm starting to slowly drift towards Vim or lightweight ides like NinjaIDE, yet my bloat editor habits still demand having something packaged at hand. I guess I'll try NB74.