Hehe, actually there&#39;s a way to disable the CTRL+Tab behavior in C::B and let Scintilla handle it the default way. Which is what I did, but then I uncovered a bug where C::B would crash if I were using CTRL+Tab while the text editor was not active. I&#39;m still waiting for a better patch for D support in C::B, or I&#39;ll have to get off my lazy bum and configure everything manually. <br>
<br><div class="gmail_quote">On Sun, Aug 8, 2010 at 5:36 AM, Nick Sabalausky <span dir="ltr">&lt;a@a.a&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">
&quot;Mafi&quot; &lt;<a href="mailto:mafi@example.org">mafi@example.org</a>&gt; wrote in message<br>
news:i3j9el$5m7$1@digitalmars.com...<br>
<div><div></div><div class="h5">&gt; Am 07.08.2010 06:39, schrieb Nick Sabalausky:<br>
&gt; (...)<br>
&gt;&gt;<br>
&gt;&gt; I use Programmer&#39;s Notepad 2 which does parenthesis-matching<br>
&gt;&gt; out-of-the-box.<br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt; Hey, you are the first person I heard of that also uses PN2 :) . It isn&#39;t<br>
&gt; a full-featured IDE but it&#39;s a great editor for programming, isn&#39;t it.<br>
<br>
</div></div>There are a number of things I would definitely like to see added/improved:<br>
<a href="http://code.google.com/p/pnotepad/issues/list?can=1&amp;q=reporter%3Ansetbtgnws" target="_blank">http://code.google.com/p/pnotepad/issues/list?can=1&amp;q=reporter%3Ansetbtgnws</a><br>
<br>
But those are generally fairly minor things, and a number of them I think<br>
are really more scintilla than PN2 (PN2 uses the scintilla text-edit<br>
control).<br>
<br>
So yea, overall I&#39;ve been very happy with it, much more than any other<br>
editor I&#39;ve tried. Doesn&#39;t have the sluggishness and bloat of <a href="http://VS.NET" target="_blank">VS.NET</a> and<br>
Eclipse (doesn&#39;t have all the bells and whistles of Eclipse, but I can live<br>
without bells and whistles, especially if I&#39;m not using Java). Doesn&#39;t have<br>
the strange &quot;10% CPU usage while idle&quot; or long start-up time or<br>
non-MRU-based ctrl-tab system that C::B has, or C::B&#39;s insistence on always<br>
trying to open HTML in a WYSIWYG instead of text-mode. Doesn&#39;t do the weird<br>
&quot;EOL isn&#39;t treated as EOL&quot; behavior some other editors do. Doesn&#39;t require<br>
tons of configuration. Highlights D out-of-the-box (and *not* by pretending<br>
it&#39;s C/C++). And it does all the basics I need, like basic project support,<br>
external command-line tools, customizable cmd-line-tool output parsing for<br>
jump-to-file/line/position, keyboard commands for comment/indent/unindent,<br>
find in files, show/hide whitespace and/or EOL markers, tabs &lt;-&gt; spaces,<br>
doesn&#39;t try to use any weird skins, doesn&#39;t waste UI space, doesn&#39;t have<br>
&quot;invisible-text-syndrome&quot;, etc.<br>
<br>
<br>
</blockquote></div><br>