try gocloc

master
Melroy van den Berg 2021-03-06 21:58:39 +01:00
parent d92fcff5dd
commit c1d8890f3e
2 changed files with 8 additions and 2 deletions

View File

@ -19,6 +19,12 @@ doxygen:
paths:
- build/docs/html/
lines_of_code:
stage: build
image: hhatto/gocloc
script:
- /bin/gocloc .
build:
stage: build
script:

View File

@ -54,8 +54,8 @@ Draw::Draw(MainWindow &mainWindow)
set_monospace(true);
set_app_paintable(true);
set_pixels_above_lines(1);
set_pixels_below_lines(1);
// set_pixels_inside_wrap(1);
set_pixels_below_lines(2);
set_pixels_inside_wrap(2);
set_wrap_mode(Gtk::WrapMode::WRAP_WORD_CHAR);
// Set cursors