~ubuntu-branches/debian/stretch/gnome-builder/stretch

« back to all changes in this revision

Viewing changes to data/ui/gb-preferences-page-insight.ui

  • Committer: Package Import Robot
  • Author(s): Andreas Henriksson
  • Date: 2015-10-11 12:38:45 UTC
  • Revision ID: package-import@ubuntu.com-20151011123845-a0hvkz01se0p1p5a
Tags: upstream-3.16.3
ImportĀ upstreamĀ versionĀ 3.16.3

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0" encoding="UTF-8"?>
 
2
<interface>
 
3
  <!-- interface-requires gtk+ 3.8 -->
 
4
  <template class="GbPreferencesPageInsight" parent="GbPreferencesPage">
 
5
    <property name="title" translatable="yes">Code Insight</property>
 
6
    <child>
 
7
      <object class="GtkBox">
 
8
        <property name="visible">true</property>
 
9
        <property name="orientation">vertical</property>
 
10
        <property name="spacing">6</property>
 
11
        <child>
 
12
          <object class="GbPreferencesSwitch" id="semantic_highlighting">
 
13
            <property name="settings">insight_settings</property>
 
14
            <property name="settings-schema-key">semantic-highlighting</property>
 
15
            <property name="title" translatable="yes">Semantic Language Highlighting</property>
 
16
            <property name="description" translatable="yes">Highlight additional syntax based upon information found in the document.</property>
 
17
            <property name="size-group">control_group</property>
 
18
            <property name="visible">true</property>
 
19
          </object>
 
20
        </child>
 
21
        <child>
 
22
          <object class="GtkLabel">
 
23
            <property name="visible">true</property>
 
24
            <property name="label" translatable="yes">Auto Completion</property>
 
25
            <property name="margin-top">12</property>
 
26
            <property name="margin-bottom">6</property>
 
27
            <property name="xalign">0.0</property>
 
28
            <style>
 
29
              <class name="dim-label"/>
 
30
            </style>
 
31
            <attributes>
 
32
              <attribute name="weight" value="bold"/>
 
33
            </attributes>
 
34
          </object>
 
35
        </child>
 
36
        <child>
 
37
          <object class="GbPreferencesSwitch" id="word_autocompletion">
 
38
            <property name="title" translatable="yes">Suggest Word Completion</property>
 
39
            <property name="description" translatable="yes">Suggest completion of words found within all open documents.</property>
 
40
            <property name="settings">insight_settings</property>
 
41
            <property name="settings-schema-key">word-completion</property>
 
42
            <property name="size-group">control_group</property>
 
43
            <property name="visible">true</property>
 
44
          </object>
 
45
        </child>
 
46
        <child>
 
47
          <object class="GbPreferencesSwitch" id="ctags_autocompletion">
 
48
            <property name="settings">insight_settings</property>
 
49
            <property name="settings-schema-key">ctags-autocompletion</property>
 
50
            <property name="title" translatable="yes">Suggest Completions using Ctags</property>
 
51
            <property name="description" translatable="yes">Use Ctags for completions in supported languages.</property>
 
52
            <property name="size-group">control_group</property>
 
53
            <property name="visible">true</property>
 
54
          </object>
 
55
        </child>
 
56
        <child>
 
57
          <object class="GbPreferencesSwitch" id="clang_autocompletion">
 
58
            <property name="settings">insight_settings</property>
 
59
            <property name="settings-schema-key">clang-autocompletion</property>
 
60
            <property name="title" translatable="yes">Suggest Completions using Clang (Experimental)</property>
 
61
            <property name="description" translatable="yes">Use Clang for completions in the C and C++ languages.</property>
 
62
            <property name="size-group">control_group</property>
 
63
            <property name="visible">true</property>
 
64
          </object>
 
65
        </child>
 
66
      </object>
 
67
    </child>
 
68
  </template>
 
69
  <object class="GSettings" id="insight_settings">
 
70
    <property name="schema-id">org.gnome.builder.code-insight</property>
 
71
  </object>
 
72
  <object class="GtkSizeGroup" id="control_group">
 
73
    <property name="mode">horizontal</property>
 
74
  </object>
 
75
</interface>