Development with IDE tools..

Started by sqlpython, 2012/03/20, 23:06:33

Previous topic - Next topic

sqlpython

Not a problem just an experience....
For those Who would like to develop with an IDE but haven't decided which one...

I have been working on some Android apps. Both with and without Qt widgets. Doing this work in C++ and PyQt as well as Java..
Reason being I haven't decide which way is the best to go with my particular Development work. During this inquiry I had to decide on a IDE tool. I looked at QtCreator, CodeBlocks, Eric, Eclipse and NetBeans. In the end I decided to pick a tool that would allow all the languages I would be working with....
I have narrowed it down to NetBeans and Eclipse.
Why?
These were the two that allow a powerful development work environment and a plugin library that had the Available tools I needed.
These tools were..
Java SDK development
C++ CDT
QT sdk

Pydev or some Python development pkg
Android SDK
Perl ..not necessary but just because it worked...

The plugin How tos are easily googled up for each IDE..
In the end I have
NetBeans 7.1 and Eclipse Indigo w/ the aforemention plugins..
All works Great in Siduction.!

If anyone goes this route and would like my feedback and various glitches as to adding any of the Plugins I would provide directions.
However, It was pretty easy but sometimes not completely straight forward..

Just another thing you can do with your Siduction Install..

ralul

@sqlpython - I am curious - I have just pulled such an eclipse beast at my Gentoo Linux installation. But not used since (a few days).
experiencing siduction runs better than my gentoo makes me know I know nothing

brummer

Hi

I have used Code::Blocks for several years, but now I didn't use IDE's any more more.
I completely switched to use Geany for all my projects.

sqlpython

Apologies! :oops:
I didn't follow my own thread..
 Better late then never..
@ralul : Is your Eclipse Gentoo install working to your satisfaction..
...........I am using mine with C++ and Java

@brummer: I used Code::Blocks before but the latest versions on Linux require that I list every Path to each lib re QT in the Profile... otherwise these can't be found by Code::Blocks.. So I gave up on Code::BLocks.
 Regarding Geany: I use it quite a lot.. Especially if I am Brainstorming a part of a Project with only a Few Classes. However being the imperfect Beast that I am as the Project grows I find I am needing a Good DeBugger. Preferably an Integrated DeBugger.

agaida

@sqlpython - eventually you should have a look at the JetBrain Products like IDEA, PhpStorm, PythonCharm, RubyMine.
There's this special biologist word we use for "stable". It's "dead". ~ Jack Cohen

sqlpython

@agaida
Thanks for the suggestion. If you use IDEA give us feedback, Please.
I had already been over to JetBrains and looked at IDEA.. I was particularly interested as to how IDEA handled the Android SDK.. For now I have the Android SDK running on NetBeans and Eclipse.. Each is set for C++/Python/Java/Perl
Personally, I don't do PHP nor Ruby.. my Brain is leaking even as I type..  :)


BTW.. Now that we have communicated. Am I officially part of the The Bielefeld Conspiracy..  ;^)

hinto

NetBeans works well for all the environments you mentioned.
-Hinto