Snazzah / SublimeDiscordRP

📄 Discord rich presence for Sublime Text
MIT License
133 stars 35 forks source link

Rewrite #4

Closed FichteFoll closed 6 years ago

FichteFoll commented 6 years ago

As shown on stream (and a little further).

Requires an update to Package Control Channel for removal of ST2 compat. I'd also like to add myself as an additional author if you don't mind.

FichteFoll commented 6 years ago

An idea that I still have but didn't implement was to generally be a little smarter about the state field, i.e. being able to detect the user beng "Idle" as opposed to actively editing files. Not sure what else the state field could contain.

At least personally, I found the field to be quite redundant in its current state and didn't find any of the provided formatting fields to provide meaningful information other than the project name, which I already have in details, so for now I added the possibility to display no state at all.

FichteFoll commented 6 years ago

Merged and pushed a new release. I chose 2.0.0 because (well, it's a rewrite) UNIX support was added and some settings were renamed. I also removed the redundant "update settings" command.

And ST2 support was removed. Pushed https://github.com/wbond/package_control_channel/commit/3e2133c28588a45ccae143ab62fbb25d70448c37 to reflect that.