As usual while waiting for the next release - don't forget to check the nightly builds in the forum.
Yes this project file is linux only...
HI,Thank you for your fast answer, it's getting really complicated, it's really annoyingIs there any way to integrate Git in codeblock?
--- src/src/main.cpp (revision 13260)+++ src/src/main.cpp (working copy)@@ -1478,7 +1478,7 @@ void MainFrame::AddToolbarItem(int id, const wxString& title, const wxString& shortHelp, const wxString& longHelp, const wxString& image) {- m_pToolbar->AddTool(id, title, cbLoadBitmap(image, wxBITMAP_TYPE_PNG));+ m_pToolbar->AddTool(id, title, wxBitmapBundle(cbLoadBitmap(image, wxBITMAP_TYPE_PNG))); m_pToolbar->SetToolShortHelp(id, shortHelp); m_pToolbar->SetToolLongHelp(id, longHelp); }
int GitBlocks::Configure(){ return 0;}
GitBlocks::Configure() should return 0 to avoid a compilation warning