~ubuntu-branches/ubuntu/raring/gedit-plugins/raring-proposed

« back to all changes in this revision

Viewing changes to plugins/terminal/org.gnome.gedit.plugins.terminal.gschema.xml.in.in

  • Committer: Bazaar Package Importer
  • Author(s): Michael Biebl
  • Date: 2011-07-22 20:45:45 UTC
  • mfrom: (1.1.26 upstream)
  • mto: (7.3.1 sid) (1.4.8)
  • mto: This revision was merged to the branch mainline in revision 44.
  • Revision ID: james.westby@ubuntu.com-20110722204545-15t6eui58z5tdb6l
Tags: upstream-3.0.5
ImportĀ upstreamĀ versionĀ 3.0.5

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<schemalist>
 
2
  <enum id='org.gnome.gedit.plugins.terminal.VteTerminalCursorBlinkMode'>
 
3
    <value nick='system' value='0'/>
 
4
    <value nick='on' value='1'/>
 
5
    <value nick='off' value='2'/>
 
6
  </enum>
 
7
  <enum id='org.gnome.gedit.plugins.terminal.VteTerminalCursorShape'>
 
8
    <value nick='block' value='0'/>
 
9
    <value nick='ibeam' value='1'/>
 
10
    <value nick='underline' value='2'/>
 
11
  </enum>
 
12
 
 
13
  <schema gettext-domain="@GETTEXT_PACKAGE@" id="org.gnome.gedit.plugins.terminal" path="/org/gnome/gedit/plugins/terminal/">
 
14
    <key name="silent-bell" type="b">
 
15
      <default>true</default>
 
16
      <_summary>Whether to silence terminal bell</_summary>
 
17
      <_description>
 
18
        If true, don't make a noise when applications send the
 
19
        escape sequence for the terminal bell.
 
20
      </_description>
 
21
    </key>
 
22
    <key name="scrollback-lines" type="i">
 
23
      <default>100</default>
 
24
      <_summary>Number of lines to keep in scrollback</_summary>
 
25
      <_description>
 
26
        Number of scrollback lines to keep around. You can
 
27
        scroll back in the terminal by this number of lines;
 
28
        lines that don't fit in the scrollback are discarded.
 
29
        If scrollback-unlimited is true, this value is ignored.
 
30
      </_description>
 
31
    </key>
 
32
    <key name="scrollback-unlimited" type="b">
 
33
      <default>false</default>
 
34
      <_summary>
 
35
        Whether an unlimited number of lines should be kept in scrollback
 
36
      </_summary>
 
37
      <_description>
 
38
        If true, scrollback lines will never be discarded.  The scrollback
 
39
        history is stored on disk temporarily, so this may cause the system
 
40
        to run out of disk space if there is a lot of output to the
 
41
        terminal.
 
42
      </_description>
 
43
    </key>
 
44
    <key name="scrollback-on-keystroke" type="b">
 
45
      <default>true</default>
 
46
      <_summary>Whether to scroll to the bottom when a key is pressed</_summary>
 
47
      <_description>
 
48
        If true, pressing a key jumps the scrollbar to the bottom.
 
49
      </_description>
 
50
    </key>
 
51
    <key name="scrollback-on-output" type="b">
 
52
      <default>false</default>
 
53
      <_summary>Whether to scroll to the bottom when there's new output</_summary>
 
54
      <_description>
 
55
        If true, whenever there's new output the terminal will scroll
 
56
        to the bottom.
 
57
      </_description>
 
58
    </key>
 
59
    <key name="allow-bold" type="b">
 
60
      <default>true</default>
 
61
      <_summary>Whether to allow bold text</_summary>
 
62
      <_description>
 
63
        If true, allow applications in the terminal to make text boldface.
 
64
      </_description>
 
65
    </key>
 
66
    <key name="word-chars" type="s">
 
67
      <default>'-A-Za-z0-9,./?%&amp;#:_'</default>
 
