setting extension element properties through class [message #238590] |
Tue, 23 October 2007 08:22 |
Eclipse User |
|
|
|
Originally posted by: jan.fromme.nxp.com
Hi
is it possible to set the "extension elements" properties of an existing
extension point through a java class during runtime?
More precisely: I used the
org.eclipse.ui.console.consolePatternMatchListeners extension point to
construct a plugin which parses the output of a textconsole for specific
keywords. The string which should be searched can be defined with
regex="..." in the plugin.xml.
Now I want to edit this string during runtime, so a user can input a
string and the plugin parses the console. Is it possible to do this? I
made my way through the registry with IExtensionRegistry, IExtensionPoint,
IExtension and IConfigurationElement but at the end, there are only get...
methods to get the attributes.
I'm relatively new to Eclipse so I don't fully understand the processes
behind it.
Any help would be appreciated.
Thanks and bye
Jan
|
|
|
Powered by
FUDForum. Page generated in 0.07467 seconds