What's your favourite IDE and why

  • (7 Pages)
  • +
  • « First
  • 2
  • 3
  • 4
  • 5
  • 6
  • Last »

97 Replies - 25522 Views - Last Post: 18 December 2011 - 07:13 AM

#46 NeoTifa   User is offline

  • NeoTifa Codebreaker, the Scourge of Devtester
  • member icon





Reputation: 4933
  • View blog
  • Posts: 20,259
  • Joined: 24-September 08

Re: What's your favourite IDE and why

Posted 17 August 2011 - 09:33 AM

Flash drives or shared workspaces?
Was This Post Helpful? 0
  • +
  • -

#47 ishkabible   User is offline

  • spelling expret
  • member icon





Reputation: 1749
  • View blog
  • Posts: 5,901
  • Joined: 03-August 09

Re: What's your favourite IDE and why

Posted 17 August 2011 - 09:39 AM

for C and C++ i use code::blocks, i have MSVC++ installed for testing with a different compiler though. for everything else i use notepad++, however recently i have started using Vim in place of notepad++. but i haven't found all the merits of Vim just yet, the main reason that i like Vim over notepad++ is that i can run programs via the commands line without having to run a batch file. i tried using Emacs for Lisp a while back and found my self bashing my head in the wall within 10 minutes.
Was This Post Helpful? 0
  • +
  • -

#48 Nykc   User is offline

  • Gentleman of Leisure
  • member icon

Reputation: 740
  • View blog
  • Posts: 8,654
  • Joined: 14-September 07

Re: What's your favourite IDE and why

Posted 17 August 2011 - 09:53 AM

View PostRudiVisser, on 17 August 2011 - 12:25 PM, said:

View PostNykc, on 17 August 2011 - 05:18 PM, said:

As for being readily available, if you are using *nix and go to terminal and type vi. odds are you have it readily available.

vi != vim


There is always one in the group.

vim = vi improved and with a .vimrc - you know what nevermind. Not even going to waste my time on you.
Was This Post Helpful? 0
  • +
  • -

#49 dorknexus   User is offline

  • or something bad...real bad.
  • member icon

Reputation: 1272
  • View blog
  • Posts: 4,625
  • Joined: 02-May 04

Re: What's your favourite IDE and why

Posted 17 August 2011 - 10:32 AM

I currently use vim when i can. going to take a look at emacs for comparison. vim and emacs make no sense if you're not working in nixland. If you are working in nixland then they are heaven sent. so if you don't dwell in nixland, move along.
Was This Post Helpful? 3
  • +
  • -

#50 lordofduct   User is offline

  • I'm a cheeseburger
  • member icon


Reputation: 2668
  • View blog
  • Posts: 4,786
  • Joined: 24-September 10

Re: What's your favourite IDE and why

Posted 17 August 2011 - 10:55 AM

View PostNykc, on 17 August 2011 - 04:53 PM, said:

View PostRudiVisser, on 17 August 2011 - 12:25 PM, said:

View PostNykc, on 17 August 2011 - 05:18 PM, said:

As for being readily available, if you are using *nix and go to terminal and type vi. odds are you have it readily available.

vi != vim


There is always one in the group.

vim = vi improved and with a .vimrc - you know what nevermind. Not even going to waste my time on you.


I think his point was that just because vim is vi just improved... having vi doesn't necessarily mean you have vim. It means you have vi, pre-improvement (unless you've otherwise 'improved' it, which means you have vim).



note: I say improved because vim is shorth for 'Vi improved'.

This post has been edited by lordofduct: 17 August 2011 - 11:01 AM

Was This Post Helpful? 0
  • +
  • -

#51 jon.kiparsky   User is offline

  • Beginner
  • member icon


Reputation: 12350
  • View blog
  • Posts: 20,984
  • Joined: 19-March 11

Re: What's your favourite IDE and why

Posted 17 August 2011 - 10:59 AM

View PostRudiVisser, on 17 August 2011 - 11:25 AM, said:

View PostNykc, on 17 August 2011 - 05:18 PM, said:

As for being readily available, if you are using *nix and go to terminal and type vi. odds are you have it readily available.

vi != vim



The alias vi=vim seems pretty standard on linux distros that I've seen...

for java, my "IDE" is vi (which points to vim) plus a good ant file.
I haven't really had to customize my vimrc beyond setting margins and word wrap because vanilla vim works fine for me. I use a shell script to configure a new project and prepare a build file for it, then I write code. Old fashioned, I know, but it works.

This post has been edited by jon.kiparsky: 17 August 2011 - 11:09 AM

Was This Post Helpful? 1
  • +
  • -

#52 supersloth   User is offline

  • serial frotteur - RUDEST MEMBER ON D.I.C.
  • member icon


Reputation: 4695
  • View blog
  • Posts: 28,516
  • Joined: 21-March 01

Re: What's your favourite IDE and why

Posted 17 August 2011 - 11:09 AM

holy shit you guys just fucking google it already http://en.wikipedia....m_(text_editor)
Was This Post Helpful? 0
  • +
  • -

#53 lordofduct   User is offline

  • I'm a cheeseburger
  • member icon


Reputation: 2668
  • View blog
  • Posts: 4,786
  • Joined: 24-September 10

