<?xml version='1.0' encoding='UTF-8'?><?xml-stylesheet href="http://www.blogger.com/styles/atom.css" type="text/css"?><feed xmlns='http://www.w3.org/2005/Atom' xmlns:openSearch='http://a9.com/-/spec/opensearchrss/1.0/'><id>tag:blogger.com,1999:blog-1557780184357927241.post7125788898108321876..comments</id><updated>2011-11-30T08:51:18.524+05:30</updated><category term='Reviews'/><category term='debug'/><category term='guidelines'/><category term='infocenter'/><category term='Commands'/><category term='tools'/><category term='Facets'/><category term='WTP'/><category term='icons'/><category term='java'/><category term='swing'/><category term='EPP'/><category term='Target'/><category term='EMF'/><category term='gef'/><category term='wizards'/><category term='JRE'/><category term='XML'/><category term='PDE'/><category term='jface'/><category term='jdt'/><category term='dialogs'/><category term='.options'/><category term='export'/><category term='3.4'/><category term='Progress'/><category term='3.6'/><category term='help'/><category term='Tutorials'/><category term='swt'/><category term='jar'/><category term='shortcut'/><category term='3.5'/><category term='Tray'/><category term='RCP'/><category term='Bugs'/><category term='Mac'/><category term='features'/><category term='search'/><category term='Orion'/><category term='3.7'/><category term='Update'/><category term='workbench'/><category term='eclipse'/><category term='Downloads'/><category term='plugins'/><category term='e4'/><title type='text'>Comments on Eclipse Tips - Prakash G.R.: Commands Part 1: Actions Vs Commands</title><link rel='http://schemas.google.com/g/2005#feed' type='application/atom+xml' href='http://blog.eclipse-tips.com/feeds/7125788898108321876/comments/default'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1557780184357927241/7125788898108321876/comments/default'/><link rel='alternate' type='text/html' href='http://blog.eclipse-tips.com/2009/01/commands-part-1-actions-vs-commands.html'/><author><name>Prakash G.R.</name><uri>https://profiles.google.com/108042513819673523236</uri><email>noreply@blogger.com</email><gd:image xmlns:gd='http://schemas.google.com/g/2005' rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//lh3.googleusercontent.com/-YdjcR7SY4Rk/AAAAAAAAAAI/AAAAAAAAFvk/uCw46f3GQ_o/s512-c/photo.jpg'/></author><generator version='7.00' uri='http://www.blogger.com'>Blogger</generator><openSearch:totalResults>16</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>25</openSearch:itemsPerPage><entry><id>tag:blogger.com,1999:blog-1557780184357927241.post-695400724655096349</id><published>2011-11-29T15:32:49.652+05:30</published><updated>2011-11-29T15:32:49.652+05:30</updated><title type='text'>Hello, 
is it possible to execute an Action progra...</title><content type='html'>Hello, &lt;br /&gt;is it possible to execute an Action programmatically as you shown for Commands?</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1557780184357927241/7125788898108321876/comments/default/695400724655096349'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1557780184357927241/7125788898108321876/comments/default/695400724655096349'/><link rel='alternate' type='text/html' href='http://blog.eclipse-tips.com/2009/01/commands-part-1-actions-vs-commands.html?showComment=1322560969652#c695400724655096349' title=''/><author><name>Anonymous</name><email>noreply@blogger.com</email><gd:image xmlns:gd='http://schemas.google.com/g/2005' rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img1.blogblog.com/img/blank.gif'/></author><thr:in-reply-to xmlns:thr='http://purl.org/syndication/thread/1.0' href='http://blog.eclipse-tips.com/2009/01/commands-part-1-actions-vs-commands.html' ref='tag:blogger.com,1999:blog-1557780184357927241.post-7125788898108321876' source='http://www.blogger.com/feeds/1557780184357927241/posts/default/7125788898108321876' type='text/html'/><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='blogger.itemClass' value='pid-1463611417'/></entry><entry><id>tag:blogger.com,1999:blog-1557780184357927241.post-2661236738296551908</id><published>2011-09-18T12:09:26.047+05:30</published><updated>2011-09-18T12:09:26.047+05:30</updated><title type='text'>I&amp;#39;m developing a plugin that uses the standard...</title><content type='html'>I&amp;#39;m developing a plugin that uses the standard project explorer view and &lt;br /&gt;I want to replace the default &amp;quot;delete&amp;quot; handler. My plugim.xml file &lt;br /&gt;contains the following handler:&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;The handler works correctly :&lt;br /&gt;1- in the Edit/Delete menu&lt;br /&gt;2- or when I press the Delete key (via key binding)&lt;br /&gt;&lt;br /&gt;However, when I right click on a resource in Project Explorer and click &lt;br /&gt;on the Delete popup menu item, my handler is ignored and the default &lt;br /&gt;handler is called. Why is my handler ignored when the delete command is &lt;br /&gt;called from the context menu of the project explorer and works correctly &lt;br /&gt;from menu and key binding?&lt;br /&gt;&lt;br /&gt;Any help will be appreciated. Thank You.&lt;br /&gt;&lt;br /&gt;Darshan</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1557780184357927241/7125788898108321876/comments/default/2661236738296551908'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1557780184357927241/7125788898108321876/comments/default/2661236738296551908'/><link rel='alternate' type='text/html' href='http://blog.eclipse-tips.com/2009/01/commands-part-1-actions-vs-commands.html?showComment=1316327966047#c2661236738296551908' title=''/><author><name>Anonymous</name><email>noreply@blogger.com</email><gd:image xmlns:gd='http://schemas.google.com/g/2005' rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img1.blogblog.com/img/blank.gif'/></author><thr:in-reply-to xmlns:thr='http://purl.org/syndication/thread/1.0' href='http://blog.eclipse-tips.com/2009/01/commands-part-1-actions-vs-commands.html' ref='tag:blogger.com,1999:blog-1557780184357927241.post-7125788898108321876' source='http://www.blogger.com/feeds/1557780184357927241/posts/default/7125788898108321876' type='text/html'/><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='blogger.itemClass' value='pid-2011250731'/></entry><entry><id>tag:blogger.com,1999:blog-1557780184357927241.post-7657772376321023131</id><published>2010-08-02T15:42:09.941+05:30</published><updated>2010-08-02T15:42:09.941+05:30</updated><title type='text'>hi prakash,

