Skip to content

Commit e773cea

Browse files
committed
Merge pull request #17 from ServiceStack/webstorm-typescript
Typescript support for multiple IDEs
2 parents 188824e + e488898 commit e773cea

28 files changed

+1253
-914
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ src/ServiceStackIDEA/lib/sdk/
2929
src/ServiceStackIDEA/lib/idea-sdk.zip
3030
src/ServiceStackIDEA/.idea/libraries
3131
src/ServiceStackIDEA/.idea/
32+
src/ServiceStackIDEA/out/
3233
linux.gtk.x86/
3334
linux.gtk.x86_64/
3435
macosx.cocoa.x86/

src/ServiceStackIDEA/.idea/compiler.xml

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

src/ServiceStackIDEA/.idea/gradle.xml

Lines changed: 1 addition & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/ServiceStackIDEA/.idea/misc.xml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/ServiceStackIDEA/.idea/modules.xml

Lines changed: 3 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/ServiceStackIDEA/.idea/workspace.xml

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

src/ServiceStackIDEA/ServiceStackIDEA.iml

Lines changed: 0 additions & 131 deletions
This file was deleted.

src/ServiceStackIDEA/src/main/java/net/servicestack/idea/AddRef.form

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<xy x="48" y="102" width="650" height="302"/>
77
</constraints>
88
<properties>
9-
<maximumSize width="550" height="320"/>
9+
<maximumSize width="700" height="420"/>
1010
<minimumSize width="400" height="220"/>
1111
<opaque value="true"/>
1212
<preferredSize width="550" height="220"/>

src/ServiceStackIDEA/src/main/java/net/servicestack/idea/AddRef.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -310,7 +310,7 @@ private void onOK() {
310310
private void $$$setupUI$$$() {
311311
contentPane = new JPanel();
312312
contentPane.setLayout(new GridLayoutManager(3, 1, new Insets(10, 10, 10, 10), -1, -1));
313-
contentPane.setMaximumSize(new Dimension(550, 320));
313+
contentPane.setMaximumSize(new Dimension(700, 420));
314314
contentPane.setMinimumSize(new Dimension(400, 220));
315315
contentPane.setOpaque(true);
316316
contentPane.setPreferredSize(new Dimension(550, 220));

0 commit comments

Comments
 (0)