Re: What's your favourite IDE and why

Posted 17 August 2011 - 11:12 AM

already knew it...
Was This Post Helpful? 0
  • +
  • -

#54 Nykc   User is offline

  • Gentleman of Leisure
  • member icon

Reputation: 740
  • View blog
  • Posts: 8,654
  • Joined: 14-September 07

Re: What's your favourite IDE and why

Posted 17 August 2011 - 11:13 AM

I can type in my terminal:
cd source/perl/
vi perlscript.pl <ENTER>

and code in vim.  



yes vi is the original name for the editor a very primitive one at that. vim or vi improved in conjunction with your .vimrc is what I was referring to. My point was all *nix environments come with vi and more modern distros have vim installed.

To be that fucking anal over typing vi instead of vim is like me saying VS2003 everytime you refer to VS in the context of VS2010.

It is just ignorance and petty word twisting on the part of a high school skiddie.

Myself on the other hand, I probably have kids older than him. So shut the fuck up before I start dating your mom and make your bed time 2 hours earlier.

Edit - Thanks for all the posts before this ruining my thunder

This post has been edited by Nykc: 17 August 2011 - 11:14 AM

Was This Post Helpful? 2
  • +
  • -

#55 NeoTifa   User is offline

  • NeoTifa Codebreaker, the Scourge of Devtester
  • member icon





Reputation: 4933
  • View blog
  • Posts: 20,259
  • Joined: 24-September 08

Re: What's your favourite IDE and why

Posted 17 August 2011 - 11:16 AM

Dayum. Calm down, yo.
Was This Post Helpful? 1
  • +
  • -

#56 RudiVisser   User is offline

  • .. does not guess solutions
  • member icon

Reputation: 1010
  • View blog
  • Posts: 3,566
  • Joined: 05-June 09

Re: What's your favourite IDE and why

Posted 17 August 2011 - 11:26 AM

View PostNykc, on 17 August 2011 - 07:13 PM, said:

I can type in my terminal:
cd source/perl/
vi perlscript.pl <ENTER>

and code in vim.  



yes vi is the original name for the editor a very primitive one at that. vim or vi improved in conjunction with your .vimrc is what I was referring to. My point was all *nix environments come with vi and more modern distros have vim installed.

To be that fucking anal over typing vi instead of vim is like me saying VS2003 everytime you refer to VS in the context of VS2010.

It is just ignorance and petty word twisting on the part of a high school skiddie.

Myself on the other hand, I probably have kids older than him. So shut the fuck up before I start dating your mom and make your bed time 2 hours earlier.

Edit - Thanks for all the posts before this ruining my thunder

lol that's the most childish post I've ever seen, made even better from the fact it's about a text editor!

Download FreeBSD, type vi file and you'll see. For those of us that work with REAL BSD/Unix systems we can appreciate that even though on Linux distros the commands are virtually aliases, they're still distinctly different. But there we go! I don't even care lol just nit picking on your stressiness because it's hillarious.

Almost as bad as OS/Browser wars!

This post has been edited by RudiVisser: 17 August 2011 - 11:28 AM

Was This Post Helpful? 1
  • +
  • -

#57 lordofduct   User is offline

  • I'm a cheeseburger
  • member icon


Reputation: 2668
  • View blog
  • Posts: 4,786
  • Joined: 24-September 10

Re: What's your favourite IDE and why

Posted 17 August 2011 - 11:41 AM

rawr... should I get you a warm towel and a cocktail?
Was This Post Helpful? 0
  • +
  • -

#58 Raynes   User is offline

  • D.I.C Lover
  • member icon

Reputation: 616
  • View blog
  • Posts: 2,815
  • Joined: 05-January 09

Re: What's your favourite IDE and why

Posted 17 August 2011 - 12:39 PM

Emacs all the way. I have absolutely no use for an IDE. Emacs is the closest thing to an IDE that me or my co-workers are likely to ever need or want, especially given the languages we use.

EDIT: Reading the above posts, it's nice to know that I'm not the only one whose head explodes when somebody so much as looks at my chosen tools wrong. ;)

This post has been edited by Raynes: 17 August 2011 - 12:42 PM

Was This Post Helpful? 1
  • +
  • -

#59 Sergio Tapia   User is offline

  • D.I.C Lover
  • member icon

Reputation: 1259
  • View blog
  • Posts: 4,168
  • Joined: 27-January 10

Re: What's your favourite IDE and why

Posted 17 August 2011 - 12:45 PM

Well, to be fair you code in Clojure. You don't really need an IDE, right? Same for Ruby or Python. But try to make an MVC3 applications or a Winforms app without an IDE and it's impressive T4 templates, you'd be wasting your time on trivialities you shouldn't even care about.

Right tools for the right job.
Was This Post Helpful? 0
  • +
  • -

#60 Aphex19   User is offline

  • Born again Pastafarian.
  • member icon

Reputation: 619
  • View blog
  • Posts: 1,873
  • Joined: 02-August 09

Re: What's your favourite IDE and why

Posted 17 August 2011 - 12:49 PM

Visual C++ 2010, as usual.
Was This Post Helpful? 0
  • +
  • -

  • (7 Pages)
  • +
  • « First
  • 2
  • 3
  • 4
  • 5
  • 6
  • Last »