I used to be pretty fanatical about which fonts I used a half-a-decade ago, back when I was still doing most of my development on Windows 2000 (!) and the default mono fonts on the system were not ideal for staring at for most of my workday, either on the MS cmd.exe or Eclipse. I had to switch my font or suffer. Fast-forward to today, I do most of my programming on Linux now, and the default mono-fonts that come on Fedora or Ubuntu are decent enough that I don't have a need to switch fonts.
I used to be an Envy Code R man, myself. Now, there's a plethora of different fonts to choose from. There's so many to choose from, it can be hard to decide. Thanks to http://www.slant.co/topics/67/~what-are-the-best-programming-fonts you can easily compare against them to find one that suits you best.
Showing posts with label tip. Show all posts
Showing posts with label tip. Show all posts
Sunday, August 25, 2013
Saturday, November 15, 2008
Eclipse CDT: Clean out old lib references to remove invalid project path warnings.
I was removing some warnings before I committed some code, but there were two warnings that I could not remove. It happened to deal with "Invalid project path: Include path not found" not found, which is odd because the code compiled and ran just fine. As it turns out, there is a bug for it:
https://bugs.eclipse.org/bugs/show_bug.cgi?id=206372
And in that post there is a fix for it as well under the second comment:
"To manually fix the file you need to move/delete the ${projectname}.sc file found under ${workspace}/.metadata/.plugins/org.eclipse.cdt.make.core"
https://bugs.eclipse.org/bugs/show_bug.cgi?id=206372
And in that post there is a fix for it as well under the second comment:
"To manually fix the file you need to move/delete the ${projectname}.sc file found under ${workspace}/.metadata/.plugins/org.eclipse.cdt.make.core"
Subscribe to:
Posts (Atom)