IDE :D
- bloodhound23
- Member
- Posts: 115
- Joined: Wed Jan 23, 2008 7:13 pm
- Contact:
IDE :D
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.
- Brynet-Inc
- Member
- Posts: 2426
- Joined: Tue Oct 17, 2006 9:29 pm
- Libera.chat IRC: brynet
- Location: Canada
- Contact:
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.
The adjustable tabbing feature makes my code look much neater.
and I use it for the project file tree.
Website: https://joscor.com
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.
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.