/usr/share/glib-2.0/schemas/org.gnome.builder.code-insight.gschema.xml is in gnome-builder 3.28.1-1ubuntu1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 | <schemalist>
<schema id="org.gnome.builder.code-insight" path="/org/gnome/builder/code-insight/" gettext-domain="gnome-builder">
<key name="snippet-completion" type="b">
<default>true</default>
<summary>Suggest Snippet Completion</summary>
<description>Allow snippets to be inserted into the document.</description>
</key>
<key name="clang-autocompletion" type="b">
<default>false</default>
<summary>Clang based autocompletion (Experimental)</summary>
<description>Use Clang for autocompletion in the C and C++ languages.</description>
</key>
<key name="ctags-autocompletion" type="b">
<default>true</default>
<summary>Ctags based autocompletion</summary>
<description>Use Ctags for autocompletion.</description>
</key>
<key name="word-completion" type="b">
<default>true</default>
<summary>Enable auto-completion of words in document</summary>
<description>If enabled, words within the current document will be available for auto-completion.</description>
</key>
<key name="semantic-highlighting" type="b">
<default>true</default>
<summary>Enable semantic highlighting</summary>
<description>If enabled, additional highlighting will be provided in supported languages based on information extracted from the source code.</description>
</key>
<key name="ctags-path" type="s">
<default>'/usr/bin/ctags-exuberant'</default>
<summary>Path to ctags executable</summary>
<description>The path to the ctags executable on the system.</description>
</key>
</schema>
</schemalist>
|