<?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: Textarea mit Code Highlighting	</title>
	<atom:link href="https://nerdpress.org/2010/01/18/textarea-mit-code-highlighting/feed/" rel="self" type="application/rss+xml" />
	<link>https://nerdpress.org/2010/01/18/textarea-mit-code-highlighting/</link>
	<description>...dev, tech problems and solutions.</description>
	<lastBuildDate>Thu, 10 Feb 2011 11:05:37 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9.4</generator>
	<item>
		<title>
		By: Joe		</title>
		<link>https://nerdpress.org/2010/01/18/textarea-mit-code-highlighting/#comment-90</link>

		<dc:creator><![CDATA[Joe]]></dc:creator>
		<pubDate>Thu, 10 Feb 2011 11:05:37 +0000</pubDate>
		<guid isPermaLink="false">https://nerdpress.org/?p=733#comment-90</guid>

					<description><![CDATA[CodeMirror ist auf jeden Fall genial. Am besten ist, dass er nicht &quot;nur&quot; ein preg_match highlighter ist sondern ein &quot;echter&quot; parser, somit syntax-fehler anzeigt.

V2 gibt&#039;s mitlerweile auch in einer brauchbaren beta (iFrame frei)
http://codemirror.net/2/
http://groups.google.com/group/codemirror/browse_thread/thread/5a8e894024a9f580


ACE kann man sich auch mal anschauen
http://ace.ajax.org/
der mozialla skywriter (bespin) ging dadrin auf.]]></description>
			<content:encoded><![CDATA[<p>CodeMirror ist auf jeden Fall genial. Am besten ist, dass er nicht &#8220;nur&#8221; ein preg_match highlighter ist sondern ein &#8220;echter&#8221; parser, somit syntax-fehler anzeigt.</p>
<p>V2 gibt&#8217;s mitlerweile auch in einer brauchbaren beta (iFrame frei)<br />
<a href="http://codemirror.net/2/" rel="nofollow ugc">http://codemirror.net/2/</a><br />
<a href="http://groups.google.com/group/codemirror/browse_thread/thread/5a8e894024a9f580" rel="nofollow ugc">http://groups.google.com/group/codemirror/browse_thread/thread/5a8e894024a9f580</a></p>
<p>ACE kann man sich auch mal anschauen<br />
<a href="http://ace.ajax.org/" rel="nofollow ugc">http://ace.ajax.org/</a><br />
der mozialla skywriter (bespin) ging dadrin auf.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Ivo Bathke		</title>
		<link>https://nerdpress.org/2010/01/18/textarea-mit-code-highlighting/#comment-89</link>

		<dc:creator><![CDATA[Ivo Bathke]]></dc:creator>
		<pubDate>Wed, 19 Jan 2011 10:31:35 +0000</pubDate>
		<guid isPermaLink="false">https://nerdpress.org/?p=733#comment-89</guid>

					<description><![CDATA[Ui!
Code Mirror wird jetzt auch von Google Code benutzt:
http://googlecode.blogspot.com/2011/01/make-quick-fixes-quicker-on-google.html]]></description>
			<content:encoded><![CDATA[<p>Ui!<br />
Code Mirror wird jetzt auch von Google Code benutzt:<br />
<a href="http://googlecode.blogspot.com/2011/01/make-quick-fixes-quicker-on-google.html" rel="nofollow ugc">http://googlecode.blogspot.com/2011/01/make-quick-fixes-quicker-on-google.html</a></p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Max Girkens		</title>
		<link>https://nerdpress.org/2010/01/18/textarea-mit-code-highlighting/#comment-88</link>

		<dc:creator><![CDATA[Max Girkens]]></dc:creator>
		<pubDate>Tue, 19 Jan 2010 13:59:07 +0000</pubDate>
		<guid isPermaLink="false">https://nerdpress.org/?p=733#comment-88</guid>

					<description><![CDATA[cool!

das sourcepad sieht aber echt auch nicht so schlecht aus.
zumal man die toolbar features wohl einzeln ein- und ausblenden kann:

[sourcecode lang=&quot;javascript&quot;]
sourcePAD.init({
        id: &quot;filecontent&quot;, // id of the textarea to transform
        start_highlight: true,
        allow_toggle: false,
        language: &quot;en&quot;,
        syntax: &quot;php&quot;,
        toolbar: &quot;search, go_to_line, fullscreen, &#124;, select_font, &#124;, syntax_selection, &#124;, highlight, &#124;, help&quot;,
        syntax_selection_allow: &quot;css,html,js,php&quot;
    });
[/sourcecode]

... ich find auch cool dass das search&#039;n&#039;replace hat :D]]></description>
			<content:encoded><![CDATA[<p>cool!</p>
<p>das sourcepad sieht aber echt auch nicht so schlecht aus.<br />
zumal man die toolbar features wohl einzeln ein- und ausblenden kann:</p>
<pre class="brush: jscript; title: ; notranslate">
sourcePAD.init({
        id: "filecontent", // id of the textarea to transform
        start_highlight: true,
        allow_toggle: false,
        language: "en",
        syntax: "php",
        toolbar: "search, go_to_line, fullscreen, |, select_font, |, syntax_selection, |, highlight, |, help",
        syntax_selection_allow: "css,html,js,php"
    });
</pre>
<p>&#8230; ich find auch cool dass das search&#8217;n&#8217;replace hat :D</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
