whisperity
whisperity
Existing Eclipse features – such as the internal sytax checker and debugger – use the feature of Eclipse to put annotations (see `Preferences > General > Editors > Text editors...
Currently checker names redundantly "carry" the namespace when someone is navigating the tree. E.g. in the `core` folder you have `core.DivisionByZero`. The `core.` from the latter one should be removed,...
Preliminary question: What does the `#123` supposed to mean in front of a file in the `ReportListView`? I don't think I really need some numbers which are just seemingly a...
Sometimes it would be great to not have a CodeChecker run after a build has happened, eg. when fixing a bug, one would wish to just test if their code...
`latexmk` together with `make` can trivialise and simplify rebuilding the ongoing thesis work to just simply calling `make`.
Currently, all of the serialisation logic for the control message primitives are all built on top of hand-crafted code: https://github.com/whisperity/monomux/blob/6707ba07fb82de2acbfb25548a13e4d1a4008f5c/src/control/Message.cpp#L224-L340 While arguably this is the **only** part of the project...
> Depends on #11 > Depends on #12 I need a shell integration that lets attaching monomux clients tell the session (and the shell within it) to change `TERM` to...
A lot of currently pending issues (#2, #5, #12, #14) will require changes to the communication protocol which would be backwards-incompatible. This would be the perfect moment to introduce, into...
We should support adding environment variables at session start-up and attach time to a list of obligatory injected variables that are stored **for the session**. (A good starting candidate for...
> Trivially implements #12 in practice. > Note: Idea taken from [*byobu*](http://www.byobu.org/). A common problem occurs over elongated uses of Monomux where the user forwards the SSH Agent and starts...