Comment Re:OSS (Score 1) 257
Comment All of them. (Score 1) 951
Comment Raising money for research (Score 1) 160
Comment Money money money (Score 1) 641
Comment Re:Where is the fun? (Score 1) 854
Comment Re:Where is the fun? (Score 1) 854
Comment Isaac Newton realised this. (Score 2, Informative) 255
Comment Re:I may not be hip.. (Score 1) 775
Comment bureaucratic management (Score 1) 511
After 2 Years of Development, LTSP 5.2 Is Out 79
Comment Evidence based estimating (Score 1) 483
Dinosaur Feather Color Discovered 219
Comment Cool man .. now implement it. (Score 0) 230
Comment Re:What I use(d) (Score 1) 1055
Geany works great in Linux, I see that it's cross platform, so I guess you can also get it to work in Windows. But note that due to Windows not having the same compiler tools as Linux available by default, it might be handier in Windows to have something that comes with its own compiler like Dev-C++
Except it has this ability to leave trailing whitespace on the end of lines, can't do buffer local settings (i.e. can't set different a different value for tabstops depending on the file), and the last time I saw someone use it he would tap the space bar several times to indent because Geany's tabs to space conversion was broken and I don't even think it's configurable via some sort of script language. I don't really understand why people don't use one of the more established editors like emacs or vim. If you learn how to use one of those well then you're not going to regret it, but with something like Geany you'll eventually run into problems that these serious editors would already have encountered and solved.