When registered with our forums, feel free to send a "here I am" post here to differ human beings from SPAM bots.
You report a number of crashes which no other users / devs can confirm which is really weird.
Because you computer is fast, but my computer is slow.When i close CB's 'close btn', CB can not shut. so i close CB's 'Close Button' again, then, CB crash!
Quote from: Loaden on June 28, 2008, 03:19:28 pmWhen i close CB, but the PC so slow, so i click 'close button' again, and CB crash!if click CB's close btn two times, CB will crash.You report a number of crashes which no other users / devs can confirm which is really weird.
When i close CB, but the PC so slow, so i click 'close button' again, and CB crash!if click CB's close btn two times, CB will crash.
Index: src/src/main.cpp===================================================================--- src/src/main.cpp (revision 5106)+++ src/src/main.cpp (working copy)@@ -2577,6 +2577,9 @@ void MainFrame::OnApplicationClose(wxCloseEvent& event) {+ if (m_InitiatedShutdown)+ return;+ CodeBlocksEvent evt(cbEVT_APP_START_SHUTDOWN); Manager::Get()->ProcessEvent(evt); Manager::Yield();
Charset question.
Quote from: Loaden on July 04, 2008, 11:02:05 amCharset question.Maybe with "autochanged" you mean that when you open your file its encoding is wrongly detected.In that case you can force an encoding, when opening the files, in the Settings-->Editor-->General Settings-->Default encoding when opening files.Regards, XayC
As there was no reaction about the patch I posted here as fix for the reported crash I have put it into the tracker on berlios:
I don't know if this post belongs to this topic or it should go to plugins section, so excuse me if I'm wrong...I've found the cause of bug 13447 about wxSmith on 64-bit Linux (http://developer.berlios.de/bugs/?func=detailbug&bug_id=13447&group_id=5358 ) and described how to fix it (redeclare numeric properties of supported components as 'long's). Would some of C::B developers include the full fix in future nightbuild please?..
I will upload patched svn-binaries for debian to my repo this evening.