[
Date Prev
][
Date Next
][
Thread Prev
][
Thread Next
][
Date Index
][
Thread Index
] [
Newsgroup Home
]
[news.eclipse.platform] Re: Save handler when editing files not in workspace using eclipse default edito
From
:
ramirezag@xxxxxxxxx
(Allan Ramirez)
Date
: Wed, 27 Feb 2008 08:10:41 +0000 (UTC)
Newsgroups
:
eclipse.platform
Organization
: Eclipse
User-agent
: NewsPortal/0.36 (http://florian-amrhein.de/newsportal)
I tried the codes below
<extension point="org.eclipse.ui.handlers">
<handler commandId="org.eclipse.ui.file.save"
class="org.ui.handler.SaveHandler">
<enabledWhen> <with variable="activePartId">
<equals value="org.eclipse.wst.xml.ui.internal.tabletree.XMLMultiPageEditorPart" />
</with>
</enabledWhen>
<activeWhen>
<with variable="activePartId">
<equals value="org.eclipse.wst.xml.ui.internal.tabletree.XMLMultiPageEditorPart" />
</with>
</activeWhen>
</handler>
</extension>
But still SaveHandler will only be execute in Ctrl+S. Clicking save icon or file->save won't execute my code.
References
:
[news.eclipse.platform] Save handler when editing files not in workspace using eclipse default editor
From:
Allan Ramirez
[news.eclipse.platform] Re: Save handler when editing files not in workspace using eclipse default editor
From:
Paul Webster
[news.eclipse.platform] Re: Save handler when editing files not in workspace using eclipse default edito
From:
Allan Ramirez
[news.eclipse.platform] Re: Save handler when editing files not in workspace using eclipse default edito
From:
Allan Ramirez
Prev by Date:
[news.eclipse.platform] Re: Save handler when editing files not in workspace using eclipse default edito
Next by Date:
[news.eclipse.platform] Re: key binding in editor does not work in eclipse 3.4
Previous by thread:
[news.eclipse.platform] Re: Save handler when editing files not in workspace using eclipse default edito
Next by thread:
[news.eclipse.platform] Re: Save handler when editing files not in workspace using eclipse default edito
Index(es):
Date
Thread