Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Eclipse Platform » space value in plugin.xml
space value in plugin.xml [message #336222] Sun, 31 May 2009 09:21
Stella Levin is currently offline Stella LevinFriend
Messages: 89
Registered: July 2009
Member
Hi, I created my own extension point "my.aaa.extension". One of the
attributes has a value, ending with space, for example "Name ". The
problem is that IConfigurationElement function
getAttribute("pattern_prefix") returns a value "Name" - without a space.
How may I pass string with a space via configuration?
Example:
<extension
point="my.aaa.extension">
<aaa
file="somefile"
pattern_prefix="Name ">
</aaa>
</extension>
Thanks, Stella
Previous Topic:No more Activator.getDefault().getBundle().getLocation() and Activator.getDefault().getStateLocation
Next Topic:Starting eclipse with Java in the same JVM
Goto Forum:
  


Current Time: Fri Apr 26 18:03:51 GMT 2024

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

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

Back to the top