Is anbody maintaining the cbDiff plugin?Not to my knowledge. In fact I rarely used it... is it still working OK?
Yes the version from https://github.com/ywx/cbDiff/trunk (https://github.com/ywx/cbDiff/trunk) is still working.Is anbody maintaining the cbDiff plugin?Not to my knowledge. In fact I rarely used it... is it still working OK?
delete wxMessageOutput::Set(new cbMessageOutputNull); // no output
...btw: with respect to the patch:
This line:Codein app.cpp will cause a compilation error:delete wxMessageOutput::Set(new cbMessageOutputNull); // no output
app.cpp:1096:44: error: cannot allocate an object of abstract type '{anonymous}::cbMessageOutputNull'
app.cpp:297:7: note: since type '{anonymous}::cbMessageOutputNull' has pure virtual functions
This should be fixed before a possible commit.
Which wx version have you tested? 2.8 or 3.0?Ooops - I forgot to tell: wx30, 64 bit.
...Please test with the attached patch.
This should be fixed before a possible commit.
wxWidgets bug which brings old arguments on new Parse() runs is already corrected, see here: http://trac.wxwidgets.org/changeset/77502 (http://trac.wxwidgets.org/changeset/77502)BTW. I think this same bug is causing http://sourceforge.net/p/codeblocks/tickets/133/