Community
Participate
Working Groups
Build Identifier: 3.6 1)In our RAP application, we have a Navigator(which uses Common Navigator Framework) .When user double clicks on files on the left hand side, they are opened in our custom Editors in the right hand side. But we don't find, some files to be opened.For example files with extension".cert".In such cases,we want to pop a custom Error Dialog Box by overriding the default Error Dialog Box that Eclipse plat form provides, when no suitable editor is found to open the file. Reproducible: Always
Moving to Platform
If you are using common navigator, then you can use your own action provider for the open action. That action could check for the available editors and if not found, can show up the error dialog. I didn't try that now, but it should work. Please reopen if that doesn't.