<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments on: Simple Syntax Highlighting</title>
	<atom:link href="http://explodingpixels.wordpress.com/2008/05/17/simple-syntax-highlighting/feed/" rel="self" type="application/rss+xml" />
	<link>http://explodingpixels.wordpress.com/2008/05/17/simple-syntax-highlighting/</link>
	<description>Exposing the pixels behind beautiful user interfaces</description>
	<lastBuildDate>Sun, 15 Nov 2009 20:14:25 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Ken</title>
		<link>http://explodingpixels.wordpress.com/2008/05/17/simple-syntax-highlighting/#comment-92</link>
		<dc:creator>Ken</dc:creator>
		<pubDate>Sat, 28 Jun 2008 11:07:02 +0000</pubDate>
		<guid isPermaLink="false">http://explodingpixels.wordpress.com/?p=33#comment-92</guid>
		<description>I just stumbled across your project the other day, and was excited to see that it was exactly what I was looking for! It was very snappy, and followed Sun&#039;s Swing text package architecture - nice!

I&#039;ll certainly be looking into your project more - good work Ayman!</description>
		<content:encoded><![CDATA[<p>I just stumbled across your project the other day, and was excited to see that it was exactly what I was looking for! It was very snappy, and followed Sun&#8217;s Swing text package architecture &#8211; nice!</p>
<p>I&#8217;ll certainly be looking into your project more &#8211; good work Ayman!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ayman</title>
		<link>http://explodingpixels.wordpress.com/2008/05/17/simple-syntax-highlighting/#comment-90</link>
		<dc:creator>Ayman</dc:creator>
		<pubDate>Sat, 28 Jun 2008 07:12:59 +0000</pubDate>
		<guid isPermaLink="false">http://explodingpixels.wordpress.com/?p=33#comment-90</guid>
		<description>You may be interested in &lt;a href=&quot;code.google.com/p/jsyntaxpane&quot; rel=&quot;nofollow&quot;&gt;JSyntaxPane&lt;/a&gt;.  It&#039;s my first Open Source project and should be very easy to use and embed.  No external dependencies at all.</description>
		<content:encoded><![CDATA[<p>You may be interested in <a href="code.google.com/p/jsyntaxpane" rel="nofollow">JSyntaxPane</a>.  It&#8217;s my first Open Source project and should be very easy to use and embed.  No external dependencies at all.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ken</title>
		<link>http://explodingpixels.wordpress.com/2008/05/17/simple-syntax-highlighting/#comment-58</link>
		<dc:creator>Ken</dc:creator>
		<pubDate>Tue, 20 May 2008 12:42:16 +0000</pubDate>
		<guid isPermaLink="false">http://explodingpixels.wordpress.com/?p=33#comment-58</guid>
		<description>@Mark (comment 54): Your first link ( http://java.sun.com/products/jfc/tsc/articles/text/editor_kit/ ) was the article that originally got me thinking about re-implementing jEdit. I tried emailing Tim Prinzing (the article&#039;s author and master mind behind the Swing text API) in order to see if that approach was still the &quot;recommended&quot; for syntax highlighting - I&#039;ve yet to hear back from him.

I&#039;m excited by your second link ( http://www.antonioshome.net/kitchen/netbeans/nbms-standalone.php ) - the NetBeans Editor is very powerful, and I&#039;ve been looking for a way to use it in a stand-alone fashion.</description>
		<content:encoded><![CDATA[<p>@Mark (comment 54): Your first link ( <a href="http://java.sun.com/products/jfc/tsc/articles/text/editor_kit/" rel="nofollow">http://java.sun.com/products/jfc/tsc/articles/text/editor_kit/</a> ) was the article that originally got me thinking about re-implementing jEdit. I tried emailing Tim Prinzing (the article&#8217;s author and master mind behind the Swing text API) in order to see if that approach was still the &#8220;recommended&#8221; for syntax highlighting &#8211; I&#8217;ve yet to hear back from him.</p>
<p>I&#8217;m excited by your second link ( <a href="http://www.antonioshome.net/kitchen/netbeans/nbms-standalone.php" rel="nofollow">http://www.antonioshome.net/kitchen/netbeans/nbms-standalone.php</a> ) &#8211; the NetBeans Editor is very powerful, and I&#8217;ve been looking for a way to use it in a stand-alone fashion.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ken</title>
		<link>http://explodingpixels.wordpress.com/2008/05/17/simple-syntax-highlighting/#comment-57</link>
		<dc:creator>Ken</dc:creator>
		<pubDate>Tue, 20 May 2008 12:16:35 +0000</pubDate>
		<guid isPermaLink="false">http://explodingpixels.wordpress.com/?p=33#comment-57</guid>
		<description>Your right...it is easy to use the jEdit Syntax Package (what the jEdit Text Editor is based on) as an independent component. 

What I&#039;m referring to, though, is the actual architecture of the jEdit Syntax Package - it doesn&#039;t map to the Swing text architecture very well. The Swing text API is based on EditorKits being installed on JEditorPanes. I&#039;d like to port the guts of the jEdit Syntax Package into the Swing text model.

I&#039;ll check out SDoc...thanks for the link.</description>
		<content:encoded><![CDATA[<p>Your right&#8230;it is easy to use the jEdit Syntax Package (what the jEdit Text Editor is based on) as an independent component. </p>
<p>What I&#8217;m referring to, though, is the actual architecture of the jEdit Syntax Package &#8211; it doesn&#8217;t map to the Swing text architecture very well. The Swing text API is based on EditorKits being installed on JEditorPanes. I&#8217;d like to port the guts of the jEdit Syntax Package into the Swing text model.</p>
<p>I&#8217;ll check out SDoc&#8230;thanks for the link.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ayman</title>
		<link>http://explodingpixels.wordpress.com/2008/05/17/simple-syntax-highlighting/#comment-56</link>
		<dc:creator>Ayman</dc:creator>
		<pubDate>Tue, 20 May 2008 05:12:37 +0000</pubDate>
		<guid isPermaLink="false">http://explodingpixels.wordpress.com/?p=33#comment-56</guid>
		<description>I&#039;d love to see and help with that.  I have a Pet project that uses syntax highlighting and did not want to invent the wheel, but did.  I have more of a square wheel though, with JEditorPane and very simple regex pattern matching for highlighting matches. I needed simple highlighting for various languages.  Scripting as well as internal.
Please let me know if you open a project or if you wanna look at my simplistic implementation.</description>
		<content:encoded><![CDATA[<p>I&#8217;d love to see and help with that.  I have a Pet project that uses syntax highlighting and did not want to invent the wheel, but did.  I have more of a square wheel though, with JEditorPane and very simple regex pattern matching for highlighting matches. I needed simple highlighting for various languages.  Scripting as well as internal.<br />
Please let me know if you open a project or if you wanna look at my simplistic implementation.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Yves Zoundi</title>
		<link>http://explodingpixels.wordpress.com/2008/05/17/simple-syntax-highlighting/#comment-55</link>
		<dc:creator>Yves Zoundi</dc:creator>
		<pubDate>Tue, 20 May 2008 00:58:12 +0000</pubDate>
		<guid isPermaLink="false">http://explodingpixels.wordpress.com/?p=33#comment-55</guid>
		<description>It&#039;s actually quite easy to use JEdit syntax highlighting code outside JEdit. I&#039;ve done it with the 1.0.0RCXXXX of XPontus XML Editor(http://xpontus.sf.net). I&#039;m now using Javacc. I could have used Antlr, JFlex or another lexer too. I used a JEditorPane instead of the component JEdit&#039;s uses. 

A friend of mine have a simple syntax highlighting project called sdoc(http://sdoc.sf.net). It might be worth your time looking at it. It uses JFlex to parse the text.

Yves Zoundi
Blog: http://yveszoundi.blogspot.com
XPontus XML Editor : http://xpontus.sf.net
VFSJFileChooser : http://vfsjfilechooser.sf.net</description>
		<content:encoded><![CDATA[<p>It&#8217;s actually quite easy to use JEdit syntax highlighting code outside JEdit. I&#8217;ve done it with the 1.0.0RCXXXX of XPontus XML Editor(http://xpontus.sf.net). I&#8217;m now using Javacc. I could have used Antlr, JFlex or another lexer too. I used a JEditorPane instead of the component JEdit&#8217;s uses. </p>
<p>A friend of mine have a simple syntax highlighting project called sdoc(http://sdoc.sf.net). It might be worth your time looking at it. It uses JFlex to parse the text.</p>
<p>Yves Zoundi<br />
Blog: <a href="http://yveszoundi.blogspot.com" rel="nofollow">http://yveszoundi.blogspot.com</a><br />
XPontus XML Editor : <a href="http://xpontus.sf.net" rel="nofollow">http://xpontus.sf.net</a><br />
VFSJFileChooser : <a href="http://vfsjfilechooser.sf.net" rel="nofollow">http://vfsjfilechooser.sf.net</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mark</title>
		<link>http://explodingpixels.wordpress.com/2008/05/17/simple-syntax-highlighting/#comment-54</link>
		<dc:creator>mark</dc:creator>
		<pubDate>Tue, 20 May 2008 00:26:52 +0000</pubDate>
		<guid isPermaLink="false">http://explodingpixels.wordpress.com/?p=33#comment-54</guid>
		<description>The JEdit text area is one of the solutions I found and my least favorite.  You can use a swing text area and create an editor kit:

http://java.sun.com/products/jfc/tsc/articles/text/editor_kit/

My favorite solution is using the editor from the Netbeans package:

http://www.antonioshome.net/kitchen/netbeans/nbms-standalone.php</description>
		<content:encoded><![CDATA[<p>The JEdit text area is one of the solutions I found and my least favorite.  You can use a swing text area and create an editor kit:</p>
<p><a href="http://java.sun.com/products/jfc/tsc/articles/text/editor_kit/" rel="nofollow">http://java.sun.com/products/jfc/tsc/articles/text/editor_kit/</a></p>
<p>My favorite solution is using the editor from the Netbeans package:</p>
<p><a href="http://www.antonioshome.net/kitchen/netbeans/nbms-standalone.php" rel="nofollow">http://www.antonioshome.net/kitchen/netbeans/nbms-standalone.php</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ken</title>
		<link>http://explodingpixels.wordpress.com/2008/05/17/simple-syntax-highlighting/#comment-51</link>
		<dc:creator>Ken</dc:creator>
		<pubDate>Mon, 19 May 2008 18:52:55 +0000</pubDate>
		<guid isPermaLink="false">http://explodingpixels.wordpress.com/?p=33#comment-51</guid>
		<description>Sure...maybe I should setup a java.net project? If anyone wants to set that up, feel free.</description>
		<content:encoded><![CDATA[<p>Sure&#8230;maybe I should setup a java.net project? If anyone wants to set that up, feel free.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ken</title>
		<link>http://explodingpixels.wordpress.com/2008/05/17/simple-syntax-highlighting/#comment-52</link>
		<dc:creator>Ken</dc:creator>
		<pubDate>Mon, 19 May 2008 18:51:06 +0000</pubDate>
		<guid isPermaLink="false">http://explodingpixels.wordpress.com/?p=33#comment-52</guid>
		<description>Sure...maybe I should setup a java.net? If anyone wants to set that up, feel free.</description>
		<content:encoded><![CDATA[<p>Sure&#8230;maybe I should setup a java.net? If anyone wants to set that up, feel free.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andres Almiray</title>
		<link>http://explodingpixels.wordpress.com/2008/05/17/simple-syntax-highlighting/#comment-49</link>
		<dc:creator>Andres Almiray</dc:creator>
		<pubDate>Mon, 19 May 2008 18:17:54 +0000</pubDate>
		<guid isPermaLink="false">http://explodingpixels.wordpress.com/?p=33#comment-49</guid>
		<description>+1 love to see that become a reality, need help?</description>
		<content:encoded><![CDATA[<p>+1 love to see that become a reality, need help?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
