openSUSE Forums > Programming/Scripting » Re: IDE for C++ & Perl.

Go Back   openSUSE Forums > Programming/Scripting
Forums FAQ Members List Search Today's Posts Mark Forums Read

Programming/Scripting Questions about programming, bash scripts, perl, php, cron jobs, ruby, python, etc.

Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 11-Apr-2009, 02:11
Puzzled Penguin
 
Join Date: Mar 2009
Posts: 35
c2222 hasn't been rated much yet
Question Re: IDE for C++ & Perl.

Since i am totally new Linux i want to know as under -

1. IDE for C++ - Is there any application for C++ IDE in Linux just like Miscrosft's visual c++.
2. IDE for Perl - I would like to program some application in perl, is there any IDE for Perl in Linux.

3. Is QT 4.5 free & if so from where can i download the same.

Kindly let me know.

Thanks
__________________
AMD Athlon 64 Processor 2800+ | OS: openSUSE 11.1 (i586) | Linux 2.6.27.21-0.1-pae i686 | KDE: 4.2.2 release 114 | RAM 512 | HDD:80GB
Reply With Quote
  #2 (permalink)  
Old 11-Apr-2009, 05:03
Monex's Avatar
Busy Penguin
 
Join Date: Jun 2008
Location: Germany
Posts: 269
Monex hasn't been rated much yet
Default Re: IDE for C++ & Perl.

Hi,

1. you can use kdevelop but there are also other alternatives like eric, netbeans,... but for me kdevelop fits best for my purposes.

2. you can also use kdevelop for perl but maybe eric or others might be better with the syntax completion because kdevelop supports syntax completion only in C++ as far as I know.

3. the new license model of Qt4.5 allows now to develop applications under the LGPL but before GPL was also allowed. I don't know if it is a good idea to update Qt4 you could ran into a lot of troubles because kde4 and yast relied on Qt4 and maybe you must recompile them work with the new Qt version or install Qt into a different location. Maybe someone has tried it yet and can give a better advice here.

Hope this helps
Reply With Quote
  #3 (permalink)  
Old 13-Apr-2009, 04:13
Puzzled Penguin
 
Join Date: Mar 2009
Posts: 35
c2222 hasn't been rated much yet
Smile Re: IDE for C++ & Perl.

Thanks for all the links
__________________
AMD Athlon 64 Processor 2800+ | OS: openSUSE 11.1 (i586) | Linux 2.6.27.21-0.1-pae i686 | KDE: 4.2.2 release 114 | RAM 512 | HDD:80GB
Reply With Quote
  #4 (permalink)  
Old 13-Apr-2009, 06:01
Puzzled Penguin
 
Join Date: Feb 2009
Posts: 23
didess hasn't been rated much yet
Default Re: IDE for C++ & Perl.

Hi,

There's also a really-perl-dedicated plugin for eclipse (named epic : EPIC - Eclipse Perl Integration).

And also one for C++ (Eclipse for C/C++ Developers)

All that is quite free and portable (written in java)

Cordialement
Reply With Quote
  #5 (permalink)  
Old 28-Jan-2010, 15:27
Puzzled Penguin
 
Join Date: Jan 2010
Posts: 2
ssilbory hasn't been rated much yet
Unhappy Re: IDE for C++ & Perl.

So I'm having trouble find any IDE that supports perl, and works well.

kdevelop4- No sign of my perl templates, and doesn't have any support to run the syntax checker. Prior releases of kdevelop worked out of the box on Suse.

Eclipse- Epic looks interesting. It did take me a while to figure out installing epic requires run it as root, then looking under help -> updates. The major gripe here is that some of the buttons fail to click. I have to click then hit return. Also for the life of me I can't seem to figure how to do a simple perl -c.

I'm thinking of using vim, or xemacs at this rate.
Reply With Quote
  #6 (permalink)  
Old 28-Jan-2010, 16:26
Puzzled Penguin
 
Join Date: Jan 2010
Posts: 2
ssilbory hasn't been rated much yet
Angry Re: IDE for C++ & Perl.

Of course vim and gvim seems to not want to display color much less syntax highlighting.
Reply With Quote
  #7 (permalink)  
Old 30-Jan-2010, 01:24
Banned
 
Join Date: Feb 2009
Posts: 15
NatLWalker hasn't been rated much yet
Default Re: IDE for C++ & Perl.

Lol KDevelop - a trainwreck.

NetBeans and Eclipse are much better if you are developing in multiple languages (that they support). NetBeans is especially clean and well integrated, since the components all come from the same source.

If you are doing Qt development, primarily, then Eclipse + CDT with the Qt Plug-In is a strong choice. Qt has its own IDE called Qt Creator, as well, which I believe runs on Linux.

KDevelop has become a bloated, disorganized mess and it doesn't seem like they are trying to streamline it at all. Sometimes less is more, but they don't seem to understand that.

For Scripting languages like Perl, I much prefer to use a decent programmer's editor. ActiveState Komodo Edit (Free) is a strong choice for Perl.

So basically on Linux for C++ I'd prolly use NetBeans or Eclipse, and for Perl I'd use Komodo Edit.

I lost hope for KDevelop back in 2002, unfortunately.
Reply With Quote
  #8 (permalink)  
Old 30-Jan-2010, 03:42
Puzzled Penguin
 
Join Date: Jan 2010
Location: Nizhny Novgorod
Posts: 4
Vourhey hasn't been rated much yet
Default Re: IDE for C++ & Perl.

I use vim for both: C++ and perl. Considering graphical programs, I choose Geany.
Reply With Quote
  #9 (permalink)  
Old 30-Jan-2010, 06:03
Puzzled Penguin
 
Join Date: Nov 2009
Posts: 24
GregBrannon hasn't been rated much yet
Default Re: IDE for C++ & Perl.

Quote:
Eclipse- Epic looks interesting. It did take me a while to figure out installing epic requires run it as root, then looking under help -> updates. The major gripe here is that some of the buttons fail to click. I have to click then hit return.
There's a fix for the problem with the buttons not responding. Start Eclipse from a script and include the line:

GDK_NATIVE_WINDOWS=true

before starting Eclipse.
Reply With Quote
  #10 (permalink)  
Old 31-Jan-2010, 19:41
Banned
 
Join Date: Feb 2009
Posts: 15
NatLWalker hasn't been rated much yet
Default Re: IDE for C++ & Perl.

Quote:
Originally Posted by Vourhey View Post
I use vim for both: C++ and perl. Considering graphical programs, I choose Geany.
vim is not an IDE.

Geany is pretty basic, but it can work. I guess its biggest Plus is that its more lightweight than the others (especially the Java-based IDEs).

I still use Netbeans over it in Linux, though, since I usually keep my IDE open like 75% of the time. The NetBeans tools are just better than it, additionally.

I do need to look at Eclipse CDT and some of the Eclipse Dynamic Languages plug-ins again, though. This thread as peaked my interest.
Reply With Quote
Reply

Bookmarks


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On




 

Search Engine Friendly URLs by vBSEO 3.3.2