<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	xmlns:creativeCommons="http://backend.userland.com/creativeCommonsRssModule"
>

<channel>
	<title>Hartwork Blog &#187; Scintilla</title>
	<atom:link href="http://blog.hartwork.org/?feed=rss2&#038;cat=2" rel="self" type="application/rss+xml" />
	<link>http://blog.hartwork.org</link>
	<description>Free Software and Music</description>
	<lastBuildDate>Thu, 19 Aug 2010 16:50:12 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<creativeCommons:license>http://creativecommons.org/licenses/by-nd/3.0/de/</creativeCommons:license>
		<item>
		<title>Opal scheme for Programmer&#8217;s Notepad 2</title>
		<link>http://blog.hartwork.org/?p=10</link>
		<comments>http://blog.hartwork.org/?p=10#comments</comments>
		<pubDate>Mon, 13 Mar 2006 07:13:02 +0000</pubDate>
		<dc:creator>sping</dc:creator>
				<category><![CDATA[Opal]]></category>
		<category><![CDATA[PN2]]></category>
		<category><![CDATA[Scintilla]]></category>

		<guid isPermaLink="false">http://blog.hartwork.org/?p=10</guid>
		<description><![CDATA[I finished my Opal scheme for Programmer&#8217;s Notepad 2 so here it is: opal_pn2.scheme.
Since PN2 is based on Scintilla you will need a version of SciLexer.dll containing the &#8220;opal&#8221; lexer. This lexer is included in Scintilla 1.68 and later. The latest DLL can be found in wscite???.zip from here.
]]></description>
			<content:encoded><![CDATA[<p>I finished my Opal scheme for <a target="_blank" title="Porgrammer's Notepad 2" href="http://www.pnotepad.org/">Programmer&#8217;s Notepad 2</a> so here it is: <a title="Opal scheme for Programmer's Notepad 2" href="http://www.hartwork.org/cgi-bin/download.cgi?file=public/opal_pn2.scheme">opal_pn2.scheme</a>.</p>
<p>Since PN2 is based on Scintilla you will need a version of <em>SciLexer.dll</em> containing the &#8220;opal&#8221; lexer. This lexer is included in Scintilla 1.68 and later. The latest DLL can be found in <em>wscite???.zip</em> from <a target="_blank" title="SciTE download" href="http://sourceforge.net/project/showfiles.php?group_id=2439&#038;package_id=5662">here</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.hartwork.org/?feed=rss2&amp;p=10</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<creativeCommons:license>http://creativecommons.org/licenses/by-nd/3.0/de/</creativeCommons:license>
	</item>
		<item>
		<title>Scintilla/SciTE 1.68 released</title>
		<link>http://blog.hartwork.org/?p=9</link>
		<comments>http://blog.hartwork.org/?p=9#comments</comments>
		<pubDate>Sat, 11 Mar 2006 01:48:38 +0000</pubDate>
		<dc:creator>sping</dc:creator>
				<category><![CDATA[Opal]]></category>
		<category><![CDATA[Scintilla]]></category>

		<guid isPermaLink="false">http://blog.hartwork.org/?p=9</guid>
		<description><![CDATA[Scintilla 1.68 has just been released.
It is the first official release also including my Opal lexer besides other good things listed on the history page.
You can download it from here.
]]></description>
			<content:encoded><![CDATA[<p>Scintilla 1.68 has just been released.</p>
<p>It is the first official release also including my Opal lexer besides other good things listed on the <a title="Scintilla history" href="http://scintilla.sourceforge.net/ScintillaHistory.html">history page</a>.</p>
<p>You can download it from <a title="Scintilla download" href="http://scintilla.sourceforge.net/ScintillaDownload.html">here</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.hartwork.org/?feed=rss2&amp;p=9</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<creativeCommons:license>http://creativecommons.org/licenses/by-nd/3.0/de/</creativeCommons:license>
	</item>
		<item>
		<title>Patch for &#8220;props&#8221; lexer</title>
		<link>http://blog.hartwork.org/?p=5</link>
		<comments>http://blog.hartwork.org/?p=5#comments</comments>
		<pubDate>Sun, 12 Feb 2006 12:56:07 +0000</pubDate>
		<dc:creator>sping</dc:creator>
				<category><![CDATA[Scintilla]]></category>

		<guid isPermaLink="false">http://blog.hartwork.org/?p=5</guid>
		<description><![CDATA[I wrote a patch for the &#8220;props&#8221; lexer which makes it possible to highlight the left and the right side of an assignment in two different colours. The patch requires Scintilla/SciTE 1.67.
First download the patch from HERE and then apply it by running
&#8220;patch -p0 < scite167_props_patch.diff".
Update: This patch will be included in the next official [...]]]></description>
			<content:encoded><![CDATA[<p>I wrote a patch for the &#8220;props&#8221; lexer which makes it possible to highlight the left and the right side of an assignment in two different colours. The patch requires Scintilla/SciTE 1.67.</p>
<p>First download the patch from <a href="http://www.hartwork.org/cgi-bin/download.cgi?file=public/scite167_props_patch.diff">HERE</a> and then apply it by running<br />
&#8220;patch -p0 < scite167_props_patch.diff".</p>
<p><strong>Update:</strong> This patch will be included in the next official Scintilla release. The latest source at the <a target="_blank" href="http://cvs.sourceforge.net/viewcvs.py/scintilla/">Scintilla CVS</a> already includes this feature.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.hartwork.org/?feed=rss2&amp;p=5</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<creativeCommons:license>http://creativecommons.org/licenses/by-nd/3.0/de/</creativeCommons:license>
	</item>
		<item>
		<title>Opal lexer for Scintilla</title>
		<link>http://blog.hartwork.org/?p=3</link>
		<comments>http://blog.hartwork.org/?p=3#comments</comments>
		<pubDate>Sun, 05 Feb 2006 05:47:52 +0000</pubDate>
		<dc:creator>sping</dc:creator>
				<category><![CDATA[Opal]]></category>
		<category><![CDATA[Scintilla]]></category>

		<guid isPermaLink="false">http://blog.hartwork.org/?p=3</guid>
		<description><![CDATA[My Opal lexer can now be found at the Scintilla CVS and will be included in the next official Scintilla release. The Inno Setup lexer by Friedrich Vedder will also be included.
]]></description>
			<content:encoded><![CDATA[<p>My Opal lexer can now be found at the <a target="_blank" href="http://cvs.sourceforge.net/viewcvs.py/scintilla/">Scintilla CVS</a> and will be included in the next official Scintilla release. The Inno Setup lexer by Friedrich Vedder will also be included.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.hartwork.org/?feed=rss2&amp;p=3</wfw:commentRss>
		<slash:comments>1</slash:comments>
	<creativeCommons:license>http://creativecommons.org/licenses/by-nd/3.0/de/</creativeCommons:license>
	</item>
	</channel>
</rss>
