some tips I’ve learned from making 0.05 in devcpp, could be really helpful for those that are having issues with devcpp being fickle and weird.
a) tools->compiler do not choose “fast but imperfect dependency generation”
it’s a bit slow, but it’s definitely necessary
this might make it faster -
http://sourceforge.net/forum/message.php?msg-id=4796891
I didn’t try it yet, but would like to. this is one of the more annoying parts of devcpp.
otherwise, with this on, when you alter h files, cpp files don’t get recompiled, and it’s really unhappy. everyone whose had issues with devcpp, this is good place to start. it’s caused me alot of headaches, especially with .h file heavy things, like ofVectorMath. weird crashes, etc. there is no situation with OF when this should be on, unless you love to recompile all.
b) tools->editor **disable **smart tabs
they seems to be trouble for me - when I write { } the second } is tabbed really far away from what I’d like.
c) tools->editor tab size = 4
we use tab size = 4, if you use others, it might be hard to get your code to look good w/ OF code
d) tools->editor->class browsing
I’ve disabled code completion and class browsing. they make opening and closing projects ultra slow.
with these changes, devcpp works alot better and less hitting your head against the wall cursing free software –
I hope they are helpful !!
take care,
zach