IDE :D

All off topic discussions go here. Everything from the funny thing your cat did to your favorite tv shows. Non-programming computer questions are ok too.
User avatar
bloodhound23
Member
Member
Posts: 115
Joined: Wed Jan 23, 2008 7:13 pm
Contact:

IDE :D

Post by bloodhound23 »

What IDE does everybody use? I myself use gedit with command line plugins, filebrowser and special character map for things like the (C) symbol.
I thought I wasn't thinking, I thought wrong.
User avatar
t0xic
Member
Member
Posts: 216
Joined: Sat May 05, 2007 3:16 pm
Location: VA
Contact:

Post by t0xic »

I use VC++. Even though I can't compile directly from it, I still like it the best
pcmattman
Member
Member
Posts: 2566
Joined: Sun Jan 14, 2007 9:15 pm
Libera.chat IRC: miselin
Location: Sydney, Australia (I come from a land down under!)
Contact:

Post by pcmattman »

I used to use VC++ with my own custom makefile, but when I restarted my project I switched to Code::Blocks.

I actually want to go back to VC++, but I couldn't be bothered :P.
User avatar
Alboin
Member
Member
Posts: 1466
Joined: Thu Jan 04, 2007 3:29 pm
Location: Noricum and Pannonia

Post by Alboin »

I use scribes and vim, depending on my mood. I have a template makefile I use should I need one, and that's about it. I like to keep it simple.
C8H10N4O2 | #446691 | Trust the nodes.
User avatar
Combuster
Member
Member
Posts: 9301
Joined: Wed Oct 18, 2006 3:45 am
Libera.chat IRC: [com]buster
Location: On the balcony, where I can actually keep 1½m distance
Contact:

Post by Combuster »

For OS development, ConTEXT
"Certainly avoid yourself. He is a newbie and might not realize it. You'll hate his code deeply a few years down the road." - Sortie
[ My OS ] [ VDisk/SFS ]
User avatar
Brynet-Inc
Member
Member
Posts: 2426
Joined: Tue Oct 17, 2006 9:29 pm
Libera.chat IRC: brynet
Location: Canada
Contact:

Post by Brynet-Inc »

I remember another topic entirely identical to this one... but I'll bite.

nvi+nedit..

That's about it.
Image
Twitter: @canadianbryan. Award by smcerm, I stole it. Original was larger.
User avatar
babernat
Member
Member
Posts: 42
Joined: Tue Jul 03, 2007 6:53 am
Location: Colorado USA

Post by babernat »

I use a combination of Eclipse CDT and vim.
Thanks for all the fish.
frank
Member
Member
Posts: 729
Joined: Sat Dec 30, 2006 2:31 pm
Location: East Coast, USA

Post by frank »

I use Eclipse when working on my OS and Visual C++ when programming native windows applications.
User avatar
AJ
Member
Member
Posts: 2646
Joined: Sun Oct 22, 2006 7:01 am
Location: Devon, UK
Contact:

Post by AJ »

Eclipse for OSdev, #Develop for Windows development.

Cheers,
Adam
User avatar
01000101
Member
Member
Posts: 1599
Joined: Fri Jun 22, 2007 12:47 pm
Contact:

Post by 01000101 »

I use Dev/C++ IDE for all my coding.
The adjustable tabbing feature makes my code look much neater.
and I use it for the project file tree.
User avatar
Solar
Member
Member
Posts: 7615
Joined: Thu Nov 16, 2006 12:01 pm
Location: Germany
Contact:

Post by Solar »

vim, make, gcc, binutils, gdb, svn.

At work (mainly a Solaris environment), I use sunstudio for debugging, and MSVC++ when I have to build a Windows executable - but both is mostly fire-and-forget, e.g. once I found the bug in sunstudio I return to vim for the fixing.

I have Eclipse and KDevelop installed, and used them occassionally so that I don't lose the feel for them. IDE's are great if you have to write, construct, or refactor tons of code. But when you have only snippets to write (as in PDCLib) or your focus is on casual touches instead of sweeping changes (as on my 7-to-5 job), I feel more comfortable with the small tools. They simply require much less attention to the tool itself.
Every good solution is obvious once you've found it.
User avatar
JamesM
Member
Member
Posts: 2935
Joined: Tue Jul 10, 2007 5:27 am
Location: York, United Kingdom
Contact:

Post by JamesM »

(as on my 7-to-5 job)
Wow, work much? I do 8-to-4 and that's considered normal here... :shock:

I use KDevelop, emacs, and Kate depending what I'm doing. in Windows (which isn't often) I use Visual studio.
User avatar
Solar
Member
Member
Posts: 7615
Joined: Thu Nov 16, 2006 12:01 pm
Location: Germany
Contact:

Post by Solar »

Perhaps my lunch breaks are longer than yours. 8) Or it's the overtime I work so that I can take a day off now and then.

It's a standard 40-hours job.
Every good solution is obvious once you've found it.
User avatar
JamesM
Member
Member
Posts: 2935
Joined: Tue Jul 10, 2007 5:27 am
Location: York, United Kingdom
Contact:

Post by JamesM »

Solar wrote:Perhaps my lunch breaks are longer than yours. 8) Or it's the overtime I work so that I can take a day off now and then.

It's a standard 40-hours job.
37.5 :-)
User avatar
Solar
Member
Member
Posts: 7615
Joined: Thu Nov 16, 2006 12:01 pm
Location: Germany
Contact:

Post by Solar »

Pu55y. :D

Edit: Hey, word filter! Suxorz! :D
Every good solution is obvious once you've found it.
Post Reply