Reporting in.
First, doing
sudo dpkg -i codeblocks_1.0r2075-1_amd64.deb installs C::B without a hickup.
Bugs when using it (discovered in a few minutes):First of all, just because I know cbKeyBinder can be buggy I disable it.
* Menu
File->Save as is enabled, and only the Start page is open.
* Menu
File->Close Project is enabled even trough there isn't any project open.
* The same goes for
Save Workspace,
Save Workspace as, and
Close Workspace.
* Menu
View->Manager hides the manager. But it never gets back.
(but others like View->Messages does work).
* Menu
View->Open files list hides the Open files list. But it never gets back.
* Menu
View->FullScreen does absolutely nothing.
* The svn revision string is "0".
* Some ocasionally segfaults when moving panels. Some segfaults when moving things around (dragging text, dragging toolbars, dragging panels, dragging anything).
Editor:* Settings->Editor->General settings->EOL->CRLF where the default should be LF on linux.
* Doing Edit->Select all, and later clicking on the text, sometimes keeps the mouse hanged in a Drag&Drop state, making everything unusueable. It's probably a Scintilla bug on linux.
* The mouse becomes a pointer (sometimes?), where it should be an editor caret always.
CodeCompletion:* After loading a project,
Settings->Editor hangs C::B. It does not happen with CodeCompletion disabled.
* After loading a project, there's an (sometimes unusual) amount of time while C::B seems hanged. But most of times it hangs.
* Typing for example "std::" hangs C::B. On Windows this happens (sometimes) but after a while it comes back to life.
* After closing C::B, it remains in memory but without any open window.
I can post more, but overall CodeCompletion is not really stable/useable here.
wxSmith:*Just closing a tab:
codeblocks: ./wxsresource.cpp:43: void wxsResource::EditorSaysHeIsClosing(): Assertion `Editor != __null' failed.
Aborted
I'm not going to post more about wxSmith because it's really unstable on linux, so better wait for the recode.
Should I post each of this to the bug tracker?