Hehe, actually there'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'm still waiting for a better patch for D support in C::B, or I'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"><a@a.a></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;">
"Mafi" <<a href="mailto:mafi@example.org">mafi@example.org</a>> wrote in message<br>
news:i3j9el$5m7$1@digitalmars.com...<br>
<div><div></div><div class="h5">> Am 07.08.2010 06:39, schrieb Nick Sabalausky:<br>
> (...)<br>
>><br>
>> I use Programmer's Notepad 2 which does parenthesis-matching<br>
>> out-of-the-box.<br>
>><br>
>><br>
> Hey, you are the first person I heard of that also uses PN2 :) . It isn't<br>
> a full-featured IDE but it's a great editor for programming, isn'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&q=reporter%3Ansetbtgnws" target="_blank">http://code.google.com/p/pnotepad/issues/list?can=1&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've been very happy with it, much more than any other<br>
editor I've tried. Doesn't have the sluggishness and bloat of <a href="http://VS.NET" target="_blank">VS.NET</a> and<br>
Eclipse (doesn't have all the bells and whistles of Eclipse, but I can live<br>
without bells and whistles, especially if I'm not using Java). Doesn't have<br>
the strange "10% CPU usage while idle" or long start-up time or<br>
non-MRU-based ctrl-tab system that C::B has, or C::B's insistence on always<br>
trying to open HTML in a WYSIWYG instead of text-mode. Doesn't do the weird<br>
"EOL isn't treated as EOL" behavior some other editors do. Doesn't require<br>
tons of configuration. Highlights D out-of-the-box (and *not* by pretending<br>
it'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 <-> spaces,<br>
doesn't try to use any weird skins, doesn't waste UI space, doesn't have<br>
"invisible-text-syndrome", etc.<br>
<br>
<br>
</blockquote></div><br>