Details
-
Bug
-
Resolution: Done
-
Not Evaluated
-
Qt Creator 2.0.1
-
None
-
d6591625c3cb3bcbd226ffdaa55e1a1c2851de66
Description
With 2.0.1 the output for the compile window has been limited to 10000 lines:
src/plugins/projectexplorer/compileoutputwindow.cpp::46
const int MAX_LINECOUNT = 10000;
I heard it has been adjusted to 50000 in the latest git master, but there is no reason in having this hardcoded. Please make it configurable with the option to turn this limit off completely.