great post.
i wanna ask question. 
ho...</title><content type='html'>hi prakash,&lt;br /&gt;&lt;br /&gt;great post.&lt;br /&gt;i wanna ask question. &lt;br /&gt;how to override eclipse popupmenu action?&lt;br /&gt;i want to override eclipse delete action.</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1557780184357927241/7125788898108321876/comments/default/7657772376321023131'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1557780184357927241/7125788898108321876/comments/default/7657772376321023131'/><link rel='alternate' type='text/html' href='http://blog.eclipse-tips.com/2009/01/commands-part-1-actions-vs-commands.html?showComment=1280743929941#c7657772376321023131' title=''/><author><name>mirza</name><email>noreply@blogger.com</email><gd:image xmlns:gd='http://schemas.google.com/g/2005' rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img1.blogblog.com/img/blank.gif'/></author><thr:in-reply-to xmlns:thr='http://purl.org/syndication/thread/1.0' href='http://blog.eclipse-tips.com/2009/01/commands-part-1-actions-vs-commands.html' ref='tag:blogger.com,1999:blog-1557780184357927241.post-7125788898108321876' source='http://www.blogger.com/feeds/1557780184357927241/posts/default/7125788898108321876' type='text/html'/><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='blogger.itemClass' value='pid-1256898722'/></entry><entry><id>tag:blogger.com,1999:blog-1557780184357927241.post-2412882231657047217</id><published>2010-03-04T20:16:20.828+05:30</published><updated>2010-03-04T20:16:20.828+05:30</updated><title type='text'>@Prakash-

