Posted: Thu Feb 14, 2008 9:56 pm
Notepad also now i'm using Bloodshed Dev-C++.
i do that, but organise the tree using windows explorer (h)01000101 wrote: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.
yep... and color syntaxing.Jeremiah Griffin wrote:Bash, Gnome-Terminal (URxvt's copy/paste finally drove me away), Gedit, GVim, Vim (when X is turned off), make, gcc, g++, binutils, nasm, fasm, Qemu, Bochs. True IDEs suck. If there's a "Build" thing that runs make, or a project/file browser, great, but when you put it all together, you get a slow, unorganized mess of menus and collapsible panels.
I did my 16-bit assembly OS + boot loader entirely without X. It was, actually, faster than it would have been with X.01000101 wrote:yep... and color syntaxing.Jeremiah Griffin wrote:Bash, Gnome-Terminal (URxvt's copy/paste finally drove me away), Gedit, GVim, Vim (when X is turned off), make, gcc, g++, binutils, nasm, fasm, Qemu, Bochs. True IDEs suck. If there's a "Build" thing that runs make, or a project/file browser, great, but when you put it all together, you get a slow, unorganized mess of menus and collapsible panels.
I couldn't image writing an OS in just a terminal window... that seems a bit hectic.
I usually run my shell-only tools in X / Konsole, but mostly because I like to have music or a movie playing in a small window, ICQ in the background etc. (Too little sensory input and I tend to get bored / sidetracked.) Everything else - switching terminals, syntax highlighting, edit / make / test / edit without leaving the editor etc., I could have on a non-X terminal too.Jeremiah Griffin wrote:I did my 16-bit assembly OS + boot loader entirely without X. It was, actually, faster than it would have been with X.01000101 wrote:I couldn't image writing an OS in just a terminal window... that seems a bit hectic.
As for being hectic, no way. If you're proficient with Screen and Vim, it's easy to stay organized and focused.
That's what mpg321 and Finch are for!Solar wrote:I usually run my shell-only tools in X / Konsole, but mostly because I like to have music or a movie playing in a small window, ICQ in the background etc. (Too little sensory input and I tend to get bored / sidetracked.) Everything else - switching terminals, syntax highlighting, edit / make / test / edit without leaving the editor etc., I could have on a non-X terminal too.