Skip to content

Commit f30c4d6

Browse files
committed
Add title.
Some fixes.
1 parent 2e00cbd commit f30c4d6

File tree

3 files changed

+66
-64
lines changed

3 files changed

+66
-64
lines changed

src/ServiceStackIDEA/.idea/workspace.xml

Lines changed: 40 additions & 50 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/ServiceStackIDEA/src/AddRef.form

Lines changed: 25 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -65,20 +65,6 @@
6565
</properties>
6666
<border type="none"/>
6767
<children>
68-
<component id="e88c4" class="javax.swing.JTextPane" binding="errorTextPane">
69-
<constraints>
70-
<grid row="1" column="0" row-span="1" col-span="1" vsize-policy="2" hsize-policy="2" anchor="0" fill="3" indent="0" use-parent-layout="false">
71-
<preferred-size width="150" height="50"/>
72-
</grid>
73-
</constraints>
74-
<properties>
75-
<editable value="false"/>
76-
<focusCycleRoot value="false"/>
77-
<focusable value="false"/>
78-
<opaque value="false"/>
79-
<visible value="false"/>
80-
</properties>
81-
</component>
8268
<component id="bc9e3" class="javax.swing.JTextPane" binding="infoTextPane">
8369
<constraints>
8470
<grid row="0" column="0" row-span="1" col-span="1" vsize-policy="6" hsize-policy="6" anchor="0" fill="3" indent="0" use-parent-layout="false">
@@ -95,6 +81,31 @@
9581
<text value="To generate the DTO Service Model types for a specific ServiceStack instance, enter the base URI for the remote ServiceStack server and click OK."/>
9682
</properties>
9783
</component>
84+
<grid id="76624" layout-manager="GridLayoutManager" row-count="1" column-count="1" same-size-horizontally="false" same-size-vertically="false" hgap="-1" vgap="-1">
85+
<margin top="0" left="0" bottom="0" right="0"/>
86+
<constraints>
87+
<grid row="1" column="0" row-span="1" col-span="1" vsize-policy="3" hsize-policy="3" anchor="0" fill="3" indent="0" use-parent-layout="false"/>
88+
</constraints>
89+
<properties/>
90+
<border type="none"/>
91+
<children>
92+
<component id="e88c4" class="javax.swing.JTextPane" binding="errorTextPane">
93+
<constraints>
94+
<grid row="0" column="0" row-span="1" col-span="1" vsize-policy="2" hsize-policy="2" anchor="0" fill="3" indent="0" use-parent-layout="false">
95+
<preferred-size width="150" height="25"/>
96+
</grid>
97+
</constraints>
98+
<properties>
99+
<editable value="false"/>
100+
<focusCycleRoot value="false"/>
101+
<focusable value="true"/>
102+
<font name="Arial"/>
103+
<opaque value="false"/>
104+
<visible value="false"/>
105+
</properties>
106+
</component>
107+
</children>
108+
</grid>
98109
</children>
99110
</grid>
100111
<grid id="d865d" layout-manager="GridLayoutManager" row-count="3" column-count="3" same-size-horizontally="false" same-size-vertically="false" hgap="-1" vgap="-1">

src/ServiceStackIDEA/src/AddServiceStackReference.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ public void actionPerformed(AnActionEvent e) {
2525
dialog.setLocationRelativeTo(null);
2626
dialog.setSize(dialog.getPreferredSize());
2727
dialog.setResizable(true);
28+
dialog.setTitle("Add ServiceStack Reference");
2829

2930
//Check if a package was selected in the left hand menu, populate package name
3031
PsiElement element = DataKeys.PSI_ELEMENT.getData(e.getDataContext());

0 commit comments

Comments
 (0)