settings for icon gutters
[fedora-idea.git] / lang-impl / src / com / intellij / application / options / editor / EditorAppearanceConfigurable.form
blob21a81996dcfdfcc362cc0ceeb9cffcb6f4af76b6
1 <?xml version="1.0" encoding="UTF-8"?>
2 <form xmlns="http://www.intellij.com/uidesigner/form/" version="1" bind-to-class="com.intellij.application.options.editor.EditorAppearanceConfigurable">
3 <grid id="27dc6" binding="myRootPanel" layout-manager="GridLayoutManager" row-count="10" column-count="2" same-size-horizontally="false" same-size-vertically="false" hgap="-1" vgap="0">
4 <margin top="4" left="4" bottom="0" right="0"/>
5 <constraints>
6 <xy x="20" y="20" width="500" height="400"/>
7 </constraints>
8 <properties/>
9 <border type="none"/>
10 <children>
11 <vspacer id="f3f11">
12 <constraints>
13 <grid row="9" column="0" row-span="1" col-span="2" vsize-policy="6" hsize-policy="1" anchor="0" fill="2" indent="0" use-parent-layout="false"/>
14 </constraints>
15 </vspacer>
16 <component id="ef15e" class="javax.swing.JCheckBox" binding="myCbBlinkCaret">
17 <constraints>
18 <grid row="1" column="0" row-span="1" col-span="1" vsize-policy="0" hsize-policy="3" anchor="8" fill="0" indent="0" use-parent-layout="false"/>
19 </constraints>
20 <properties>
21 <selected value="true"/>
22 <text resource-bundle="messages/ApplicationBundle" key="checkbox.caret.blinking.ms"/>
23 </properties>
24 </component>
25 <component id="2eb36" class="javax.swing.JCheckBox" binding="myCbBlockCursor">
26 <constraints>
27 <grid row="2" column="0" row-span="1" col-span="1" vsize-policy="0" hsize-policy="3" anchor="8" fill="0" indent="0" use-parent-layout="false"/>
28 </constraints>
29 <properties>
30 <text resource-bundle="messages/ApplicationBundle" key="checkbox.use.block.caret"/>
31 </properties>
32 </component>
33 <component id="357c7" class="javax.swing.JCheckBox" binding="myCbRightMargin">
34 <constraints>
35 <grid row="3" column="0" row-span="1" col-span="2" vsize-policy="0" hsize-policy="3" anchor="8" fill="0" indent="0" use-parent-layout="false"/>
36 </constraints>
37 <properties>
38 <selected value="false"/>
39 <text resource-bundle="messages/ApplicationBundle" key="checkbox.right.margin"/>
40 </properties>
41 </component>
42 <component id="6a414" class="javax.swing.JCheckBox" binding="myCbShowLineNumbers">
43 <constraints>
44 <grid row="4" column="0" row-span="1" col-span="1" vsize-policy="0" hsize-policy="3" anchor="8" fill="0" indent="0" use-parent-layout="false"/>
45 </constraints>
46 <properties>
47 <text resource-bundle="messages/ApplicationBundle" key="checkbox.show.line.numbers"/>
48 </properties>
49 </component>
50 <component id="2ee6" class="javax.swing.JCheckBox" binding="myCbShowWhitespaces">
51 <constraints>
52 <grid row="6" column="0" row-span="1" col-span="1" vsize-policy="0" hsize-policy="3" anchor="8" fill="0" indent="0" use-parent-layout="false"/>
53 </constraints>
54 <properties>
55 <text resource-bundle="messages/ApplicationBundle" key="checkbox.show.whitespaces"/>
56 </properties>
57 </component>
58 <component id="5e319" class="javax.swing.JTextField" binding="myBlinkIntervalField">
59 <constraints>
60 <grid row="1" column="1" row-span="1" col-span="1" vsize-policy="0" hsize-policy="6" anchor="8" fill="1" indent="0" use-parent-layout="false">
61 <preferred-size width="50" height="-1"/>
62 <maximum-size width="50" height="-1"/>
63 </grid>
64 </constraints>
65 <properties>
66 <text value="500"/>
67 </properties>
68 </component>
69 <grid id="7b00c" binding="myAddonPanel" layout-manager="GridBagLayout">
70 <constraints>
71 <grid row="8" column="0" row-span="1" col-span="2" vsize-policy="3" hsize-policy="3" anchor="8" fill="2" indent="0" use-parent-layout="false"/>
72 </constraints>
73 <properties/>
74 <border type="none"/>
75 <children/>
76 </grid>
77 <component id="4c9d9" class="javax.swing.JCheckBox" binding="myCbShowMethodSeparators">
78 <constraints>
79 <grid row="5" column="0" row-span="1" col-span="2" vsize-policy="0" hsize-policy="3" anchor="8" fill="0" indent="0" use-parent-layout="false"/>
80 </constraints>
81 <properties>
82 <text resource-bundle="messages/ApplicationBundle" key="checkbox.show.method.separators"/>
83 </properties>
84 </component>
85 <component id="6ed9e" class="javax.swing.JCheckBox" binding="myAntialiasingInEditorCheckBox">
86 <constraints>
87 <grid row="0" column="0" row-span="1" col-span="2" vsize-policy="0" hsize-policy="3" anchor="8" fill="0" indent="0" use-parent-layout="false"/>
88 </constraints>
89 <properties>
90 <margin top="2" left="0" bottom="2" right="2"/>
91 <text resource-bundle="messages/IdeBundle" key="checkbox.use.antialiased.font.in.editor"/>
92 </properties>
93 </component>
94 <component id="f1b45" class="javax.swing.JCheckBox" binding="myCbShowIconsInGutter">
95 <constraints>
96 <grid row="7" column="0" row-span="1" col-span="2" vsize-policy="0" hsize-policy="3" anchor="8" fill="0" indent="0" use-parent-layout="false"/>
97 </constraints>
98 <properties>
99 <text resource-bundle="messages/ApplicationBundle" key="checkbox.show.small.icons.in.gutter"/>
100 </properties>
101 </component>
102 </children>
103 </grid>
104 </form>