Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Plugin Development Environment (PDE) » Toggle
Toggle [message #549503] Mon, 26 July 2010 22:13
Missing name Mising name is currently offline Missing name Mising nameFriend
Messages: 100
Registered: March 2010
Senior Member
hello

I have a command in the toolbar, (toggle button), but

I don't want remember state between sesions from eclipse.

any idea??

My command:
 
<command
            category="Favorites"
            categoryId="com.quaityeclipse.favorites.commands.category"
            description="Open tha Favorites view if it is not already visible"
            id="com.quaityeclipse.favorites.commands.openView"
            name="Open Favorites View">
          <state
                  class="org.eclipse.ui.handlers.RegistryToggleState:false"
                  id="org.eclipse.ui.commands.toggleState">
         </state>
 </command>


Thanks a lot

Previous Topic:Cannot launch product configuration
Next Topic:Toggle
Goto Forum:
  


Current Time: Thu Apr 25 12:32:06 GMT 2024

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

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

Back to the top