s5bug / discord-intellij

A plugin for interaction between JetBrains IDEs and Discord RPC
http://plugins.jetbrains.com/plugin/10217-intellij-discord-integration
24 stars 4 forks source link

Add support for more IDEs #11

Closed Jonathing closed 6 years ago

Jonathing commented 6 years ago

This time, I added support for AppCode (a macOS exclusive IDE), MPS, DataGrip, and Rider.

I also changed the name of the Java IDE from "IntelliJ" to "IntelliJ IDEA" because all the IDEs are essentially IntelliJ and "IDEA" give the Java IDE a little boost lol.

Chao

Jonathing commented 6 years ago

Now I probably should've added some way to put in the icons for those IDEs, but I couldn't find out how anywhere in the code, or it was just too compact for me to read it all correctly.

Jonathing commented 6 years ago

Will do when I can

Jonathing commented 6 years ago

I couldn't find where to put the application images anywhere in the code, and the package.scala file has changed so I can't add IDE's manually.

s5bug commented 6 years ago

@JonathanTheInsane Not in the code, but in this PR. Also, IDE names are now determined by application info.

The images go into RPC but it's not fun going through rarely-used ides logos and upscaling them to 1024x1024 to add them.

s5bug commented 6 years ago

Inactive