The best place to *find* answers to programming/development questions, imo, however it's the *worst* place to *ask* questions (if your first question/comment doesn't get any up-rating/response, then u can't ask anymore questions--ridiculously unrealistic), but again, a great reference for *finding* answers.

My Music (Nickleus)

20130528

eclipse - change workspace default font for editors and console output

if you want to change the default workspace font for pretty much everything, like editing:
java files
xml files
html files
console output
etc

all you have to do is this:
window > preferences > type "font" where it says "type filter text" > select "colors and fonts" > type "java" where it says "type filter text" in the "colors and fonts" configuration window > select "java editor text font" and click the button "edit default", then choose your new font size, e.g. 7

that's it! :)

i set it to as small as i can read so i can see the greatest amount of text as possible when i'm coding and debugging

No comments:

Post a Comment