68
      <_summary>Characters that are considered "part of a word"</_summary>
 
69
      <_description>
 
70
        When selecting text by word, sequences of these characters
 
71
        are considered single words. Ranges can be given as
 
72
        "A-Z". Literal hyphen (not expressing a range) should be
 
73
        the first character given.
 
74
      </_description>
 
75
    </key>
 
76
    <key name="foreground-color" type="s">
 
77
      <default>'#000000'</default>
 
78
      <_summary>Default color of text in the terminal</_summary>
 
79
      <_description>
 
80
        Default color of text in the terminal, as a color
 
81
        specification (can be HTML-style hex digits, or
 
82
        a color name such as "red").
 
83
      </_description>
 
84
    </key>
 
85
    <key name="background-color" type="s">
 
86
      <default>'#FFFFDD'</default>
 
87
      <_summary>Default color of terminal background</_summary>
 
88
      <_description>
 
89
        Default color of terminal background, as a color
 
90
        specification (can be HTML-style hex digits, or
 
91
        a color name such as "red").
 
92
      </_description>
 
93
    </key>
 
94
    <key name="palette" type="s">
 
95
      <default>'#2E2E34343636:#CCCC00000000:#4E4E9A9A0606:#C4C4A0A00000:#34346565A4A4:#757550507B7B:#060698209A9A:#D3D3D7D7CFCF:#555557575353:#EFEF29292929:#8A8AE2E23434:#FCFCE9E94F4F:#72729F9FCFCF:#ADAD7F7FA8A8:#3434E2E2E2E2:#EEEEEEEEECEC'</default>
 
96
      <_summary>Palette for terminal applications</_summary>
 
97
      <_description>
 
98
        Terminals have a 16-color palette that applications inside
 
99
        the terminal can use. This is that palette, in the form
 
100
        of a colon-separated list of color names. Color names
 
101
        should be in hex format e.g. "#FF00FF"
 
102
      </_description>
 
103
    </key>
 
104
    <key name="use-theme-colors" type="b">
 
105
      <default>true</default>
 
106
      <_summary>
 
107
        Whether to use the colors from the theme for the terminal widget
 
108
      </_summary>
 
109
      <_description>
 
110
        If true, the theme color scheme used for text entry boxes will
 
111
        be used for the terminal, instead of colors provided by the user.
 
112
      </_description>
 
113
    </key>
 
114
    <key name="cursor-blink-mode" enum="org.gnome.gedit.plugins.terminal.VteTerminalCursorBlinkMode">
 
115
      <default>'system'</default>
 
116
      <_summary>Whether to blink the cursor</_summary>
 
117
      <_description>
 
118
        The possible values are "system" to use the global cursor blinking
 
119
        settings, or "on" or "off" to set the mode explicitly.
 
120
      </_description>
 
121
    </key>
 
122
    <key name="cursor-shape" enum="org.gnome.gedit.plugins.terminal.VteTerminalCursorShape">
 
123
      <default>'block'</default>
 
124
      <_summary>The cursor appearance</_summary>
 
125
      <_description>
 
126
        The possible values are "block" to use a block cursor, "ibeam" to
 
127
        use a vertical line cursor, or "underline" to use an underline cursor.
 
128
      </_description>
 
129
    </key>
 
130
    <key name="use-system-font" type="b">
 
131
      <default>true</default>
 
132
      <_summary>Whether to use the system font</_summary>
 
133
      <_description>
 
134
        If true, the terminal will use the desktop-global standard
 
135
        font if it's monospace (and the most similar font it can
 
136
        come up with otherwise).
 
137
      </_description>
 
138
    </key>
 
139
    <key name="font" type="s">
 
140
      <default>'Monospace 10'</default>
 
141
      <_summary>Font</_summary>
 
142
      <_description>
 
143
        A Pango font name. Examples are "Sans 12" or "Monospace Bold 14".
 
144
      </_description>
 
145
    </key>
 
146
  </schema>
 
147
</schemalist>