<?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 Kate | Get an Edge in Editing</title>
	<atom:link href="http://kate-editor.org/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://kate-editor.org</link>
	<description>The Kate Editor Homepage</description>
	<lastBuildDate>Thu, 17 May 2012 03:14:41 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>Comment on Maintainer Needed: Kate &#8211; External Tools Plugin by Kaitain</title>
		<link>http://kate-editor.org/2011/08/09/maintainer-needed-kate-external-tools-plugin/#comment-953</link>
		<dc:creator>Kaitain</dc:creator>
		<pubDate>Thu, 17 May 2012 03:14:41 +0000</pubDate>
		<guid isPermaLink="false">http://kate-editor.org/?p=1105#comment-953</guid>
		<description>Sigh. This is the last straw for me. I&#039;ve been trying to learn assembler on Linux using Jeff Duntemann&#039;s book, and there were various things mentioned in it that had changed radically in the last two years (since it was written). I&#039;ve just about managed to get workarounds for most of them, but Kate is the main tool used and there&#039;s no workaround for this plugin&#039;s disappearance.

The Linux environment is clearly too inconsistent and unreliable to make learning from a textbook viable. The ground just keeps shifting under your feet. I&#039;m going back to Macs.</description>
		<content:encoded><![CDATA[<p>Sigh. This is the last straw for me. I&#8217;ve been trying to learn assembler on Linux using Jeff Duntemann&#8217;s book, and there were various things mentioned in it that had changed radically in the last two years (since it was written). I&#8217;ve just about managed to get workarounds for most of them, but Kate is the main tool used and there&#8217;s no workaround for this plugin&#8217;s disappearance.</p>
<p>The Linux environment is clearly too inconsistent and unreliable to make learning from a textbook viable. The ground just keeps shifting under your feet. I&#8217;m going back to Macs.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Code Folding Updates by Dominik</title>
		<link>http://kate-editor.org/2011/09/11/code-folding-updates-continued/#comment-952</link>
		<dc:creator>Dominik</dc:creator>
		<pubDate>Wed, 16 May 2012 17:53:05 +0000</pubDate>
		<guid isPermaLink="false">http://kate-editor.org/?p=1457#comment-952</guid>
		<description>No, currently not.</description>
		<content:encoded><![CDATA[<p>No, currently not.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Code Folding Updates by Jon Stephan</title>
		<link>http://kate-editor.org/2011/09/11/code-folding-updates-continued/#comment-951</link>
		<dc:creator>Jon Stephan</dc:creator>
		<pubDate>Wed, 16 May 2012 12:59:55 +0000</pubDate>
		<guid isPermaLink="false">http://kate-editor.org/?p=1457#comment-951</guid>
		<description>I know this is an old thread, but this change just recently percolated to my machine.  I liked the old rainbow colors... is there any way to get them back?  Please?

Thanks,
-Jon</description>
		<content:encoded><![CDATA[<p>I know this is an old thread, but this change just recently percolated to my machine.  I liked the old rainbow colors&#8230; is there any way to get them back?  Please?</p>
<p>Thanks,<br />
-Jon</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Scripting in Kate by Dominik</title>
		<link>http://kate-editor.org/2012/01/21/scripting-in-kate/#comment-950</link>
		<dc:creator>Dominik</dc:creator>
		<pubDate>Wed, 16 May 2012 07:24:01 +0000</pubDate>
		<guid isPermaLink="false">http://kate-editor.org/?p=1681#comment-950</guid>
		<description>For a lot of stuff you can use the text filter plugin and pipe selected text through external programs, and with that you can e.g. reformat the text.

But right, a js function to invoke external programs does not exist, yet. How would it look like? system.exec(&quot;app with parameters&quot;) ?</description>
		<content:encoded><![CDATA[<p>For a lot of stuff you can use the text filter plugin and pipe selected text through external programs, and with that you can e.g. reformat the text.</p>
<p>But right, a js function to invoke external programs does not exist, yet. How would it look like? system.exec(&#8220;app with parameters&#8221;) ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Scripting in Kate by Dominik</title>
		<link>http://kate-editor.org/2012/01/21/scripting-in-kate/#comment-949</link>
		<dc:creator>Dominik</dc:creator>
		<pubDate>Wed, 16 May 2012 07:21:59 +0000</pubDate>
		<guid isPermaLink="false">http://kate-editor.org/?p=1681#comment-949</guid>
		<description>Auto brackets will ignore the &#039;)&#039; if it already exists, i.e. Kate in KDE 4.9 will have this behavior.</description>
		<content:encoded><![CDATA[<p>Auto brackets will ignore the &#8216;)&#8217; if it already exists, i.e. Kate in KDE 4.9 will have this behavior.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on RFC: Exporting JavaScript API by ahiemstra</title>
		<link>http://kate-editor.org/2012/05/12/rfc-exporting-javascript-api/#comment-948</link>
		<dc:creator>ahiemstra</dc:creator>
		<pubDate>Sun, 13 May 2012 13:23:36 +0000</pubDate>
		<guid isPermaLink="false">http://kate-editor.org/?p=1787#comment-948</guid>
		<description>There are two things you can do, the way I see it:

1. Use dynamic binding to add methods and properties to the document. Not sure how feasible this is especially when dealing with C++ methods, but basically, instead of having a KileScriptDocument class and setting document to that, you&#039;d use setProperty() on the KateScriptDocument to add properties, including function objects. Basically this is how you would do it in pure JavaScript.

2. Use the facade pattern. You create a class KileScriptDocument with a member KateScriptDocument. Then you need to implement every method that you want to expose of KateScriptDocument in KileScriptDocument. Leads to quite some duplication, but has the advantage that you can hide methods that would not be relevant for your situation.</description>
		<content:encoded><![CDATA[<p>There are two things you can do, the way I see it:</p>
<p>1. Use dynamic binding to add methods and properties to the document. Not sure how feasible this is especially when dealing with C++ methods, but basically, instead of having a KileScriptDocument class and setting document to that, you&#8217;d use setProperty() on the KateScriptDocument to add properties, including function objects. Basically this is how you would do it in pure JavaScript.</p>
<p>2. Use the facade pattern. You create a class KileScriptDocument with a member KateScriptDocument. Then you need to implement every method that you want to expose of KateScriptDocument in KileScriptDocument. Leads to quite some duplication, but has the advantage that you can hide methods that would not be relevant for your situation.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Maintainer Needed: Kate &#8211; External Tools Plugin by Evan</title>
		<link>http://kate-editor.org/2011/08/09/maintainer-needed-kate-external-tools-plugin/#comment-947</link>
		<dc:creator>Evan</dc:creator>
		<pubDate>Sun, 13 May 2012 02:23:32 +0000</pubDate>
		<guid isPermaLink="false">http://kate-editor.org/?p=1105#comment-947</guid>
		<description>I have tried to get this back by reverting the commits

daea2a02e00007955cbcc892f0f5b06b0d8e6d9a
60ceb16f288b276a0b8b835e589244c4551d4403
798ae2fd2a2334515fe6d3592bbc3e71473840bb

However,  after I rebuild kate, the plugin still does not appear in the plugin list.</description>
		<content:encoded><![CDATA[<p>I have tried to get this back by reverting the commits</p>
<p>daea2a02e00007955cbcc892f0f5b06b0d8e6d9a<br />
60ceb16f288b276a0b8b835e589244c4551d4403<br />
798ae2fd2a2334515fe6d3592bbc3e71473840bb</p>
<p>However,  after I rebuild kate, the plugin still does not appear in the plugin list.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Some Kate Color Schemas by Flo R Moser</title>
		<link>http://kate-editor.org/2012/03/07/some-kate-color-schemas/#comment-946</link>
		<dc:creator>Flo R Moser</dc:creator>
		<pubDate>Tue, 08 May 2012 19:36:44 +0000</pubDate>
		<guid isPermaLink="false">http://kate-editor.org/?p=1728#comment-946</guid>
		<description>any chance of getting the oblivion-coast theme for kate 4.8?</description>
		<content:encoded><![CDATA[<p>any chance of getting the oblivion-coast theme for kate 4.8?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Scripting in Kate by cgk</title>
		<link>http://kate-editor.org/2012/01/21/scripting-in-kate/#comment-944</link>
		<dc:creator>cgk</dc:creator>
		<pubDate>Fri, 04 May 2012 02:23:41 +0000</pubDate>
		<guid isPermaLink="false">http://kate-editor.org/?p=1681#comment-944</guid>
		<description>So is there any chance it will be possible to invoke external programs in future versions of Kate scripting? I&#039;ve looked into this multiple times, but always found that the APIs provided are simply not sufficient to do what I want. This would not be such a problem if it was possible to invoke external programs to do the actual work (e.g., python scripts).

Additionally, I have some external programs which do non-trivial stuff (e.g., code reformatting). I seriously do not want to replicate them in javascript, especially not since I already *have* working programs and all I would need would be a way to get the text into them, and out of them using the scripts.</description>
		<content:encoded><![CDATA[<p>So is there any chance it will be possible to invoke external programs in future versions of Kate scripting? I&#8217;ve looked into this multiple times, but always found that the APIs provided are simply not sufficient to do what I want. This would not be such a problem if it was possible to invoke external programs to do the actual work (e.g., python scripts).</p>
<p>Additionally, I have some external programs which do non-trivial stuff (e.g., code reformatting). I seriously do not want to replicate them in javascript, especially not since I already *have* working programs and all I would need would be a way to get the text into them, and out of them using the scripts.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Maintainer Needed: Kate &#8211; External Tools Plugin by Danilo</title>
		<link>http://kate-editor.org/2011/08/09/maintainer-needed-kate-external-tools-plugin/#comment-943</link>
		<dc:creator>Danilo</dc:creator>
		<pubDate>Thu, 03 May 2012 14:10:27 +0000</pubDate>
		<guid isPermaLink="false">http://kate-editor.org/?p=1105#comment-943</guid>
		<description>Please, take this tool back. I usally use it every day too. I&#039;m being pratically forced to change my favorite editor.</description>
		<content:encoded><![CDATA[<p>Please, take this tool back. I usally use it every day too. I&#8217;m being pratically forced to change my favorite editor.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

