Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | NOISSUE set line limit and overflow behaviour even for hidden console | Petr Mrázek | 2017-02-08 | -0/+5 |
| | ||||
* | GH-1802 fix log resize handling | Petr Mrázek | 2017-02-08 | -1/+1 |
| | | | | | The log could end up with many empty lines because the wrong maximum size was used during the resize. | |||
* | GH-1675 reimplement suspesion of log watch | Petr Mrázek | 2016-10-11 | -0/+9 |
| | ||||
* | NOISSUE use model/view for Minecraft log data | Petr Mrázek | 2016-08-19 | -0/+135 |
| | ||||
* | Revert "NOISSUE rework of minecraft log" | Petr Mrázek | 2016-08-10 | -135/+0 |
| | | | | This reverts commit fc198dd3085a2cd33fbaa7a3d2c95c2c8d3ee31a. | |||
* | NOISSUE rework of minecraft log | Petr Mrázek | 2016-08-10 | -0/+135 |
Now uses a model and a list view instead of text This lets mmc keep track of the contents regardless of whether the instance windows are open This is currently missing a way to select and copy text from the log. |