The new Release 20.03 is out! You can download binaries for Windows and many major Linux distros here .
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;}