Skip to main content



      Home
Home » Eclipse Projects » Rich Client Platform (RCP) » How to remove "Last Edit Location" toolbar item
How to remove "Last Edit Location" toolbar item [message #437021] Tue, 20 September 2005 09:37 Go to next message
Eclipse UserFriend
Originally posted by: bdberry.us.ibm.com

The toolbar in my RCP app is displaying the "Last Edit Location" action
button in the toolbar. How can I remove this thing?
Re: How to remove "Last Edit Location" toolbar item [message #437022 is a reply to message #437021] Tue, 20 September 2005 09:47 Go to previous messageGo to next message
Eclipse UserFriend
Brian Berry wrote:
> The toolbar in my RCP app is displaying the "Last Edit Location" action
> button in the toolbar. How can I remove this thing?

Use the activities extension point (you can make UI contributions
disappear) and check out Preferences>General>Capabilities.

Later,
PW
Re: How to remove "Last Edit Location" toolbar item [message #437122 is a reply to message #437022] Wed, 21 September 2005 13:42 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: bdberry.us.ibm.com

Paul Webster wrote:
> Brian Berry wrote:
>
>> The toolbar in my RCP app is displaying the "Last Edit Location"
>> action button in the toolbar. How can I remove this thing?
>
>
> Use the activities extension point (you can make UI contributions
> disappear) and check out Preferences>General>Capabilities.
>
> Later,
> PW

Can you point to a good example fo doing this?
Re: How to remove "Last Edit Location" toolbar item [message #437123 is a reply to message #437122] Wed, 21 September 2005 16:06 Go to previous messageGo to next message
Eclipse UserFriend
Brian Berry wrote:
>
>
> Can you point to a good example fo doing this?

Do a search on activities in the eclipse help?

also http://dev.eclipse.org/mhonarc/lists/platform-update-dev/msg 00487.html

Later,
PW
Re: How to remove "Last Edit Location" toolbar item [message #437127 is a reply to message #437123] Wed, 21 September 2005 20:24 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: bdberry.us.ibm.com

Paul Webster wrote:
> Brian Berry wrote:
>
>>
>>
>> Can you point to a good example fo doing this?
>
>
> Do a search on activities in the eclipse help?
>
> also http://dev.eclipse.org/mhonarc/lists/platform-update-dev/msg 00487.html
>
> Later,
> PW
I tried setting up activities and it did not seem to have any effect. I
am still getting that back arrow like *<-

<extension
point="org.eclipse.ui.activities">
<activity
name="Eclipse Update Manager"
id="activity.eclipseUpdateManager"/>
<activityPatternBinding
activityId="activity.eclipseUpdateManager"

pattern=" org\.eclipse\.ui\.edit\.text/org\.eclipse\.ui\.edit\.text\.g otoLastEditLocation "/>
</extension>
Re: How to remove "Last Edit Location" toolbar item [message #437139 is a reply to message #437127] Thu, 22 September 2005 08:37 Go to previous message
Eclipse UserFriend
Brian Berry wrote:
> I tried setting up activities and it did not seem to have any effect. I
> am still getting that back arrow like *<-
>
> <extension
> point="org.eclipse.ui.activities">
> <activity
> name="Eclipse Update Manager"
> id="activity.eclipseUpdateManager"/>
> <activityPatternBinding
> activityId="activity.eclipseUpdateManager"
>
> pattern=" org\.eclipse\.ui\.edit\.text/org\.eclipse\.ui\.edit\.text\.g otoLastEditLocation "/>
>
> </extension>

Your pattern is incorrect.

pattern=" org\.eclipse\.ui\.editors/org\.eclipse\.ui\.edit\.text\.goto LastEditPosition "

Later,
PW
Previous Topic:stickyView -- how to?
Next Topic:Perspective Restore / Show View Update Issue
Goto Forum:
  


Current Time: Mon Jul 07 15:35:46 EDT 2025

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

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

Back to the top