- Block (un)indent (works for tabs and or spaces) - Block indent inserts spaces when m_useTabs == false - Tabsize based on number of chars (instead of pixels) default size is now 4 chars - Change fontsize with Ctrl + [-|+|=] (= is same key as +)
Close #3
Currently gutter only shows linenumbers. Code is mostly from http://doc.qt.io/qt-5/qtwidgets-widgets-codeeditor-example.html There is a little bit included in this commit from a first try to make toobars adept to the current tab. Code #2