Skip to content

Commit 746673f

Browse files
committed
Add installation instructions with demo gif.
Clean up plugin.xml.
1 parent 0af7a6d commit 746673f

File tree

4 files changed

+78
-79
lines changed

4 files changed

+78
-79
lines changed

src/ServiceStackIDEA/.idea/workspace.xml

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

src/ServiceStackIDEA/META-INF/plugin.xml

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@
1010

1111
<change-notes><![CDATA[
1212
1.0 - Initial release.<br>
13-
<em></em>
1413
]]>
1514
</change-notes>
1615

@@ -19,28 +18,15 @@
1918

2019
<!-- please see http://confluence.jetbrains.com/display/IDEADEV/Plugin+Compatibility+with+IntelliJ+Platform+Products
2120
on how to target different products -->
22-
<!-- uncomment to enable plugin in all products
23-
<depends>com.intellij.modules.lang</depends>
24-
-->
2521
<depends>com.intellij.modules.lang</depends>
2622

2723
<extensions defaultExtensionNs="com.intellij">
2824
<!-- Add your extensions here -->
2925
<intentionAction>
3026
<className>net.servicestack.idea.UpdateServiceStackReferenceIntention</className>
31-
<category>ServiceStack</category>
32-
<descriptionDirectoryName>ServiceStack</descriptionDirectoryName>
3327
</intentionAction>
3428
</extensions>
3529

36-
<application-components>
37-
<!-- Add your application components here -->
38-
</application-components>
39-
40-
<project-components>
41-
<!-- Add your project components here -->
42-
</project-components>
43-
4430
<actions>
4531
<action id="AddServiceStackReference" class="net.servicestack.idea.AddServiceStackReference" text="ServiceStack Reference..." icon="/icons/logo-16.png"
4632
description="Adds a ServiceStack reference to the selected module">

src/ServiceStackIDEA/README.MD

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,18 @@ This reduces the amount of code required when interacting with ServiceStack web
2323

2424
![](https://github.com/ServiceStack/Assets/raw/master/img/servicestackidea/android-client-example.gif)
2525

26+
## Installing the ServiceStack Plugin for Android Studio
27+
28+
To install the ServiceStack plugin..
29+
30+
1. [download it here](https://plugins.jetbrains.com/plugin/download?pr=androidstudio&updateId=19465) and save it locally.
31+
2. In Android Studio Go File -> Settings
32+
3. Search for "Install Plugin"
33+
4. Select "Install Plugin From Disk"
34+
5. Locate the downloaded plugin and
35+
36+
![](https://github.com/ServiceStack/Assets/raw/34925d1b1b1b1856c451b0373139c939801d96ec/img/servicestackidea/android-plugin-install.gif)
37+
2638
#### Add a ServiceStack Reference
2739

2840
To add a ServiceStack reference, right click on a file or folder inside your project module.
@@ -48,4 +60,5 @@ Once you have added a ServiceStack reference, it can be easily updated by using
4860

4961
This will read all of the used options in the commented file header to generate a new request. This can be handy if the server has been updated and you need to update your client side POJOs, or if you want to include get/set methods by default.
5062

51-
For documentation on all options for both server and client, see the Java Add ServiceStack Reference wiki page.
63+
For documentation on all options for both server and client, see the Java Add ServiceStack Reference wiki page.
64+
-181 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)