feat: enable GtkSourceView line numbers and line marks

Merge branch 'feat/editor-gutter' of https://gitea.treehouse.systems/fortressia/echidna

See: #22
feat/editor-gutter^2
Nefo Fortressia 2021-12-27 20:50:25 +07:00
commit fa128ca284
Signed by: fortressia
GPG Key ID: 6D7972CC76174995
1 changed files with 2 additions and 1 deletions

View File

@ -15,10 +15,11 @@
<object class="GtkSourceView" id="sourceview">
<property name="vexpand">1</property>
<property name="hexpand">1</property>
<property name="show-line-numbers">1</property>
<property name="show-line-marks">1</property>
<property name="buffer">
<object class="GtkSourceBuffer"></object>
</property>
</object>
</child>
</object>