shiraji / emoji

Intellij plugin for supporting Emoji completion
https://plugins.jetbrains.com/plugin/9174
Apache License 2.0
63 stars 6 forks source link

Retina support #7

Closed mdreizin closed 7 years ago

mdreizin commented 8 years ago

It would be nice to use unscaled images for retina displays.

https://github.com/shiraji/emoji/blob/master/src/main/kotlin/com/github/shiraji/emoji/contributor/EmojiCompletionContributor.kt#L23

shiraji commented 8 years ago

I don't have retina display...could you give me screenshot of content assist?

mdreizin commented 8 years ago

http://www.webpagefx.com/tools/emoji-cheat-sheet http://www.jetbrains.org/intellij/sdk/docs/reference_guide/work_with_icons_and_images.html https://upsource.jetbrains.com/idea-ce/file/idea-ce-1731d054af4ca27aa827c03929e27eeb0e6a8366/platform/util/src/com/intellij/openapi/util/IconLoader.java https://upsource.jetbrains.com/idea-ce/file/idea-ce-a3e003a945357bcb8d6ff2987bb19b9a70221c8b/platform/util/src/com/intellij/util/ui/IsRetina.java

screen shot 2016-11-10 at 11 06 35 am
shiraji commented 8 years ago

Thanks for info!

mdreizin commented 8 years ago

@shiraji Not at all!

shiraji commented 7 years ago

@mdreizin Sorry for late. I tried to implement this in https://github.com/shiraji/emoji/tree/support_retina branch.

Uploaded the module in https://plugins.jetbrains.com/plugins/canary/list

Could you try this?

Documentation of plugin deployment is found http://www.jetbrains.org/intellij/sdk/docs/tutorials/build_system/deployment.html