Some bugs i noticed with CB in tabs mode.
a) Upon start, I get an error of entry points not found. On quitting, I get errors about plugins not loaded (incidentally, it's the contrib plugins that i deleted before). Oh wait, somehow the plugins get re-copied there - nevermind :roll:
b) If I click on one of the "links" on the intro page, CB shuts down. (I've experienced this before, so it must be a crash). (This usually happens after closing a project and then clicking on one of the links - oh btw, having a "hand" cursor would help for the look'n'feel ;-) )
Here's a sample backtrace from GDB.
Program received signal SIGSEGV, Segmentation fault.
0x016fe7ee in ?? ()
(gdb) bt
#0 0x016fe7ee in ?? ()
#1 0x016fde56 in ?? ()
#2 0x016b8cad in ?? ()
#3 0x016b6b61 in ?? ()
#4 0x016fcae4 in ?? ()
#5 0x00414ef6 in MainFrame::HandleStartHereLink(wxString const&) (
this=0xd39740, link=@0x22f828) at src/main.cpp:1006
#6 0x0041e31c in StartHerePage::LinkClicked(wxHtmlLinkInfo const&) (
this=0x1645468, link=@0x22f8f8) at src/startherepage.cpp:75
#7 0x00428cb8 in MyHtmlWin::OnLinkClicked(wxHtmlLinkInfo const&) (
this=0x1d35008, link=@0x22f8f8) at src/startherepage.cpp:31
#8 0x10172db0 in wxHtmlCell::OnMouseClick(wxWindow*, int, int, wxMouseEvent con
st&) ()
Maybe it's the plugins again?
c) Well if we're having problem with closing windows, i'll ask this anyway

Ctrl-shift-f4 for closing all "windows" and ctrl-f4 for closing single "window". I'm used to it from other editors
