diff --git a/.gitignore b/.gitignore index f57469ffc8..fa96862c6c 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,5 @@ build src/config.vala +*flatpak* *~ diff --git a/data/io.elementary.code.appdata.xml.in b/data/io.elementary.code.appdata.xml.in index aeb2154c81..3103543e0b 100644 --- a/data/io.elementary.code.appdata.xml.in +++ b/data/io.elementary.code.appdata.xml.in @@ -26,6 +26,14 @@ + + +

Improvements:

+
    +
  • Show symbol list on the right of the document instead of as a tab in the sidebar
  • +
+
+

Improvements:

diff --git a/data/io.elementary.code.gschema.xml b/data/io.elementary.code.gschema.xml index 6ec10220c8..dd893ffa2e 100644 --- a/data/io.elementary.code.gschema.xml +++ b/data/io.elementary.code.gschema.xml @@ -121,7 +121,7 @@ Set the preferred font. - 'solarized-light' + 'elementary-light' Preferred Style Scheme Set the preferred style scheme. @@ -140,6 +140,11 @@ Whether search is cyclic Whether text searching should cycle back to the beginning of the document after reaching the end of the document. + + false + Whether to automatically remove trailing whitespace on saving + Whether trailing whitespace should be removed from a document whenever it is saved, including on autosave. + diff --git a/data/meson.build b/data/meson.build index c2ff0c2881..471d1eea6c 100644 --- a/data/meson.build +++ b/data/meson.build @@ -11,6 +11,11 @@ foreach i : icon_sizes ) endforeach +install_data([ + 'styles/elementary-dark.xml', + 'styles/elementary-light.xml', +], install_dir: join_paths(get_option('datadir'), 'gtksourceview-4', 'styles')) + install_data([ 'fonts/BuilderBlocks.ttf', ], install_dir: join_paths(get_option('datadir'), meson.project_name(), 'fonts')) diff --git a/data/styles/elementary-dark.xml b/data/styles/elementary-dark.xml new file mode 100644 index 0000000000..5bf17e7e8d --- /dev/null +++ b/data/styles/elementary-dark.xml @@ -0,0 +1,113 @@ + + + + Micah Ilbery + <_description>Color scheme using the elementary color palette + + + + + + + + + + + + + + + + + + + + + + +