<?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 for The Esite Code Log</title>
	<atom:link href="http://esite.ch/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://esite.ch</link>
	<description>Project news, code snippets, bookmarks, scripts, howtos, …</description>
	<lastBuildDate>Wed, 09 May 2012 20:08:33 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
	<item>
		<title>Comment on Saving power with Diodon 0.8.0 by Sergey Filkin</title>
		<link>http://esite.ch/2012/04/26/saving-power-with-diodon-0-8-0/#comment-5200</link>
		<dc:creator>Sergey Filkin</dc:creator>
		<pubDate>Wed, 09 May 2012 20:08:33 +0000</pubDate>
		<guid isPermaLink="false">http://esite.ch/?p=394#comment-5200</guid>
		<description>You have made a great piece of software. Thank you.</description>
		<content:encoded><![CDATA[<p>You have made a great piece of software. Thank you.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Global hotkeys with vala by Oliver Sauder</title>
		<link>http://esite.ch/2011/02/09/global-hotkeys-with-vala/#comment-4676</link>
		<dc:creator>Oliver Sauder</dc:creator>
		<pubDate>Fri, 27 Apr 2012 08:55:09 +0000</pubDate>
		<guid isPermaLink="false">http://esite.ch/?p=244#comment-4676</guid>
		<description>What this sample code actually does is to bind a keybinding to a window so that that Gdk Window will be noticed of such X.Event.

See constructor (rootwin.add_filter(event_filter)) where the method which is mentioned in the mailinglist is used.

So therefore I currently do not see a way to register a global keybinding without using XLib.
However I would definitely be interested if you would be able to find one.</description>
		<content:encoded><![CDATA[<p>What this sample code actually does is to bind a keybinding to a window so that that Gdk Window will be noticed of such X.Event.</p>
<p>See constructor (rootwin.add_filter(event_filter)) where the method which is mentioned in the mailinglist is used.</p>
<p>So therefore I currently do not see a way to register a global keybinding without using XLib.<br />
However I would definitely be interested if you would be able to find one.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Global hotkeys with vala by boscowitch</title>
		<link>http://esite.ch/2011/02/09/global-hotkeys-with-vala/#comment-4675</link>
		<dc:creator>boscowitch</dc:creator>
		<pubDate>Fri, 27 Apr 2012 08:32:27 +0000</pubDate>
		<guid isPermaLink="false">http://esite.ch/?p=244#comment-4675</guid>
		<description>Oh  one more think, i also found sth interresting which will maby make the whole XLib calls  go away and maby also working on windows, (just read some hints in mailing list but did not try it out yet if it rly works) I&#039;m speaking  about a low level GDK add filter function which claims to be able to intercept all events (from specific window or with null from all but im not shure if that means system wide or Gtk apps wide ...) before they reach the rest of Gtk. http://mail.gnome.org/archives/gtk-devel-list/2004-March/msg00246.html</description>
		<content:encoded><![CDATA[<p>Oh  one more think, i also found sth interresting which will maby make the whole XLib calls  go away and maby also working on windows, (just read some hints in mailing list but did not try it out yet if it rly works) I&#8217;m speaking  about a low level GDK add filter function which claims to be able to intercept all events (from specific window or with null from all but im not shure if that means system wide or Gtk apps wide &#8230;) before they reach the rest of Gtk. <a href="http://mail.gnome.org/archives/gtk-devel-list/2004-March/msg00246.html" rel="nofollow">http://mail.gnome.org/archives/gtk-devel-list/2004-March/msg00246.html</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Global hotkeys with vala by boscowitch</title>
		<link>http://esite.ch/2011/02/09/global-hotkeys-with-vala/#comment-4674</link>
		<dc:creator>boscowitch</dc:creator>
		<pubDate>Fri, 27 Apr 2012 08:25:13 +0000</pubDate>
		<guid isPermaLink="false">http://esite.ch/?p=244#comment-4674</guid>
		<description>Nice thx, this will help me in my Project. But i also want a windows version so im still thinling about how to bind vala with WIN32API function calls or make extern c calls, i hope i can still pack it in a &quot;nice&quot; class...</description>
		<content:encoded><![CDATA[<p>Nice thx, this will help me in my Project. But i also want a windows version so im still thinling about how to bind vala with WIN32API function calls or make extern c calls, i hope i can still pack it in a &#8220;nice&#8221; class&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Happy Diodon New Year with 0.7.0 by Oliver Sauder</title>
		<link>http://esite.ch/2012/01/04/happy-diodon-new-year-with-0-7-0/#comment-2038</link>
		<dc:creator>Oliver Sauder</dc:creator>
		<pubDate>Fri, 09 Mar 2012 11:02:15 +0000</pubDate>
		<guid isPermaLink="false">http://esite.ch/?p=382#comment-2038</guid>
		<description>Thanks for the mockups. Well as far as I know exending a context menu of any application is not possilble. But of course a Plugin for Gedit can be written which accesses the Diodon history and adds it to the menu.

There would be a Diodon service such a DBus needed which can be accesses from the gedit plugin. Unfortuantetly such does not exist yet however will be needed e.g. also for a better gnome shell integration &lt;https://blueprints.launchpad.net/diodon/+spec/better-gnome3-integration&gt;

I will add this feature request to the Diodon wishlist. So it can be accomplished when all the needed bits are in place.</description>
		<content:encoded><![CDATA[<p>Thanks for the mockups. Well as far as I know exending a context menu of any application is not possilble. But of course a Plugin for Gedit can be written which accesses the Diodon history and adds it to the menu.</p>
<p>There would be a Diodon service such a DBus needed which can be accesses from the gedit plugin. Unfortuantetly such does not exist yet however will be needed e.g. also for a better gnome shell integration < <a href="https://blueprints.launchpad.net/diodon/+spec/better-gnome3-integration" rel="nofollow">https://blueprints.launchpad.net/diodon/+spec/better-gnome3-integration></p>
<p>I will add this feature request to the Diodon wishlist. So it can be accomplished when all the needed bits are in place.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Happy Diodon New Year with 0.7.0 by Happy User</title>
		<link>http://esite.ch/2012/01/04/happy-diodon-new-year-with-0-7-0/#comment-1712</link>
		<dc:creator>Happy User</dc:creator>
		<pubDate>Fri, 02 Mar 2012 00:27:26 +0000</pubDate>
		<guid isPermaLink="false">http://esite.ch/?p=382#comment-1712</guid>
		<description>Exactly. Well, either a sublist or a list directly into the contextual menu itself.

Something like this:
http://img16.imageshack.us/img16/6969/mock1.jpg
Or:
http://img823.imageshack.us/img823/8891/mock2.jpg

A simple Paste («Coller» in the mock up) would paste the first item or you could right click and choose from the list to paste another item.

Of course it is only a wish but I think it would become a great tool for people, like coders, who use a series of text or code snippets repetitively.</description>
		<content:encoded><![CDATA[<p>Exactly. Well, either a sublist or a list directly into the contextual menu itself.</p>
<p>Something like this:<br />
<a href="http://img16.imageshack.us/img16/6969/mock1.jpg" rel="nofollow">http://img16.imageshack.us/img16/6969/mock1.jpg</a><br />
Or:<br />
<a href="http://img823.imageshack.us/img823/8891/mock2.jpg" rel="nofollow">http://img823.imageshack.us/img823/8891/mock2.jpg</a></p>
<p>A simple Paste («Coller» in the mock up) would paste the first item or you could right click and choose from the list to paste another item.</p>
<p>Of course it is only a wish but I think it would become a great tool for people, like coders, who use a series of text or code snippets repetitively.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Happy Diodon New Year with 0.7.0 by Oliver Sauder</title>
		<link>http://esite.ch/2012/01/04/happy-diodon-new-year-with-0-7-0/#comment-1657</link>
		<dc:creator>Oliver Sauder</dc:creator>
		<pubDate>Thu, 01 Mar 2012 09:13:48 +0000</pubDate>
		<guid isPermaLink="false">http://esite.ch/?p=382#comment-1657</guid>
		<description>Thanks for your comment.

I am not sure where you exactly would want to have the list of clipboard items added. Do you mean e.g. when you right click in gedit that there will be a sublist of items to be pasted below the paste item?</description>
		<content:encoded><![CDATA[<p>Thanks for your comment.</p>
<p>I am not sure where you exactly would want to have the list of clipboard items added. Do you mean e.g. when you right click in gedit that there will be a sublist of items to be pasted below the paste item?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Happy Diodon New Year with 0.7.0 by Happy User</title>
		<link>http://esite.ch/2012/01/04/happy-diodon-new-year-with-0-7-0/#comment-1641</link>
		<dc:creator>Happy User</dc:creator>
		<pubDate>Thu, 01 Mar 2012 03:02:09 +0000</pubDate>
		<guid isPermaLink="false">http://esite.ch/?p=382#comment-1641</guid>
		<description>Really good work! I am usually using Clipper for which you can use a keyboard shortcut to show the «objects list» but it does not paste it directly. You still have to type CTRL+V to finally paste the selected text.

Diodon pastes it right after you choose it, which is a good improvement.

I wonder if it would be possible to have the list of text included in the contextual menu (right click of the mouse)?That would still be better.

Thanks for this!!</description>
		<content:encoded><![CDATA[<p>Really good work! I am usually using Clipper for which you can use a keyboard shortcut to show the «objects list» but it does not paste it directly. You still have to type CTRL+V to finally paste the selected text.</p>
<p>Diodon pastes it right after you choose it, which is a good improvement.</p>
<p>I wonder if it would be possible to have the list of text included in the contextual menu (right click of the mouse)?That would still be better.</p>
<p>Thanks for this!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Happy Diodon New Year with 0.7.0 by user</title>
		<link>http://esite.ch/2012/01/04/happy-diodon-new-year-with-0-7-0/#comment-1225</link>
		<dc:creator>user</dc:creator>
		<pubDate>Sun, 12 Feb 2012 22:30:50 +0000</pubDate>
		<guid isPermaLink="false">http://esite.ch/?p=382#comment-1225</guid>
		<description>great work, this is the best clipboard manager</description>
		<content:encoded><![CDATA[<p>great work, this is the best clipboard manager</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on What&#8217;s new on the Diodon front? by Happy Diodon New Year with 0.7.0 &#124; The Esite Code Log</title>
		<link>http://esite.ch/2011/12/03/whats-new-on-the-diodon-front/#comment-845</link>
		<dc:creator>Happy Diodon New Year with 0.7.0 &#124; The Esite Code Log</dc:creator>
		<pubDate>Wed, 04 Jan 2012 17:41:54 +0000</pubDate>
		<guid isPermaLink="false">http://esite.ch/?p=370#comment-845</guid>
		<description>[...] The Esite Code Log   Project news, code snippets, bookmarks, scripts, howtos, …    Skip to content HomeAbout        &#8592; What&#8217;s new on the Diodon front? [...]</description>
		<content:encoded><![CDATA[<p>[...] The Esite Code Log   Project news, code snippets, bookmarks, scripts, howtos, …    Skip to content HomeAbout        &larr; What&#8217;s new on the Diodon front? [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>

