Eclipse: large toolbar icons

╄→尐↘猪︶ㄣ 提交于 2019-12-19 05:49:41

问题


Does anybody know how to use large toolbar icons? Edit: How do I do it?


回答1:


There is no support in Eclipse for large/small icons in the toolbar.
As this bug describes:

The other issue though is really that the GNOME toolbar style, similar to Mac OS X, is for a small number of large icons, while the Eclipse toolbar style is for a large number of quick-access buttons.
This means that the recommendations for, say, icons vs icons+text don't really apply to the Eclipse toolbar.


Update 2016 (5 years later)

Since 2011, you have some workarounds, like this answer referring to davidglevy/eclipse-icon-enlarger, which double the size of the icon in the eclipse main jar.
You have more instructions at PhantomYdn/eclipse-icon-enlarger.

You have the same idea (double the size of icons) implemented as a script (here is an gene1wood/scale_eclipse.sh)

But if the issue is poor (too small) resolution on HiDPI / Retina displays, try also the actual official Microsoft workaround (as illustrated here)

  1. regedit:
    HKEY_LOCAL_MACHINE > SOFTWARE > Microsoft > Windows > CurrentVersion > SideBySide: create a DWORD PreferExternalManifest set to 1.

  2. Beside eclipse.exe, create an eclipse.manifest file with, as content, one similar to this article.




回答2:


Here is what to do for an easy solution:

  1. Go to the start icon of your eclipse or PLCXpressoand
  2. Click your right mouse bottom
  3. Go to down and click properties
  4. Click compartibility
  5. Check overwrite high DPI scaling
  6. Select system (extended)
  7. Click OK at the bottom

Start Eclipse and enjoy




回答3:


CLICK HERE TO VIEW SCREENSHOT

I have searched and searched for weeks for a solution to this problem If you want to solve it go to your eclipse folder and *.png search. Resize all the icons from 16x16 to 32x32 Then do the same for *.gif.

As you can see in the image I have not finished the task but it does work if you want to put in the time. I am sure there is an easier batch method of doing it I am sorry I have not found that yet. Just in case anyone is still using eclipse (which I prefer) and wanted larger toolbar icons there you go.

EDIT: I found an easy to use batch tool called Fotosizer. It remembers all the icons file locations when you drag and drop your *.png *.gif found files into the image selection area. Just set up the options for sizing and set the output like the image I just uploaded. If 32x32 is too big for you just make them a little smaller. Fotosizer Click Here I used the free version. Screenshot Click Here

Be sure when you do your search to right click and sort the images by dimensions to make it easy for you to find all the 16x16 files in a group. This is in windows 7 64 bit version and RapidClipse Version: 2.3.1.201607130701

Take care, Barry




回答4:


I solved it on Linux by appending this line to eclipse.ini:

-Dswt.autoScale=200

See the original answer on reddit: https://www.reddit.com/r/archlinux/comments/61zsds/eclipse_neon_on_hidpi_screen_and_plasmaa_5/



来源:https://stackoverflow.com/questions/5669762/eclipse-large-toolbar-icons

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!