When registered with our forums, feel free to send a "here I am" post here to differ human beings from SPAM bots.
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