It is relatively straightforward to change font sizes in Eclipse through preferences (and answered several times in this forum). However I'd like to change font size quickly (e.g., with Ctrl++ and Ctrl+- like in Linux terminal or Ctrl+mouse wheel in MS Office apps). I'm relatively new to Eclipse, so apologies if there is an easy way to do this and I'm just missing it.
|
Take a look at this project: http://code.google.com/p/tarlog-plugins/downloads/detail?name=tarlog.eclipse.plugins_1.4.2.jar&can=2&q= It has some other features, but most importantly, it has Ctrl++ and Ctrl+- to change the font size, it's awesome. |
|||||||||||||||
|
|
I know it has been long since the original question was posted, but for future reference: check this project, http://code.google.com/p/eclipse-fonts/ I have used it, and it's very simple and efficient. |
|||||||||||||
|
|
Windows > Preferences > General > Appearance > Colors and Fonts Then, to change Java editor font: Java > Java Editor Text Font > EDIT There it is. |
|||||||||||||
|
|
Oddly, working on a .js file and Ctrl, Shift, += works to zoom in (and Ctrl - works to zoom out but you have to select 1 or 2 after Ctrl -). This only works when I'm in the js file but the zoom applies to all my open tabs. Using Eclipse Juno on Ubuntu. |
|||
Window > Preferences > General > Keys, assigned to CTRL+- and CTRL+=, but I can't make them work... – jakub.g Oct 15 '11 at 19:02