<?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"
	>
<channel>
	<title>Comments on: Multi-Line Strings and Text Editors</title>
	<atom:link href="http://www.sitepoint.com/blogs/2005/03/30/multi-line-strings-and-text-editors/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.sitepoint.com/blogs/2005/03/30/multi-line-strings-and-text-editors/</link>
	<description></description>
	<pubDate>Mon, 08 Sep 2008 11:27:33 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5</generator>
		<item>
		<title>By: Kevin Yank</title>
		<link>http://www.sitepoint.com/blogs/2005/03/30/multi-line-strings-and-text-editors/#comment-2021</link>
		<dc:creator>Kevin Yank</dc:creator>
		<pubDate>Wed, 31 Dec 1969 19:00:00 +0000</pubDate>
		<guid isPermaLink="false">#comment-2021</guid>
		<description>&lt;p&gt;JEdit actually does support multiline strings. Its heredoc support is slightly flaky (it identifies the end delimiter of a heredoc even when it doesn't occur after a line break), but it's the best implementation I've found in a free editor.&lt;/p&gt;

</description>
		<content:encoded><![CDATA[<p>JEdit actually does support multiline strings. Its heredoc support is slightly flaky (it identifies the end delimiter of a heredoc even when it doesn&#8217;t occur after a line break), but it&#8217;s the best implementation I&#8217;ve found in a free editor.</p>]]></content:encoded>
	</item>
	<item>
		<title>By: charmedlover</title>
		<link>http://www.sitepoint.com/blogs/2005/03/30/multi-line-strings-and-text-editors/#comment-2022</link>
		<dc:creator>charmedlover</dc:creator>
		<pubDate>Wed, 31 Dec 1969 19:00:00 +0000</pubDate>
		<guid isPermaLink="false">#comment-2022</guid>
		<description>&lt;p&gt;I use SciTE, which is just a syntax highlighter for about 20 languages, but it does multiline strings fine in my experiences.  It is free too :)&lt;/p&gt;

</description>
		<content:encoded><![CDATA[<p>I use SciTE, which is just a syntax highlighter for about 20 languages, but it does multiline strings fine in my experiences.  It is free too :)</p>]]></content:encoded>
	</item>
	<item>
		<title>By: mmj</title>
		<link>http://www.sitepoint.com/blogs/2005/03/30/multi-line-strings-and-text-editors/#comment-2023</link>
		<dc:creator>mmj</dc:creator>
		<pubDate>Wed, 31 Dec 1969 19:00:00 +0000</pubDate>
		<guid isPermaLink="false">#comment-2023</guid>
		<description>&lt;p&gt;Thanks for the link charmedlover.  SciTE looks very nice - similar to Notepad++ in its features.  Like Notepad++ however, I couldn't find a file browser sidebar.  Maybe I should adapt to not using one!  Or am I missing something?&lt;/p&gt;

</description>
		<content:encoded><![CDATA[<p>Thanks for the link charmedlover.  SciTE looks very nice - similar to Notepad++ in its features.  Like Notepad++ however, I couldn&#8217;t find a file browser sidebar.  Maybe I should adapt to not using one!  Or am I missing something?</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Ned Collyer</title>
		<link>http://www.sitepoint.com/blogs/2005/03/30/multi-line-strings-and-text-editors/#comment-2024</link>
		<dc:creator>Ned Collyer</dc:creator>
		<pubDate>Wed, 31 Dec 1969 19:00:00 +0000</pubDate>
		<guid isPermaLink="false">#comment-2024</guid>
		<description>&lt;p&gt;UltraEdit does it.&lt;/p&gt;

&lt;p&gt;I've had 11.00a for around 1 month.&lt;/p&gt;

&lt;p&gt;I have yet to find a text/code editor better than ultraedit.&lt;/p&gt;

&lt;p&gt;InteliJ or Visual Studio for teh win :) if you are talking DEs&lt;/p&gt;

</description>
		<content:encoded><![CDATA[<p>UltraEdit does it.</p>
<p>I&#8217;ve had 11.00a for around 1 month.</p>
<p>I have yet to find a text/code editor better than ultraedit.</p>
<p>InteliJ or Visual Studio for teh win :) if you are talking DEs</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Matthew</title>
		<link>http://www.sitepoint.com/blogs/2005/03/30/multi-line-strings-and-text-editors/#comment-2025</link>
		<dc:creator>Matthew</dc:creator>
		<pubDate>Wed, 31 Dec 1969 19:00:00 +0000</pubDate>
		<guid isPermaLink="false">#comment-2025</guid>
		<description>&lt;p&gt;Vim (http://www.vim.org) handles both heredoc and multi-line strings without issue, and very responsively. It has both CLI and GUI versions available, and is available on just about any platform you could care to try (I've personally used it in Linux, Windows, Mac OS X, and some Unix terminals). It may take a while to accustom yourself to how it works, particularly if you normally use a mouse, but once you train yourself, it's an incredibly responsive and flexible editor.&lt;/p&gt;

</description>
		<content:encoded><![CDATA[<p>Vim (http://www.vim.org) handles both heredoc and multi-line strings without issue, and very responsively. It has both CLI and GUI versions available, and is available on just about any platform you could care to try (I&#8217;ve personally used it in Linux, Windows, Mac OS X, and some Unix terminals). It may take a while to accustom yourself to how it works, particularly if you normally use a mouse, but once you train yourself, it&#8217;s an incredibly responsive and flexible editor.</p>]]></content:encoded>
	</item>
	<item>
		<title>By: charmedlover</title>
		<link>http://www.sitepoint.com/blogs/2005/03/30/multi-line-strings-and-text-editors/#comment-2026</link>
		<dc:creator>charmedlover</dc:creator>
		<pubDate>Wed, 31 Dec 1969 19:00:00 +0000</pubDate>
		<guid isPermaLink="false">#comment-2026</guid>
		<description>&lt;p&gt;If anyone is looking for a direct link (I apologize for not posting it) you can find it here: http://www.scintilla.org/SciTE.html.  It isn't a large program, but it gets the job done for any project.  Perfect for a small application that does one step up from NotePad.&lt;/p&gt;

</description>
		<content:encoded><![CDATA[<p>If anyone is looking for a direct link (I apologize for not posting it) you can find it here: <a href="http://www.scintilla.org/SciTE.html" rel="nofollow">http://www.scintilla.org/SciTE.html</a>.  It isn&#8217;t a large program, but it gets the job done for any project.  Perfect for a small application that does one step up from NotePad.</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Garret</title>
		<link>http://www.sitepoint.com/blogs/2005/03/30/multi-line-strings-and-text-editors/#comment-2027</link>
		<dc:creator>Garret</dc:creator>
		<pubDate>Wed, 31 Dec 1969 19:00:00 +0000</pubDate>
		<guid isPermaLink="false">#comment-2027</guid>
		<description>&lt;p&gt;EmEditor (www.emeditor.com) is also a very nice editor that supports regex highlighting that you can set up. It could be made to work with heredoc syntax most likely.&lt;/p&gt;

</description>
		<content:encoded><![CDATA[<p>EmEditor (www.emeditor.com) is also a very nice editor that supports regex highlighting that you can set up. It could be made to work with heredoc syntax most likely.</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Anonymous</title>
		<link>http://www.sitepoint.com/blogs/2005/03/30/multi-line-strings-and-text-editors/#comment-2028</link>
		<dc:creator>Anonymous</dc:creator>
		<pubDate>Wed, 31 Dec 1969 19:00:00 +0000</pubDate>
		<guid isPermaLink="false">#comment-2028</guid>
		<description>&lt;p&gt;Ye Olde Emacs also supports the simple quoted multi-line string syntax. Theoretically, modes could support heredoc, but don't. The built-in lexer has no concept of delimiters longer than three two characters.&lt;/p&gt;

</description>
		<content:encoded><![CDATA[<p>Ye Olde Emacs also supports the simple quoted multi-line string syntax. Theoretically, modes could support heredoc, but don&#8217;t. The built-in lexer has no concept of delimiters longer than three two characters.</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Jimmy Cerra</title>
		<link>http://www.sitepoint.com/blogs/2005/03/30/multi-line-strings-and-text-editors/#comment-2029</link>
		<dc:creator>Jimmy Cerra</dc:creator>
		<pubDate>Wed, 31 Dec 1969 19:00:00 +0000</pubDate>
		<guid isPermaLink="false">#comment-2029</guid>
		<description>&lt;p&gt;How long did it take for jEdit to load for you?  I use it and there are various tricks you can do to get it loading much quicker, such as:&lt;/p&gt;

&lt;p&gt;* Delete unnecessary plugins, macros (even the built-in ones), and syntax formats.&lt;/p&gt;

&lt;p&gt;* Disable the splash screen and other unnecessary features.&lt;/p&gt;

&lt;p&gt;* Preload jEdit in the background via a command line switch and startup shortcut.&lt;/p&gt;

&lt;p&gt;Also load it once, and the next time it seems to load much quicker.&lt;/p&gt;

</description>
		<content:encoded><![CDATA[<p>How long did it take for jEdit to load for you?  I use it and there are various tricks you can do to get it loading much quicker, such as:</p>
<p>* Delete unnecessary plugins, macros (even the built-in ones), and syntax formats.</p>
<p>* Disable the splash screen and other unnecessary features.</p>
<p>* Preload jEdit in the background via a command line switch and startup shortcut.</p>
<p>Also load it once, and the next time it seems to load much quicker.</p>]]></content:encoded>
	</item>
	<item>
		<title>By: omerida</title>
		<link>http://www.sitepoint.com/blogs/2005/03/30/multi-line-strings-and-text-editors/#comment-2030</link>
		<dc:creator>omerida</dc:creator>
		<pubDate>Wed, 31 Dec 1969 19:00:00 +0000</pubDate>
		<guid isPermaLink="false">#comment-2030</guid>
		<description>&lt;p&gt;I've found Jedit to be pretty responsive and useful.  The phpdebugger plugin will even highlight php errors, warnings as you edit.&lt;/p&gt;

</description>
		<content:encoded><![CDATA[<p>I&#8217;ve found Jedit to be pretty responsive and useful.  The phpdebugger plugin will even highlight php errors, warnings as you edit.</p>]]></content:encoded>
	</item>
</channel>
</rss>
