Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Newcomers » Newcomers » setting extension element properties through class
setting extension element properties through class [message #238590] Tue, 23 October 2007 12:22
Eclipse UserFriend
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
Previous Topic:Word Wrap in Eclipse 3.1
Next Topic:Subclipse Installation Problem
Goto Forum:
  


Current Time: Wed Jul 17 14:40:23 GMT 2024

Powered by FUDForum. Page generated in 0.07528 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top