Code Monkey home page Code Monkey logo

eclipse-fonts's People

Contributors

gkorland avatar

Forkers

jvmkit

eclipse-fonts's Issues

Works for some file types but not others

What steps will reproduce the problem?
1. Install Eclipse, then eclipse-fonts.
2. Try it on a *.java or *.scala file; the buttons have no effect.
3. Try it on a *.sc file (or probably many others); it works.

What is the expected output? What do you see instead?
I expect it to change the size of the font in whatever window I am in.

What version of the product are you using? On what operating system?
Indigo, Linux Mint LMDE

Please provide any additional information below.
The problem appears to be that eclipse-fonts changes "Text Font", but Scala and 
Java use "Java Editor Text Font".  When I brought up the Preferences window, 
selected "Java Editor Text Font", pressed Reset, that told it to use "Text 
Font" settings, and then the buttons worked in Scala/Java code.

If eclipse-fonts cannot figure out which font category is actually being used, 
perhaps this should be documented on the home page?

In any case, thanks so much for this capability -- it absolutely astonishes me 
that this isn't built into Eclipse.  I collaborate with other folks (over Skype 
or over my shoulder) all the time, and they need me to temporarily increase my 
font size.  Surely *lots* of folks do the same...

p.s.  It might actually work for .java / .scala files if you haven't made 
adjustments to the font.

Original issue reported on code.google.com by [email protected] on 6 Dec 2012 at 6:30

Tooltip for buttons mislabeled

What steps will reproduce the problem?
1. Mouse-over one of the buttons.
2. Note tooltip label says "Sample Action"

What is the expected output? What do you see instead?
Should be changed to read "Increase font size" and "Decrease font size".  
Possibly also include the shortcut text. 

What version of the product are you using? On what operating system?
ver. 1.0.3 on Windows


Original issue reported on code.google.com by [email protected] on 31 May 2011 at 3:44

Text editor block selection font should be changed, too

What steps will reproduce the problem?
1. Resize font size using the tool bar
2. Hit SHIFT-ALT-A to enter block selection mode

What is the expected output? 

  Block selection font should have the same size

What do you see instead?

  Block selection font is still at the default size



Original issue reported on code.google.com by [email protected] on 23 Jul 2011 at 3:48

opposite action on first click

What steps will reproduce the problem?
1. click on one of the action buttons for the first time or immediately after a 
click on the other.  

What is the expected output? What do you see instead?
opposite action is performed.  

What version of the product are you using? On what operating system?
V1.0.3, windows XP, eclipse Hellios SR1

Original issue reported on code.google.com by [email protected] on 31 May 2011 at 6:54

Icons too large

Thanks for this very useful plugin. In my setup, I've replaced the built-in 
increase/decrease font-size icons with standard 16x16 icons and thought I'd 
share these (see attached patch) in case they're of any interest.

Original issue reported on code.google.com by [email protected] on 13 May 2013 at 10:13

Attachments:

Ctrl + is not working with this plugin

What steps will reproduce the problem?
1. Download and install the plugin.
2. Open any Editor and try to increase the font size using the shortcut ctrl +
3. I can able to decrease the font size using the shortcut ctrl -
4. Anyhow I can use the buttons to increase/decrease properly.

What is the expected output? What do you see instead?

When I give ctrl +, it is printing the following error message on command line:

not handled: org.eclipse.ui.edit.text.folding.expand

What version of the product are you using? On what operating system?

I am using RSARTE 8.5.1 and on Linux

Please provide any additional information below.


Original issue reported on code.google.com by [email protected] on 9 Oct 2013 at 3:10

Broken on eclipse Luna

What steps will reproduce the problem?

1. Install the plugin on Eclipse Luna
2. The increase & decrease font buttons appear on the menu
3. Pressing the buttons have no effect

What is the expected output? What do you see instead?

Pressing the increase/decrease font size button should increase/decrease font 
size in eclipse.
At the moment, pressing the buttons has no effect.


What version of the product are you using? On what operating system?

