Go Back   CodeCall Programming Forum > General > The Lounge
Register Blogs Search Today's Posts Mark Forums Read

The Lounge Discuss any topics not covered elsewhere in this forum. Kick back, relax and get it off your mind.

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 05-21-2009, 07:38 AM
flycoder's Avatar
Newbie
 
Join Date: May 2009
Posts: 10
flycoder is an unknown quantity at this point
What IDE do you use?

hey there,

I just wanted to do an informal survey for my blog on what some of the popular IDE's you guys use. If you have any info, it would be great if you said why you chose it above others (say, why Eclipse is better than visual studio or vice versa) also mention what language you use in that IDE.

I have used several IDE's but I haven't fully used their resources. I have used DevC++, Eclipse for C++ and for Java, and of course Visual Studio. I like Eclipse and VS the best, but I can't really say which is better because I haven't thought to compare them. It is annoying that VS doesn't make your brackets for you tho...
__________________


Coding Flies
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #2 (permalink)  
Old 05-21-2009, 09:24 AM
Turk4n's Avatar
Code Warrior
 
Join Date: May 2008
Location: 4chan.org/g/
Age: 20
Posts: 3,822
Turk4n has much to be proud ofTurk4n has much to be proud ofTurk4n has much to be proud ofTurk4n has much to be proud ofTurk4n has much to be proud ofTurk4n has much to be proud ofTurk4n has much to be proud ofTurk4n has much to be proud of
Send a message via MSN to Turk4n Send a message via Skype™ to Turk4n
Re: What IDE do you use?

Used Eclipse and never looking back again with my java coding, and the rest programming languages goes with a TextEditor !
__________________

Hatsune Miku ~❤❤❤
初音ミク。~❤❤❤
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #3 (permalink)  
Old 05-21-2009, 10:02 AM
Jordan's Avatar
Administrator
 
Join Date: Nov 2005
Location: Hendersonville, NC
Posts: 24,556
Jordan is a name known to allJordan is a name known to allJordan is a name known to allJordan is a name known to allJordan is a name known to allJordan is a name known to all
Send a message via ICQ to Jordan Send a message via AIM to Jordan Send a message via MSN to Jordan Send a message via Yahoo to Jordan
Re: What IDE do you use?

Windows: Zend for PHP, Notepad2 and Visual Studio
Linux: vim, Zend for PHP and Monodevelop
Mac: Nothing because I can't afford their hardware

Of those IDEs I use the text editors most (Notepad2 and vim) and not sure they would be considered an "IDE" per-say, but I do a lot of CLI programming in them. I've used them for multiple languages from C++ to Python. Next up is Zend because it is based on Eclipse and cross-platform. I can use it on Windows or Linux and enjoy the exact same features. I used Visual Studio on Windows for .NET development and Monodevelop on Linux for .NET development.

For EDI I use a propritary IDE based on Eclipse as well.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #4 (permalink)  
Old 05-21-2009, 11:04 AM
flycoder's Avatar
Newbie
 
Join Date: May 2009
Posts: 10
flycoder is an unknown quantity at this point
Re: What IDE do you use?

Quote:
Originally Posted by Jordan View Post
Windows: Zend for PHP, Notepad2 and Visual Studio
Linux: vim, Zend for PHP and Monodevelop
Mac: Nothing because I can't afford their hardware

Of those IDEs I use the text editors most (Notepad2 and vim)
I've fooled around with vim, but the learning curve was high, and there are so many text editors that have controls I am used to. I like Context
__________________


Coding Flies
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #5 (permalink)  
Old 05-21-2009, 11:16 AM
Jordan's Avatar
Administrator
 
Join Date: Nov 2005
Location: Hendersonville, NC
Posts: 24,556
Jordan is a name known to allJordan is a name known to allJordan is a name known to allJordan is a name known to allJordan is a name known to allJordan is a name known to all
Send a message via ICQ to Jordan Send a message via AIM to Jordan Send a message via MSN to Jordan Send a message via Yahoo to Jordan
Re: What IDE do you use?

vim learning curve is high but you become use to it and can actually edit faster using vim once learned. My old boss use to say "With vi you can fly!". Some people say "With vi I die".
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #6 (permalink)  
Old 05-21-2009, 11:36 AM
WingedPanther's Avatar
Super Moderator
 
