-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA256
Hello Neels,
As for me a maximum of 120 chars per line is perfect, more however would be problematic on my work laptop which has a 1366x768 resolution.
On a side note I've discovered Qt Creator is able to handle autotools projects, for instance this makes it very convenient to follow function calls (even across projects), or to discover who calls a particular function. It also provides a number of interesting features such as clang static analysis.
By default however the relevant plugin is disabled, and must be enabled in Help->About plugins. Then for each project the top-level Makefile.am can be opened; I also recommend to restore the session on startup (File->Sessing Manager), and setting up a shortcut to define the current project (Tools->Options->Keyboard->SetStartup).
- -cd