Thanks for the feedback!  Actually, las...</title><content type='html'>@Prakash-&lt;br /&gt;&lt;br /&gt;Thanks for the feedback!  Actually, last night after asking you this, I went ahead and overrode makeActions() in ActionBarAdvisor:&lt;br /&gt;&lt;br /&gt;protected void makeActions(IWorkbenchWindow window) {&lt;br /&gt; super.makeActions(window);&lt;br /&gt; register(ActionFactory.UNDO.create(window));&lt;br /&gt;}&lt;br /&gt;&lt;br /&gt;So while the UNDO command is not entirely declarative (in plugin.xml), I still don&amp;#39;t *need* to use fillMenuBar() to make my menus, so I can follow the examples in your tutorial.  I just need to remember to use makeActions() when dealing w/ RetargetActions.&lt;br /&gt;&lt;br /&gt;Thanks for the explanation and the link to the bug.</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1557780184357927241/7125788898108321876/comments/default/2412882231657047217'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1557780184357927241/7125788898108321876/comments/default/2412882231657047217'/><link rel='alternate' type='text/html' href='http://blog.eclipse-tips.com/2009/01/commands-part-1-actions-vs-commands.html?showComment=1267713980828#c2412882231657047217' title=''/><author><name>Anonymous</name><email>noreply@blogger.com</email><gd:image xmlns:gd='http://schemas.google.com/g/2005' rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img1.blogblog.com/img/blank.gif'/></author><thr:in-reply-to xmlns:thr='http://purl.org/syndication/thread/1.0' href='http://blog.eclipse-tips.com/2009/01/commands-part-1-actions-vs-commands.html' ref='tag:blogger.com,1999:blog-1557780184357927241.post-7125788898108321876' source='http://www.blogger.com/feeds/1557780184357927241/posts/default/7125788898108321876' type='text/html'/><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='blogger.itemClass' value='pid-1202150241'/></entry><entry><id>tag:blogger.com,1999:blog-1557780184357927241.post-4313596726940316877</id><published>2010-03-04T11:26:46.037+05:30</published><updated>2010-03-04T11:26:46.037+05:30</updated><title type='text'>@Anon,

    There is no way to go away without reg...</title><content type='html'>@Anon,&lt;br /&gt;&lt;br /&gt;    There is no way to go away without registering. It should be possible when this gets fixed: https://bugs.eclipse.org/bugs/show_bug.cgi?id=270007</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1557780184357927241/7125788898108321876/comments/default/4313596726940316877'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1557780184357927241/7125788898108321876/comments/default/4313596726940316877'/><link rel='alternate' type='text/html' href='http://blog.eclipse-tips.com/2009/01/commands-part-1-actions-vs-commands.html?showComment=1267682206037#c4313596726940316877' title=''/><author><name>Prakash G.R.</name><uri>http://www.blogger.com/profile/13046268367318873066</uri><email>noreply@blogger.com</email><gd:image xmlns:gd='http://schemas.google.com/g/2005' rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:in-reply-to xmlns:thr='http://purl.org/syndication/thread/1.0' href='http://blog.eclipse-tips.com/2009/01/commands-part-1-actions-vs-commands.html' ref='tag:blogger.com,1999:blog-1557780184357927241.post-7125788898108321876' source='http://www.blogger.com/feeds/1557780184357927241/posts/default/7125788898108321876' type='text/html'/><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='blogger.itemClass' value='pid-2094461490'/></entry><entry><id>tag:blogger.com,1999:blog-1557780184357927241.post-1903802122531338095</id><published>2010-03-04T10:54:22.944+05:30</published><updated>2010-03-04T10:54:22.944+05:30</updated><title type='text'>I&amp;#39;m also interested in finding out more about ...</title><content type='html'>I&amp;#39;m also interested in finding out more about retargetable actions using the new commands framework.&lt;br /&gt;&lt;br /&gt;I&amp;#39;ve tried converting all my menus using the new commands framework, and now my undo action is not working.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;OLD WAY (in fillMenuBar):&lt;br /&gt; IAction action = ActionFactory.UNDO.create(window);&lt;br /&gt; menuManager.add(action);&lt;br /&gt; getActionBarConfigurer().registerGlobalAction(action);&lt;br /&gt;&lt;br /&gt;NEW WAY (in plugin.xml):&lt;br /&gt; &amp;lt;command&lt;br /&gt;  commandId=&amp;quot;org.eclipse.ui.edit.undo&amp;quot;&lt;br /&gt;  id=&amp;quot;undo&amp;quot;&lt;br /&gt;  label=&amp;quot;Undo&amp;quot;&lt;br /&gt;  style=&amp;quot;push&amp;quot;&amp;gt;&lt;br /&gt; &amp;lt;/command&amp;gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Is there a way to emulate registerGlobalAction() declaratively?&lt;br /&gt;&lt;br /&gt;I&amp;#39;ve found a few old posts with people running into the same problem, but haven&amp;#39;t found any answers, and google isn&amp;#39;t turning up anything.&lt;br /&gt;&lt;br /&gt;Great blog post BTW (very useful)!</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1557780184357927241/7125788898108321876/comments/default/1903802122531338095'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1557780184357927241/7125788898108321876/comments/default/1903802122531338095'/><link rel='alternate' type='text/html' href='http://blog.eclipse-tips.com/2009/01/commands-part-1-actions-vs-commands.html?showComment=1267680262944#c1903802122531338095' title=''/><author><name>Anonymous</name><email>noreply@blogger.com</email><gd:image xmlns:gd='http://schemas.google.com/g/2005' rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img1.blogblog.com/img/blank.gif'/></author><thr:in-reply-to xmlns:thr='http://purl.org/syndication/thread/1.0' href='http://blog.eclipse-tips.com/2009/01/commands-part-1-actions-vs-commands.html' ref='tag:blogger.com,1999:blog-1557780184357927241.post-7125788898108321876' source='http://www.blogger.com/feeds/1557780184357927241/posts/default/7125788898108321876' type='text/html'/><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='blogger.itemClass' value='pid-1827065637'/></entry><entry><id>tag:blogger.com,1999:blog-1557780184357927241.post-4095828430927040391</id><published>2010-01-02T12:45:33.832+05:30</published><updated>2010-01-02T12:45:33.832+05:30</updated><title type='text'>@Kos,
    Yes you can use commands in popup menus....</title><content type='html'>@Kos,&lt;br /&gt;    Yes you can use commands in popup menus. You need to use the o.e.ui.menus and the URI should start with &amp;quot;popup:&amp;quot; See: http://wiki.eclipse.org/Menu_Contributions</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1557780184357927241/7125788898108321876/comments/default/4095828430927040391'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1557780184357927241/7125788898108321876/comments/default/4095828430927040391'/><link rel='alternate' type='text/html' href='http://blog.eclipse-tips.com/2009/01/commands-part-1-actions-vs-commands.html?showComment=1262416533832#c4095828430927040391' title=''/><author><name>Prakash G.R.</name><uri>http://www.blogger.com/profile/13046268367318873066</uri><email>noreply@blogger.com</email><gd:image xmlns:gd='http://schemas.google.com/g/2005' rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:in-reply-to xmlns:thr='http://purl.org/syndication/thread/1.0' href='http://blog.eclipse-tips.com/2009/01/commands-part-1-actions-vs-commands.html' ref='tag:blogger.com,1999:blog-1557780184357927241.post-7125788898108321876' source='http://www.blogger.com/feeds/1557780184357927241/posts/default/7125788898108321876' type='text/html'/><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='blogger.itemClass' value='pid-2094461490'/></entry><entry><id>tag:blogger.com,1999:blog-1557780184357927241.post-7529946822536415988</id><published>2010-01-02T02:55:16.758+05:30</published><updated>2010-01-02T02:55:16.758+05:30</updated><title type='text'>Hello!

