use our groovy stub generator by default, give an UI option to switch to groovyc...
[fedora-idea.git] / plugins / groovy / src / org / jetbrains / plugins / groovy / compiler / GroovyCompilerConfigurable.form
blob90a9f505b22fcca3e2399907375135449372e572
1 <?xml version="1.0" encoding="UTF-8"?>
2 <form xmlns="http://www.intellij.com/uidesigner/form/" version="1" bind-to-class="org.jetbrains.plugins.groovy.compiler.GroovyCompilerConfigurable">
3 <grid id="27dc6" binding="myMainPanel" layout-manager="GridLayoutManager" row-count="2" column-count="1" same-size-horizontally="false" same-size-vertically="false" hgap="-1" vgap="-1">
4 <margin top="0" left="0" bottom="0" right="0"/>
5 <constraints>
6 <xy x="20" y="20" width="500" height="167"/>
7 </constraints>
8 <properties/>
9 <border type="none"/>
10 <children>
11 <grid id="838f2" layout-manager="GridLayoutManager" row-count="2" column-count="3" same-size-horizontally="false" same-size-vertically="false" hgap="-1" vgap="-1">
12 <margin top="0" left="0" bottom="0" right="0"/>
13 <constraints>
14 <grid row="0" column="0" row-span="1" col-span="1" vsize-policy="3" hsize-policy="3" anchor="0" fill="3" indent="0" use-parent-layout="false"/>
15 </constraints>
16 <properties/>
17 <border type="none"/>
18 <children>
19 <component id="209ef" class="javax.swing.JLabel">
20 <constraints>
21 <grid row="0" column="0" row-span="1" col-span="1" vsize-policy="0" hsize-policy="0" anchor="8" fill="0" indent="0" use-parent-layout="false"/>
22 </constraints>
23 <properties>
24 <text resource-bundle="messages/CompilerBundle" key="javac.option.max.heap.size"/>
25 </properties>
26 </component>
27 <component id="22ced" class="javax.swing.JTextField" binding="myHeapSize">
28 <constraints>
29 <grid row="0" column="1" row-span="1" col-span="1" vsize-policy="0" hsize-policy="6" anchor="8" fill="1" indent="0" use-parent-layout="false">
30 <preferred-size width="150" height="-1"/>
31 </grid>
32 </constraints>
33 <properties/>
34 </component>
35 <hspacer id="5e141">
36 <constraints>
37 <grid row="0" column="2" row-span="1" col-span="1" vsize-policy="1" hsize-policy="6" anchor="0" fill="1" indent="0" use-parent-layout="false"/>
38 </constraints>
39 </hspacer>
40 <component id="cb8cb" class="javax.swing.JCheckBox" binding="myUseGroovycStubs">
41 <constraints>
42 <grid row="1" column="0" row-span="1" col-span="3" vsize-policy="0" hsize-policy="3" anchor="8" fill="0" indent="0" use-parent-layout="false"/>
43 </constraints>
44 <properties>
45 <text value="Use groovyc's native &amp;stub generator"/>
46 </properties>
47 </component>
48 </children>
49 </grid>
50 <grid id="4e3dc" binding="myExcludesPanel" layout-manager="BorderLayout" hgap="0" vgap="0">
51 <constraints>
52 <grid row="1" column="0" row-span="1" col-span="1" vsize-policy="7" hsize-policy="3" anchor="0" fill="3" indent="0" use-parent-layout="false"/>
53 </constraints>
54 <properties/>
55 <border type="etched" title="Exclude from stub generation"/>
56 <children/>
57 </grid>
58 </children>
59 </grid>
60 </form>