Customize E4 Message when workspace is in use [message #1722615] |
Sat, 06 February 2016 18:02  |
Eclipse User |
|
|
|
Hello there,
when developing an E4 application that uses also a workspace, it seems to be possible to only start one application at a time. Each time when trying to start a second instance, some error dialog is opened.
My question would be, whether it is possible to customize the message within this error dialog as this message is rather unspecific for our customers.
Is this somehow possible?
Many thanks in advance,
Stefan
|
|
|
|
|
Re: Customize E4 Message when workspace is in use [message #1722639 is a reply to message #1722628] |
Sun, 07 February 2016 12:20  |
Eclipse User |
|
|
|
Stefan,
I am sure it is possible, but I can't search your source code. You have to find yourself the class responsible for the message, intercept the dialog open and change the message text.
IIUC this is a startup dialog - If so you can not use the Eclipse Spies to find the responsible class.
So my suggestion is to do the same I did: search for the exact string in source code, find the plugin responsible for this, and edit the plugin source.
You could also ask on IRC or Mattermost.
Regards.
/patrik
|
|
|
Powered by
FUDForum. Page generated in 0.05510 seconds