very small fonts and icons on 4k screens

后端 未结 3 1099
谎友^
谎友^ 2020-12-18 00:58

I\'m using CFeclipse on Windows 10 OS.

With the adaptation of new 4k resolution laptops. Eclipse displays small icons and fonts. Its also reported as a bug in https:

相关标签:
3条回答
  • 2020-12-18 01:14

    I was having problems with a Windows 10 RDP connection using a Surface Pro machine. A recent update made Eclipse virtually unusable.

    This solution worked perfectly :

    1. Right click Eclipse Desktop Icon
    2. Select Properties
    3. Compatibility Tab
    4. Change high DPI settings
    5. Override High DPI scaling behaviour. Scaling performed by. Select System.
    6. Then Apply or OK

    I then had to slightly adjust the font size within Eclipse itself. I found I could use a slightly smaller font

    0 讨论(0)
  • 2020-12-18 01:24

    To solve the problem in Windows 10.

    1. Right click Eclipse Icon
    2. Select Properties
    3. Compatibility Tab
    4. Under Settings Section check Override High DPI scaling behaviour. Scaling performed by. Select System.
    5. Then Apply or Ok

    I haven't encountered it yet in other application but this solution might also work for other apps that displays small icons and fonts.

    This solution also works in Ultraedit,FastStone capture

    The steps also helps for Coldfusion installer that appears too tiny to be readable or other Application installer in a 4k screen that shows everything too small.

    0 讨论(0)
  • 2020-12-18 01:25

    The mentioned bug has been fixed, Eclipse automatically scales images on high-DPI monitors on Windows since Eclipse Neon (4.6). So, make sure your Eclipse IDE is up to date.

    If upgrading does not fix your issue, in eclipse.ini add the following line below the line -vmargs (see Tweaking SWT's auto-scaling):

    -Dswt.autoScale=200
    

    (In contrast to the compatibility mode of Windows, this is the way to get the double-resolution icons.)

    0 讨论(0)
提交回复
热议问题