Thanks for writing the good explanation.

...</title><content type='html'>Hello!&lt;br /&gt;&lt;br /&gt;Thanks for writing the good explanation.&lt;br /&gt;&lt;br /&gt;I have a question: Can I use the command framework with extension points which expect Actions? For example, can I somehow contribute a Command to an extension point like org.eclipse.ui.PopupMenus ?&lt;br /&gt;&lt;br /&gt;This one seems useful as it gives the possibility to add a popup menu to an object regardless of where it is displayed.&lt;br /&gt;&lt;br /&gt;Best regards,&lt;br /&gt;-- Kos</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1557780184357927241/7125788898108321876/comments/default/7529946822536415988'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1557780184357927241/7125788898108321876/comments/default/7529946822536415988'/><link rel='alternate' type='text/html' href='http://blog.eclipse-tips.com/2009/01/commands-part-1-actions-vs-commands.html?showComment=1262381116758#c7529946822536415988' title=''/><author><name>Kos</name><uri>http://www.blogger.com/profile/17477844421204281952</uri><email>noreply@blogger.com</email><gd:image xmlns:gd='http://schemas.google.com/g/2005' rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:in-reply-to xmlns:thr='http://purl.org/syndication/thread/1.0' href='http://blog.eclipse-tips.com/2009/01/commands-part-1-actions-vs-commands.html' ref='tag:blogger.com,1999:blog-1557780184357927241.post-7125788898108321876' source='http://www.blogger.com/feeds/1557780184357927241/posts/default/7125788898108321876' type='text/html'/><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='blogger.itemClass' value='pid-995619244'/></entry><entry><id>tag:blogger.com,1999:blog-1557780184357927241.post-8782382557991434840</id><published>2009-05-27T23:34:32.936+05:30</published><updated>2009-05-27T23:34:32.936+05:30</updated><title type='text'>Hi Prakash,

