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

Customize wording from Eclipse IDE's UI #71

Closed echebbi closed 4 years ago

echebbi commented 5 years ago

Motivation

By default, informations are shown on Discord with the following format:

Editing <file_name>
Working on <project_name>

However it may not suit every need. It is possible to override it thanks to the fr.kazejiyu.discord.rpc.integration.editor_input_adapter extension point but that's not convenient at all:

Proposed Solution