|
1 | 1 | <?xml version="1.0" encoding="UTF-8"?> |
2 | 2 | <form xmlns="http://www.intellij.com/uidesigner/form/" version="1" bind-to-class="protobuf.settings.application.PbCompilerConfigurable"> |
3 | | - <grid id="27dc6" binding="settingsPanel" layout-manager="GridLayoutManager" row-count="2" column-count="1" same-size-horizontally="false" same-size-vertically="false" hgap="-1" vgap="-1"> |
| 3 | + <grid id="27dc6" binding="settingsPanel" layout-manager="GridLayoutManager" row-count="2" column-count="2" same-size-horizontally="false" same-size-vertically="false" hgap="-1" vgap="-1"> |
4 | 4 | <margin top="0" left="0" bottom="0" right="0"/> |
5 | 5 | <constraints> |
6 | | - <xy x="20" y="20" width="500" height="400"/> |
| 6 | + <xy x="20" y="20" width="618" height="400"/> |
7 | 7 | </constraints> |
8 | 8 | <properties/> |
9 | 9 | <border type="none"/> |
|
13 | 13 | <grid row="1" column="0" row-span="1" col-span="1" vsize-policy="6" hsize-policy="1" anchor="0" fill="2" indent="0" use-parent-layout="false"/> |
14 | 14 | </constraints> |
15 | 15 | </vspacer> |
16 | | - <grid id="6aeae" layout-manager="GridLayoutManager" row-count="1" column-count="2" same-size-horizontally="false" same-size-vertically="false" hgap="-1" vgap="-1"> |
| 16 | + <grid id="6aeae" layout-manager="GridLayoutManager" row-count="2" column-count="2" same-size-horizontally="false" same-size-vertically="false" hgap="-1" vgap="-1"> |
17 | 17 | <margin top="0" left="0" bottom="0" right="0"/> |
18 | 18 | <constraints> |
19 | | - <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"/> |
| 19 | + <grid row="0" column="0" row-span="1" col-span="2" vsize-policy="3" hsize-policy="3" anchor="0" fill="3" indent="0" use-parent-layout="false"/> |
20 | 20 | </constraints> |
21 | 21 | <properties/> |
22 | 22 | <border type="none"/> |
|
31 | 31 | </component> |
32 | 32 | <component id="98876" class="javax.swing.JLabel"> |
33 | 33 | <constraints> |
34 | | - <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"/> |
| 34 | + <grid row="0" column="0" row-span="1" col-span="1" vsize-policy="0" hsize-policy="0" anchor="4" fill="0" indent="0" use-parent-layout="false"/> |
35 | 35 | </constraints> |
36 | 36 | <properties> |
37 | 37 | <text resource-bundle="messages/PbBundle" key="compiler.configurable.path.to.compiler.text"/> |
38 | 38 | <toolTipText value="Path to the directory containing the protoc binary"/> |
39 | 39 | </properties> |
40 | 40 | </component> |
| 41 | + <component id="27c76" class="javax.swing.JTextField" binding="addtionalProtoPathsField"> |
| 42 | + <constraints> |
| 43 | + <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"> |
| 44 | + <preferred-size width="150" height="-1"/> |
| 45 | + </grid> |
| 46 | + </constraints> |
| 47 | + <properties/> |
| 48 | + </component> |
| 49 | + <component id="98877" class="javax.swing.JLabel"> |
| 50 | + <constraints> |
| 51 | + <grid row="1" column="0" row-span="1" col-span="1" vsize-policy="0" hsize-policy="0" anchor="4" fill="0" indent="0" use-parent-layout="false"/> |
| 52 | + </constraints> |
| 53 | + <properties> |
| 54 | + <text resource-bundle="messages/PbBundle" key="compiler.configurable.additionalProtoPaths.text"/> |
| 55 | + <toolTipText value="Semicolon separated list of paths that will be used when resolving import directives"/> |
| 56 | + </properties> |
| 57 | + </component> |
41 | 58 | </children> |
42 | 59 | </grid> |
43 | 60 | </children> |
|
0 commit comments