forked from c9/cloud9
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsettings.xml
More file actions
34 lines (33 loc) · 2.22 KB
/
settings.xml
File metadata and controls
34 lines (33 loc) · 2.22 KB
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
<a:application xmlns:a="http://ajax.org/2005/aml">
<div class="header">
<span></span><div>Code Editor</div>
</div>
<a:checkbox class="underlined" label="Overwrite Mode" value="[editors/code/@overwrite]" />
<a:checkbox class="underlined" label="Full Line Selection" value="[editors/code/@selectstyle]" values="line|text" />
<a:checkbox class="underlined" label="Highlight Active Line" value="[editors/code/@activeline]" />
<a:checkbox class="underlined" id="cbsh" label="Show Invisibles" value="[editors/code/@showinvisibles]" />
<a:checkbox class="underlined" label="Show Gutter" value="[editors/code/@gutter]" />
<a:checkbox class="underlined" label="Highlight Selected Word" value="[editors/code/@highlightselectedword]" />
<a:checkbox class="underlined" label="Auto-hide Horizontal Scrollbar" value="[editors/code/@autohidehorscrollbar]" />
<a:hbox edge="0 5 2 0" align="center" class="underlined">
<a:label flex="1">Font Size</a:label>
<a:spinner value="[editors/code/@fontsize]" realtime="true" min="1" max="72" width="50" />
</a:hbox>
<a:hbox edge="0 5 0 0" align="center" class="underlined">
<a:checkbox label="Show print margin" value="[editors/code/@showprintmargin]" flex="1"/>
<a:spinner value="[editors/code/@printmargincolumn]" realtime="true" min="1" max="200" width="50" />
</a:hbox>
<!--a:hbox edge="0 5 0 0" class="underlined" align="center" padding="5">
<a:checkbox label="Wrap Mode" value="[editors/code/@wrapmode]" flex="1" />
<a:spinner value="[editors/code/@wraplimitmin]" realtime="true" min="1" max="200" width="50" />
<a:spinner value="[editors/code/@wraplimitmax]" realtime="true" min="1" max="200" width="50" />
</a:hbox-->
<a:hbox edge="0 5 0 0" align="center" class="underlined">
<a:checkbox label="Soft tabs" value="[editors/code/@softtabs]" flex="1" />
<a:spinner value="[editors/code/@tabsize]" realtime="true" min="1" max="64" width="50" />
</a:hbox>
<a:hbox edge="5 5 2 5" align="center">
<a:label flex="1">Mouse Scroll speed</a:label>
<a:spinner value="[editors/code/@scrollspeed]" realtime="true" min="1" max="8" width="50" />
</a:hbox>
</a:application>