Skip to main content



      Home
Home » Eclipse Projects » Eclipse Platform » Disabled characters in action labels?
Disabled characters in action labels? [message #87849] Thu, 03 July 2003 01:09
Eclipse UserFriend
I tried to create a popup menu action with the label that contains '@'
character.

But it does not work - only part in front of this character is shown.

For submenus all works right, the problem occures only with actions.

Here is an excerpt from my plugin.xml:

<extension
point="org.eclipse.ui.popupMenus">
<objectContribution
objectClass="org.eclipse.core.resources.IProject"
adaptable="true"
id="iprojectcontributions">
<menu
label="J@T Submenu"
path="additions"
id="jatteclipse.menu1">
<separator
name="group1">
</separator>
</menu>
<action
label="Add J@T Nature"
icon="icons/jatt.gif"

class=" ru.ispras.redverst.se.java.eclipse.actions.AddJattNatureActi on "
menubarPath="additions"

id=" ru.ispras.redverst.se.java.eclipse.actions.AddJattNatureActi on ">
</action>
</objectContribution>

Best regards,
Alexei
Previous Topic:debugging across multiple projects
Next Topic:EditorAction Problem
Goto Forum:
  


Current Time: Sat Jul 19 11:04:09 EDT 2025

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

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

Back to the top