I know some folks who use Sublime Text and love it. <br><br><div class="gmail_quote">On Mon, May 13, 2013 at 2:52 AM, Jacob Carlborg <span dir="ltr"><<a href="mailto:doob@me.com" target="_blank">doob@me.com</a>></span> wrote:<br>

<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div class="im">On 2013-05-12 21:31, Nick Sabalausky wrote:<br>
<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Looks interesting. Now that you mention it, I do seem to recall hearing<br>
about it back then. Personally, I've been a huge fan of Programmer's<br>
Notepad 2 <<a href="http://www.pnotepad.org/" target="_blank">http://www.pnotepad.org/</a>>. My #1 complaint about it though<br>
is that it's Windows-only. I want to switch to Linux for my primary<br>
system, but the lack of PN2 is one of the roadblocks (there are other<br>
roadblocks, though).<br>
</blockquote>
<br></div>
Take a look at Sublime Text. It's ridicules fast and cross platform. The only problem is that it's not free. You can download it for free and dismiss a dialog popping up once in a while.<br>
<br>
<a href="http://www.sublimetext.com/" target="_blank">http://www.sublimetext.com/</a><div class="im"><br>
<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
But these days I prefer RDMD-style approaches ("pass the one main<br>
source file to a cmdline tool and it figures out the rest") because<br>
they're trivially scriptable and don't cause a specific editor (or any<br>
editor at all) to become a build requirement. I find that especially<br>
important for OSS and cross-platform projects.<br>
</blockquote>
<br></div>
The problem here is when you need to use a couple of compiler switches. You need a file to put that in, usually a shell script. Unfortunately that doesn't work on Windows. So you need to duplicate that file for Windows.<span class="HOEnZb"><font color="#888888"><br>


<br>
-- <br>
/Jacob Carlborg<br>
</font></span></blockquote></div><br>