Patch #2784 2009-07-06 11:46

ollydbg

see long messages in compiler log
Download
2784-see_long_messa.patch (958 bytes)
Category
Plugin::Refinement
Status
Out of date
Close date
2013-10-02 17:18
Assigned to
tpetrov
Index: compilergcc.cpp
===================================================================
--- compilergcc.cpp    (revision 5679)
+++ compilergcc.cpp    (working copy)
@@ -3715,6 +3715,7 @@
             #else
             LogWarningOrError(cltNormal, 0, wxEmptyString, wxEmptyString, wxString::Format(_("=== Build finished: %s ==="), msg.c_str()));
             #endif
+            m_pListLog->GetListControl()->SetColumnWidth(2, wxLIST_AUTOSIZE);
             SaveBuildLog();
         }
         else
Index: compilermessages.h
===================================================================
--- compilermessages.h    (revision 5679)
+++ compilermessages.h    (working copy)
@@ -21,6 +21,7 @@
         virtual void FocusError(int nr);
 
         virtual wxWindow* CreateControl(wxWindow* parent);
+        wxListCtrl* GetListControl(){ return control ; }
     private:
         void OnClick(wxCommandEvent& event);
         void OnDoubleClick(wxCommandEvent& event);
tpetrov 2013-10-02 17:18

I don't think this patch is needed anymore.