Keyboard shortcut to change font size in Eclipse?
Keyboard shortcut to change font size in Eclipse?
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). Is there a way to do this in Eclipse?
Answer by Marcel Valdez Orozco for Keyboard shortcut to change font size in Eclipse?
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.
Answer by pellox for Keyboard shortcut to change font size in Eclipse?
Windows > Preferences > General > Appearance > Colors and Fonts
Then, to change Java editor font: Java > Java Editor Text Font > EDIT
There it is.
Answer by Mohamed El-Beltagy for Keyboard shortcut to change font size in Eclipse?
I know it has been long since the original question was posted, but for future reference: check this project, http://eclipse-fonts.googlecode.com/svn/trunk/FontsUpdate/ I have used it, and it's very simple and efficient.
Answer by Hedeer for Keyboard shortcut to change font size in Eclipse?
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.
Answer by steve-o for Keyboard shortcut to change font size in Eclipse?
Found a great plugin that works in Juno and Kepler. It puts shortcuts on the quick access bar for increasing or decreasing text size.
Install New Software -> http://eclipse-fonts.googlecode.com/svn/trunk/FontsUpdate/
Answer by Naveed Ahmad for Keyboard shortcut to change font size in Eclipse?
The Eclipse-Fonts extension will add toolbar buttons and keyboard shortcuts for changing font size. You can then use AutoHotkey to make Ctrl+Mousewheel zoom.
Under Help | Install New Software... in the menu, paste the update URL (http://eclipse-fonts.googlecode.com/svn/trunk/FontsUpdate/) into the Works with: text box and press Enter. Expand the tree and select FontsFeature as in the following image:
Complete the installation and restart Eclipse, then you should see the A toolbar buttons (circled in red in the following image) and be able to use the keyboard shortcuts Ctrl+- and Ctrl+= to zoom (although you may have to unbind those keys from Eclipse first).
To get Ctrl+MouseWheel zooming, you can use AutoHotkey with the following script:
; Ctrl+MouseWheel zooming in Eclipse. ; Requires Eclipse-Fonts (https://code.google.com/p/eclipse-fonts/). ; Thank you for the unique window class, SWT/Eclipse. #IfWinActive ahk_class SWT_Window0 ^WheelUp:: Send ^{=} ^WheelDown:: Send ^- #IfWinActive
Answer by Gobinath for Keyboard shortcut to change font size in Eclipse?
Even though it is too late, this is another plugin I am using: Fontsize
Shortcuts:
- Ctrl + = : Increase font size
- Ctrl + - : Decrease font size
- Ctrl + 0 : Reset font size to default value
Supporting versions: Mars (4.5), Luna (4.4), Kepler (4.3), Juno (4.2, 3.8), Previous to Juno (<=4.1)
Answer by Abdu for Keyboard shortcut to change font size in Eclipse?
I use an Eclipse plugin (in Eclipse Marketplace) https://marketplace.eclipse.org/content/fontsize
Answer by jamesc1101 for Keyboard shortcut to change font size in Eclipse?
Here's a quicker way than multi-layer menus without resorting to plug-ins:
Use the Quick Access tool at the upper left corner.
Type in "font", then, from the list that drops down, click on the link for "Preferences->Colors and Fonts->General->Appearance".
One click replaces the 4 needed to get there through menus. I do it so often, my Quick Access tool pulls it up as a previous choice right at the top of the list so I can just type "font" with a tap on the enter key and Boom!, I'm there.
If you want a keyboard shortcut, Ctrl+3 sets the focus to the Quick Access tool. Better yet, this even automatically brings up a list with your previous choices. The last one you chose will be on top, in which case a simple Ctrl+3 followed by enter would bring you straight there! I use this all the time to make it bigger during long typing or reading sessions to ease eye strain, or to make it smaller if I need more text on the screen at one time to make it easier to find something.
It's not quite as nice as zooming with the scroll wheel or with a simple Ctrl+ or Ctrl-, but it's a lot better than navigating through the menus every time!
Fatal error: Call to a member function getElementsByTagName() on a non-object in D:\XAMPP INSTALLASTION\xampp\htdocs\endunpratama9i\www-stackoverflow-info-proses.php on line 72
0 comments:
Post a Comment