<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Tracing Keybindings in Eclipse RCP</title>
	<atom:link href="http://eclipsesource.com/blogs/2009/07/08/tip-tracing-keybindings-in-rcp/feed/" rel="self" type="application/rss+xml" />
	<link>http://eclipsesource.com/blogs/2009/07/08/tip-tracing-keybindings-in-rcp/</link>
	<description>Eclipse Equinox OSGi</description>
	<lastBuildDate>Wed, 16 May 2012 08:22:45 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
	<item>
		<title>By: Adil</title>
		<link>http://eclipsesource.com/blogs/2009/07/08/tip-tracing-keybindings-in-rcp/comment-page-1/#comment-9384</link>
		<dc:creator>Adil</dc:creator>
		<pubDate>Thu, 07 Apr 2011 05:54:41 +0000</pubDate>
		<guid isPermaLink="false">http://eclipsesource.com/blogs/?p=2212#comment-9384</guid>
		<description>Hey....

Thanks for showing this tip.

I am in the process of debugging why my rcp custom editor does not pick &quot;Ctrl+1&quot; quick fix key binding. 
The quick fix works from the right click menu but not by using the keyboard sequence. We lost this functionality as part of our upgrade from 3.3 to 3.6

Thank you,
Adil</description>
		<content:encoded><![CDATA[<p>Hey&#8230;.</p>
<p>Thanks for showing this tip.</p>
<p>I am in the process of debugging why my rcp custom editor does not pick &#8220;Ctrl+1&#8243; quick fix key binding.<br />
The quick fix works from the right click menu but not by using the keyboard sequence. We lost this functionality as part of our upgrade from 3.3 to 3.6</p>
<p>Thank you,<br />
Adil</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Elias</title>
		<link>http://eclipsesource.com/blogs/2009/07/08/tip-tracing-keybindings-in-rcp/comment-page-1/#comment-4401</link>
		<dc:creator>Elias</dc:creator>
		<pubDate>Fri, 30 Jul 2010 17:53:43 +0000</pubDate>
		<guid isPermaLink="false">http://eclipsesource.com/blogs/?p=2212#comment-4401</guid>
		<description>@eD: hard to answer without looking at your code. My best guess: assuming you use commands and handlers - I would put breakpoints at the locations below and step through the code once you hit the key shortcut. The actual line numbers may differ if you are not on Eclipse 3.6.

WorkbenchKeyboard [line: 435] - executeCommand(Binding, Event)	
Command [line: 457] - executeWithChecks(ExecutionEvent)	

I should also mention that we offer &lt;a href=&quot;http://eclipsesource.com/en/services/eclipse-support/&quot; rel=&quot;nofollow&quot;&gt;hourly developer support&lt;/a&gt;, where I and other Eclipse experts look at your code via screensharing and help out.</description>
		<content:encoded><![CDATA[<p>@eD: hard to answer without looking at your code. My best guess: assuming you use commands and handlers &#8211; I would put breakpoints at the locations below and step through the code once you hit the key shortcut. The actual line numbers may differ if you are not on Eclipse 3.6.</p>
<p>WorkbenchKeyboard [line: 435] &#8211; executeCommand(Binding, Event)<br />
Command [line: 457] &#8211; executeWithChecks(ExecutionEvent)	</p>
<p>I should also mention that we offer <a href="http://eclipsesource.com/en/services/eclipse-support/" rel="nofollow">hourly developer support</a>, where I and other Eclipse experts look at your code via screensharing and help out.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: eD</title>
		<link>http://eclipsesource.com/blogs/2009/07/08/tip-tracing-keybindings-in-rcp/comment-page-1/#comment-4398</link>
		<dc:creator>eD</dc:creator>
		<pubDate>Thu, 29 Jul 2010 20:56:10 +0000</pubDate>
		<guid isPermaLink="false">http://eclipsesource.com/blogs/?p=2212#comment-4398</guid>
		<description>How about this issue, i execute a key binding and the action works( i can see it in the console and on screen). I do a few things inside my application, then try and do the exact same key binding and it shows it in the console, but no action is executed?</description>
		<content:encoded><![CDATA[<p>How about this issue, i execute a key binding and the action works( i can see it in the console and on screen). I do a few things inside my application, then try and do the exact same key binding and it shows it in the console, but no action is executed?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Elias</title>
		<link>http://eclipsesource.com/blogs/2009/07/08/tip-tracing-keybindings-in-rcp/comment-page-1/#comment-2009</link>
		<dc:creator>Elias</dc:creator>
		<pubDate>Thu, 09 Jul 2009 16:31:05 +0000</pubDate>
		<guid isPermaLink="false">http://eclipsesource.com/blogs/?p=2212#comment-2009</guid>
		<description>Hi Lars,

No problem with citing this in your article. Thanks for the backlink. :-)
</description>
		<content:encoded><![CDATA[<p>Hi Lars,</p>
<p>No problem with citing this in your article. Thanks for the backlink. <img src='http://eclipsesource.com/blogs/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Lars Vogel</title>
		<link>http://eclipsesource.com/blogs/2009/07/08/tip-tracing-keybindings-in-rcp/comment-page-1/#comment-1984</link>
		<dc:creator>Lars Vogel</dc:creator>
		<pubDate>Thu, 09 Jul 2009 08:08:21 +0000</pubDate>
		<guid isPermaLink="false">http://eclipsesource.com/blogs/?p=2212#comment-1984</guid>
		<description>Thanks Elias,

that is very useful. I used your information to describe this from the perspective of the Eclipse IDE, you find this here: 

http://www.vogella.de/articles/EclipseCodeAccess/article.html#keybindings

I hope it is ok that I used your information.</description>
		<content:encoded><![CDATA[<p>Thanks Elias,</p>
<p>that is very useful. I used your information to describe this from the perspective of the Eclipse IDE, you find this here: </p>
<p><a href="http://www.vogella.de/articles/EclipseCodeAccess/article.html#keybindings" rel="nofollow">http://www.vogella.de/articles/EclipseCodeAccess/article.html#keybindings</a></p>
<p>I hope it is ok that I used your information.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ekke</title>
		<link>http://eclipsesource.com/blogs/2009/07/08/tip-tracing-keybindings-in-rcp/comment-page-1/#comment-1937</link>
		<dc:creator>ekke</dc:creator>
		<pubDate>Wed, 08 Jul 2009 16:43:28 +0000</pubDate>
		<guid isPermaLink="false">http://eclipsesource.com/blogs/?p=2212#comment-1937</guid>
		<description>Thanks, elias!

I wasn&#039;t aware of these tracing options. very helpful.</description>
		<content:encoded><![CDATA[<p>Thanks, elias!</p>
<p>I wasn&#8217;t aware of these tracing options. very helpful.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

