echebbi / eclipse-discord-integration

Discord's Rich Presence Integration within Eclipse IDE
https://discord-rich-presence-for-eclipse-ide.readthedocs.io/en/latest/
Other
45 stars 5 forks source link

Privacy #77

Closed Mavable closed 4 years ago

Mavable commented 4 years ago

An option to only show that you work on a file but not the names etc.

echebbi commented 4 years ago

You mean showing for instance Editing a file instead of Editing Foo.java? I'd like to limit the number of available options so I won't provide it as-is.

71 will allow users to customize the wording. You will then be able to ask the plug-in to follow a custom pattern, such as"Writing in ${language}" to show "Writing in Java" instead of "Editing Foo.java". Would it suit your need?

Meanwhile you can still hide the name of the edited file.

Mavable commented 4 years ago

Yes absolutly!

Emmanuel Chebbi notifications@github.com schrieb am Sa. 18. Apr. 2020 um 16:01:

You mean showing for instance Editing a file instead of Editing Foo.java? I'd like to limit the number of available options so I won't provide it as-is.

71 https://github.com/echebbi/eclipse-discord-integration/issues/71

will allow users to customize the wording. You will then be able to ask the plug-in to follow a custom pattern, such as"Writing in ${language}" to show "Writing in Java" instead of "Editing Foo.java". Would it suit your need?

Meanwhile you can still hide the name of the edited file https://discord-rich-presence-for-eclipse-ide.readthedocs.io/en/latest/customize/hide-information.html# .

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/echebbi/eclipse-discord-integration/issues/77#issuecomment-615876658, or unsubscribe https://github.com/notifications/unsubscribe-auth/APG7PSNPD7MSPTYQ7I37E5LRNGXDBANCNFSM4MLFXPGQ .

echebbi commented 4 years ago

The new 1.1.3 release provides a way to customize wording. It should fulfill your needs:

example of customized Rich Presence