angelozerr / typescript.java

TypeScript IDE for Eclipse with JSDT & tsserver
https://github.com/Microsoft/TypeScript
MIT License
92 stars 14 forks source link

Add icons for High-DPI monitors #207

Open PhaserEditor2D opened 7 years ago

PhaserEditor2D commented 7 years ago

To make a review of the icons and add the @2x version of them.

I am trying to setup the dev environment, if I have success I could work on this issue.

PhaserEditor2D commented 7 years ago

This is a screenshot with some good icons, provided by the Eclipse platform, and the too small icons, provided by TS IDE.

By the way, I do not have a 4k display but I can simulate the Eclipse hi-dpi support by adding this property to the eclipse.ini file:

-Dswt.autoScale=200

image

PhaserEditor2D commented 7 years ago

Note that Eclipse scale the icons when are too small for the configured resolution, so the small icons gets pixelated.

angelozerr commented 7 years ago

@boniatillo-com any PR are welcome!

PhaserEditor2D commented 7 years ago

@angelozerr yes I am trying to setup de dev environment, tycho/maven is a pain for me!! but I have to face it soon or later :(