Did you write the 2 posts you mention...</title><content type='html'>Hi Prakash,&lt;br /&gt;&lt;br /&gt;Did you write the 2 posts you mentionned in the last comment?&lt;br /&gt;&lt;br /&gt;What are the subjects?&lt;br /&gt;&lt;br /&gt;Is the copy/paste/undo/redo is one of this subject?&lt;br /&gt;&lt;br /&gt;Thanks,&lt;br /&gt;Vincent</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1557780184357927241/7125788898108321876/comments/default/8782382557991434840'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1557780184357927241/7125788898108321876/comments/default/8782382557991434840'/><link rel='alternate' type='text/html' href='http://blog.eclipse-tips.com/2009/01/commands-part-1-actions-vs-commands.html?showComment=1243447472936#c8782382557991434840' title=''/><author><name>Anonymous</name><email>noreply@blogger.com</email><gd:image xmlns:gd='http://schemas.google.com/g/2005' rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img1.blogblog.com/img/blank.gif'/></author><thr:in-reply-to xmlns:thr='http://purl.org/syndication/thread/1.0' href='http://blog.eclipse-tips.com/2009/01/commands-part-1-actions-vs-commands.html' ref='tag:blogger.com,1999:blog-1557780184357927241.post-7125788898108321876' source='http://www.blogger.com/feeds/1557780184357927241/posts/default/7125788898108321876' type='text/html'/><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='blogger.itemClass' value='pid-152820766'/></entry><entry><id>tag:blogger.com,1999:blog-1557780184357927241.post-4801325965329333403</id><published>2009-04-03T08:20:00.000+05:30</published><updated>2009-04-03T08:20:00.000+05:30</updated><title type='text'>@Wayne,&lt;br&gt;   2 more posts in this series are stil...</title><content type='html'>@Wayne,&lt;BR/&gt;   2 more posts in this series are still pending. I'll make it as an article once they are done.</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1557780184357927241/7125788898108321876/comments/default/4801325965329333403'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1557780184357927241/7125788898108321876/comments/default/4801325965329333403'/><link rel='alternate' type='text/html' href='http://blog.eclipse-tips.com/2009/01/commands-part-1-actions-vs-commands.html?showComment=1238727000000#c4801325965329333403' title=''/><author><name>Prakash G.R.</name><uri>http://www.blogger.com/profile/13046268367318873066</uri><email>noreply@blogger.com</email><gd:image xmlns:gd='http://schemas.google.com/g/2005' rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:in-reply-to xmlns:thr='http://purl.org/syndication/thread/1.0' href='http://blog.eclipse-tips.com/2009/01/commands-part-1-actions-vs-commands.html' ref='tag:blogger.com,1999:blog-1557780184357927241.post-7125788898108321876' source='http://www.blogger.com/feeds/1557780184357927241/posts/default/7125788898108321876' type='text/html'/><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='blogger.itemClass' value='pid-2094461490'/></entry><entry><id>tag:blogger.com,1999:blog-1557780184357927241.post-2143351813240473370</id><published>2009-04-02T23:46:00.000+05:30</published><updated>2009-04-02T23:46:00.000+05:30</updated><title type='text'>What do I have to do to get you to turn these blog...</title><content type='html'>What do I have to do to get you to turn these blog posts into an article for Eclipse Corner?&lt;BR/&gt;&lt;BR/&gt;I can get you an Eclipse-branded shirt... I can help you write it...</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1557780184357927241/7125788898108321876/comments/default/2143351813240473370'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1557780184357927241/7125788898108321876/comments/default/2143351813240473370'/><link rel='alternate' type='text/html' href='http://blog.eclipse-tips.com/2009/01/commands-part-1-actions-vs-commands.html?showComment=1238696160000#c2143351813240473370' title=''/><author><name>Wayne</name><uri>http://www.blogger.com/profile/02277665617356449769</uri><email>noreply@blogger.com</email><gd:image xmlns:gd='http://schemas.google.com/g/2005' rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://www.eclipse.org/evangelism/blog/images/polarbear-small-colour.jpg'/></author><thr:in-reply-to xmlns:thr='http://purl.org/syndication/thread/1.0' href='http://blog.eclipse-tips.com/2009/01/commands-part-1-actions-vs-commands.html' ref='tag:blogger.com,1999:blog-1557780184357927241.post-7125788898108321876' source='http://www.blogger.com/feeds/1557780184357927241/posts/default/7125788898108321876' type='text/html'/><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='blogger.itemClass' value='pid-1880400541'/></entry><entry><id>tag:blogger.com,1999:blog-1557780184357927241.post-2350057125675394118</id><published>2009-04-02T10:29:00.000+05:30</published><updated>2009-04-02T10:29:00.000+05:30</updated><title type='text'>&amp;gt; Can commands be used to override the &lt;br&gt;&amp;gt;...</title><content type='html'>&amp;gt; Can commands be used to override the &lt;BR/&gt;&amp;gt; Copy/Paste/Delete/Rename/... commands (retargetable actions)? &lt;BR/&gt;&lt;BR/&gt;  Short answer is yes, the long answer will be posted as a separate tip :-)</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1557780184357927241/7125788898108321876/comments/default/2350057125675394118'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1557780184357927241/7125788898108321876/comments/default/2350057125675394118'/><link rel='alternate' type='text/html' href='http://blog.eclipse-tips.com/2009/01/commands-part-1-actions-vs-commands.html?showComment=1238648340000#c2350057125675394118' title=''/><author><name>Prakash G.R.</name><uri>http://www.blogger.com/profile/13046268367318873066</uri><email>noreply@blogger.com</email><gd:image xmlns:gd='http://schemas.google.com/g/2005' rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:in-reply-to xmlns:thr='http://purl.org/syndication/thread/1.0' href='http://blog.eclipse-tips.com/2009/01/commands-part-1-actions-vs-commands.html' ref='tag:blogger.com,1999:blog-1557780184357927241.post-7125788898108321876' source='http://www.blogger.com/feeds/1557780184357927241/posts/default/7125788898108321876' type='text/html'/><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='blogger.itemClass' value='pid-2094461490'/></entry><entry><id>tag:blogger.com,1999:blog-1557780184357927241.post-8518471529578422182</id><published>2009-03-31T19:04:00.000+05:30</published><updated>2009-03-31T19:04:00.000+05:30</updated><title type='text'>Hi,&lt;br&gt;&lt;br&gt;Can commands be used to override the Co...</title><content type='html'>Hi,&lt;BR/&gt;&lt;BR/&gt;Can commands be used to override the Copy/Paste/Delete/Rename/... commands (retargetable actions)? &lt;BR/&gt;&lt;BR/&gt;If yes, how it works? &lt;BR/&gt;&lt;BR/&gt;Thanks</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1557780184357927241/7125788898108321876/comments/default/8518471529578422182'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1557780184357927241/7125788898108321876/comments/default/8518471529578422182'/><link rel='alternate' type='text/html' href='http://blog.eclipse-tips.com/2009/01/commands-part-1-actions-vs-commands.html?showComment=1238506440000#c8518471529578422182' title=''/><author><name>Anonymous</name><email>noreply@blogger.com</email><gd:image xmlns:gd='http://schemas.google.com/g/2005' rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img1.blogblog.com/img/blank.gif'/></author><thr:in-reply-to xmlns:thr='http://purl.org/syndication/thread/1.0' href='http://blog.eclipse-tips.com/2009/01/commands-part-1-actions-vs-commands.html' ref='tag:blogger.com,1999:blog-1557780184357927241.post-7125788898108321876' source='http://www.blogger.com/feeds/1557780184357927241/posts/default/7125788898108321876' type='text/html'/><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='blogger.itemClass' value='pid-291383148'/></entry><entry><id>tag:blogger.com,1999:blog-1557780184357927241.post-1381827407676703918</id><published>2009-01-03T16:34:00.000+05:30</published><updated>2009-01-03T16:34:00.000+05:30</updated><title type='text'>Hi,&lt;br&gt;&lt;br&gt;I relation to this: "As you see, in the...</title><content type='html'>Hi,&lt;BR/&gt;&lt;BR/&gt;I relation to this: "As you see, in the actions we would just use only one extension point, instead of the four which we have used now."&lt;BR/&gt;&lt;BR/&gt;You could have done this with two extensions points by using the default handler and the icons in the menucontributin.&lt;BR/&gt;&lt;BR/&gt;Please see here for an explaination: http://www.vogella.de/articles/RichClientPlatform/article.html#commands&lt;BR/&gt;&lt;BR/&gt;Best regards, Lars</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1557780184357927241/7125788898108321876/comments/default/1381827407676703918'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1557780184357927241/7125788898108321876/comments/default/1381827407676703918'/><link rel='alternate' type='text/html' href='http://blog.eclipse-tips.com/2009/01/commands-part-1-actions-vs-commands.html?showComment=1230980640000#c1381827407676703918' title=''/><author><name>vogella</name><uri>http://www.blogger.com/profile/15780848976283335301</uri><email>noreply@blogger.com</email><gd:image xmlns:gd='http://schemas.google.com/g/2005' rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:in-reply-to xmlns:thr='http://purl.org/syndication/thread/1.0' href='http://blog.eclipse-tips.com/2009/01/commands-part-1-actions-vs-commands.html' ref='tag:blogger.com,1999:blog-1557780184357927241.post-7125788898108321876' source='http://www.blogger.com/feeds/1557780184357927241/posts/default/7125788898108321876' type='text/html'/><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='blogger.itemClass' value='pid-1499152715'/></entry><entry><id>tag:blogger.com,1999:blog-1557780184357927241.post-3026545837333205688</id><published>2009-01-03T15:55:00.000+05:30</published><updated>2009-01-03T15:55:00.000+05:30</updated><title type='text'>Hi, it would be also nice if you cover advanced to...</title><content type='html'>Hi, it would be also nice if you cover advanced topics like property testers in your series.</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1557780184357927241/7125788898108321876/comments/default/3026545837333205688'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1557780184357927241/7125788898108321876/comments/default/3026545837333205688'/><link rel='alternate' type='text/html' href='http://blog.eclipse-tips.com/2009/01/commands-part-1-actions-vs-commands.html?showComment=1230978300000#c3026545837333205688' title=''/><author><name>mattre</name><uri>http://www.blogger.com/profile/14011358598016576717</uri><email>noreply@blogger.com</email><gd:image xmlns:gd='http://schemas.google.com/g/2005' rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:in-reply-to xmlns:thr='http://purl.org/syndication/thread/1.0' href='http://blog.eclipse-tips.com/2009/01/commands-part-1-actions-vs-commands.html' ref='tag:blogger.com,1999:blog-1557780184357927241.post-7125788898108321876' source='http://www.blogger.com/feeds/1557780184357927241/posts/default/7125788898108321876' type='text/html'/><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='blogger.itemClass' value='pid-676074251'/></entry><entry><id>tag:blogger.com,1999:blog-1557780184357927241.post-5409743761667630878</id><published>2009-01-03T03:01:00.000+05:30</published><updated>2009-01-03T03:01:00.000+05:30</updated><title type='text'>Thanks for this, I wanted to use commands and menu...</title><content type='html'>Thanks for this, I wanted to use commands and menuContributions and was just about to start digging for clues. Your blog saved me the effort.</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1557780184357927241/7125788898108321876/comments/default/5409743761667630878'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1557780184357927241/7125788898108321876/comments/default/5409743761667630878'/><link rel='alternate' type='text/html' href='http://blog.eclipse-tips.com/2009/01/commands-part-1-actions-vs-commands.html?showComment=1230931860000#c5409743761667630878' title=''/><author><name>Channing Walton</name><uri>http://www.blogger.com/profile/12749648550096851903</uri><email>noreply@blogger.com</email><gd:image xmlns:gd='http://schemas.google.com/g/2005' rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://3.bp.blogspot.com/_kkRk4rerUKo/SVKnS9wf6QI/AAAAAAAAAAM/KacIBUxO90s/S220/chang.jpg'/></author><thr:in-reply-to xmlns:thr='http://purl.org/syndication/thread/1.0' href='http://blog.eclipse-tips.com/2009/01/commands-part-1-actions-vs-commands.html' ref='tag:blogger.com,1999:blog-1557780184357927241.post-7125788898108321876' source='http://www.blogger.com/feeds/1557780184357927241/posts/default/7125788898108321876' type='text/html'/><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='blogger.itemClass' value='pid-1156570309'/></entry></feed>