Join Date: Jul 2006
Age: 36
Posts: 11,435
WingedPanther has much to be proud ofWingedPanther has much to be proud ofWingedPanther has much to be proud ofWingedPanther has much to be proud ofWingedPanther has much to be proud ofWingedPanther has much to be proud ofWingedPanther has much to be proud ofWingedPanther has much to be proud ofWingedPanther has much to be proud of
Re: What IDE do you use?

I use jEdit for most of my code (HTML, ColdFusion, ASP, CSS, PHP, JavaScript, Delphi, C++, C). For Delphi code I also use the Delphi IDE (Mainly to compile and do form design). You can substitute Lazarus for Delphi in any of the above.

I agree with Jordan, vim is worth the learning curve. Unfortunately, I let my vi skills atrophy. For massive files (such as error logs where my conversion failed miserably) vim or emacs are sometimes the only editors that will open it.
__________________
CodeCall Blog | CodeCall Wiki | Shareware
Programming is a branch of mathematics.
My CodeCall Blog | My Personal Blog
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #7 (permalink)  
Old 05-21-2009, 12:01 PM
Xav's Avatar
Xav Xav is offline
Code Slinger
 
Join Date: Mar 2008
Location: The North Pole
Posts: 13,210
Xav has much to be proud ofXav has much to be proud ofXav has much to be proud ofXav has much to be proud ofXav has much to be proud ofXav has much to be proud ofXav has much to be proud ofXav has much to be proud ofXav has much to be proud of
Send a message via MSN to Xav
Re: What IDE do you use?

@Jordan: I can't see Notepad2 being classified as an IDE. It surely isn't an Environment that Integrates Development - just a tabbed version of notepad.

Why not give Notepad++ a try? It's far better than Notepad2.
__________________

Quote:
Originally Posted by Jordan View Post
Good members, like yourself, stick around and post for ages to come!
Mr. Xav | Blog | Forums
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #8 (permalink)  
Old 05-21-2009, 12:16 PM
MathX's Avatar
Guru
 
Join Date: Oct 2008
Location: Kosovo
Age: 19
Posts: 3,994
MathX has a spectacular aura aboutMathX has a spectacular aura about
Send a message via MSN to MathX
Re: What IDE do you use?

Quote:
Originally Posted by Xav View Post
@Jordan: I can't see Notepad2 being classified as an IDE. It surely isn't an Environment that Integrates Development - just a tabbed version of notepad.

Why not give Notepad++ a try? It's far better than Notepad2.
Yeah Notepad++ is great.

I use Dev-C++ to write my C++ code. I like it very much.
__________________
My Blog
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #9 (permalink)  
Old 05-21-2009, 01:32 PM
Jordan's Avatar
Administrator
 
Join Date: Nov 2005
Location: Hendersonville, NC
Posts: 24,556
Jordan is a name known to allJordan is a name known to allJordan is a name known to allJordan is a name known to allJordan is a name known to allJordan is a name known to all
Send a message via ICQ to Jordan Send a message via AIM to Jordan Send a message via MSN to Jordan Send a message via Yahoo to Jordan
Re: What IDE do you use?

Quote:
Originally Posted by Xav View Post
@Jordan: I can't see Notepad2 being classified as an IDE. It surely isn't an Environment that Integrates Development - just a tabbed version of notepad.

Why not give Notepad++ a try? It's far better than Notepad2.
You should read my full post:

Quote:
Of those IDEs I use the text editors most (Notepad2 and vim) and not sure they would be considered an "IDE" per-say, but I do a lot of CLI programming in them.
They may not be "integrated" but they certainly constitute a "Development Environment". I tried Notepad++, I didn't like it as much.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #10 (permalink)  
Old 05-21-2009, 02:15 PM
Xav's Avatar
Xav Xav is offline
Code Slinger
 
Join Date: Mar 2008
Location: The North Pole
Posts: 13,210
Xav has much to be proud ofXav has much to be proud ofXav has much to be proud ofXav has much to be proud ofXav has much to be proud ofXav has much to be proud ofXav has much to be proud ofXav has much to be proud ofXav has much to be proud of
Send a message via MSN to Xav
Re: What IDE do you use?

Indeed. -r3p

Visual Studio has a super GUI building interface, and the IntelliSense can come in handy.
__________________

Quote:
Originally Posted by Jordan View Post
Good members, like yourself, stick around and post for ages to come!
Mr. Xav | Blog | Forums
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply

Tags
eclipse, ide, visual studio



Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes



All times are GMT -5. The time now is 08:22 AM.


vBulletin v3.8.0 ©2010, Jelsoft Enterprises Ltd.


no new posts

LinkBacks Enabled by vBSEO 3.1.0