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
8 lines
69 B
C++
8 lines
69 B
C++
#include "Module.h"
|
|
|
|
using namespace Leon;
|
|
|
|
Module::Module()
|
|
{
|
|
|
|
}
|