Eclipse Luna on windows 7


Please provide any additional information below.

Pressing ctrl + =/ctrl + - expands & collapses text at present

Original issue reported on code.google.com by [email protected] on 20 Oct 2014 at 7:44

Buttons don't do anything

I used this plugin on my old XP laptop a while ago, with no problems.

I'm now trying to install it on my new Win7 laptop, with STS 2.8.1 (Eclipse 
Indigo).  After installing the plugin, I have the two new buttons.

The issue is that clicking the buttons does nothing.  The font size in the 
editor view doesn't change.  There is nothing new in the error log when I do 
this.

Original issue reported on code.google.com by [email protected] on 6 Feb 2012 at 8:46

Font size increase/decrease do not work in Text Compare editor

What steps will reproduce the problem?
1. Compare two general text files that are not C/C++ or Java files.
2.
3.

What is the expected output? What do you see instead?

Font size increase and decrease are expected to work in the Text Compare editor 
like in any other type of editor.

Instead, while viewing files in a Text Compare editor, neither the icons nor 
the shortcut keys work. However, they do work in the Java Source Compare editor 
and the C Compare Viewer (CDT).

What version of the product are you using? On what operating system?

FontsFeature 1.0.4 in Eclipse Helios on Windows 7.

Please provide any additional information below.


Original issue reported on code.google.com by [email protected] on 26 Sep 2014 at 1:26

Error with Eclipse 4.4.2

What steps will reproduce the problem?
1. Press one of the resize buttons

What is the expected output? What do you see instead?
nothing happens and this error appears:
eclipse.buildId=4.4.2.M20150204-1700
java.version=1.8.0_31
java.vendor=Oracle Corporation
BootLoader constants: OS=linux, ARCH=x86_64, WS=gtk, NL=en_US
Framework arguments:  -product org.eclipse.epp.package.standard.product
Command-line arguments:  -os linux -ws gtk -arch x86_64 -product 
org.eclipse.epp.package.standard.product

org.eclipse.ui
Error
Mon Mar 09 17:16:24 CET 2015
Unhandled event loop exception

java.lang.ArrayIndexOutOfBoundsException: 2
    at fonts.actions.FontsIncreaseSizeAction.run(FontsIncreaseSizeAction.java:46)
    at org.eclipse.ui.internal.PluginAction.runWithEvent(PluginAction.java:253)
    at org.eclipse.ui.internal.WWinPluginAction.runWithEvent(WWinPluginAction.java:237)
    at org.eclipse.jface.action.ActionContributionItem.handleWidgetSelection(ActionContributionItem.java:595)
    at org.eclipse.jface.action.ActionContributionItem.access$2(ActionContributionItem.java:511)
    at org.eclipse.jface.action.ActionContributionItem$6.handleEvent(ActionContributionItem.java:462)
    at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84)
    at org.eclipse.swt.widgets.Display.sendEvent(Display.java:4454)
    at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1388)
    at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3799)
    at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3409)
    at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$9.run(PartRenderingEngine.java:1151)
    at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332)
    at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.run(PartRenderingEngine.java:1032)
    at org.eclipse.e4.ui.internal.workbench.E4Workbench.createAndRunUI(E4Workbench.java:148)
    at org.eclipse.ui.internal.Workbench$5.run(Workbench.java:636)
    at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332)
    at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:579)
    at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:150)
    at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:135)
    at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:196)
    at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:134)
    at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104)
    at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:380)
    at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:235)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke(Method.java:483)
    at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:648)
    at org.eclipse.equinox.launcher.Main.basicRun(Main.java:603)
    at org.eclipse.equinox.launcher.Main.run(Main.java:1465)
    at org.eclipse.equinox.launcher.Main.main(Main.java:1438)


What version of the product are you using? On what operating system?
Eclipse:
Version: Luna Service Release 2 (4.4.2)
Build id: 20150219-0600
FontFeature: 1.0.4

Original issue reported on code.google.com by [email protected] on 9 Mar 2015 at 4:20

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.