Posts Tagged ‘eclipse’
Eclipse – Exclude / de-exclude from build
Thursday, June 25, 2009 22:02 6 CommentsSometimes working with Eclipse can be frustrating. I just spent an hour of my life looking how to include back a file into build that was excluded before (exclude from build). To spare you that drama, just go to: Project Preferences -> C/C++ General -> Paths & Symbols -> Source Location Click on the folder [...]
Eclipse square bracket [] problem
Saturday, June 6, 2009 18:04 No CommentsSome people will experience a problem with Eclipse when trying to close the square brackets []. Eclipse will complain about not beeing able to evaluate a text selection and it won’t allow you typing that closing bracket. I got frustrated a bit because of not knowing whats going on. It wasn’t possible to write simple [...]