115 Commits

Author SHA1 Message Date
Yann Cébron
c410d05447 Gradle Guide: note about using EAP versions 2019-06-25 18:22:48 +02:00
JohnHake
b230251801 Misc cleanup in docs and samples. 2019-06-19 10:51:02 -07:00
JohnHake
4c688bcfc9 Merge branch 'IJSDK-473' into IJSDK-473mstr 2019-06-18 17:03:01 -07:00
JohnHake
9bbdafb846 Changed warnings 2019-06-18 13:23:21 -07:00
JohnHake
e20d2f9377 Add comments from review. 2019-06-18 13:23:21 -07:00
JohnHake
8342d8913d Updated ideaDirectory vs alternateIdePath, cleanup 2019-06-18 13:23:21 -07:00
JohnHake
f10e35f30f Incorporated Yann's feedback. 2019-06-18 13:23:21 -07:00
JohnHake
f97dbe8e1f Complete guide page 2019-06-18 13:23:21 -07:00
John Hake
0a5c351b95
Revert "IJSDK-473" 2019-06-17 21:08:02 -07:00
JohnHake
43c5818468 Merge branch 'master' into IJSDK-473
Resolve conflics in 3 files
2019-06-17 20:30:21 -07:00
JohnHake
cb258083e5 Changed warnings 2019-06-17 15:04:01 -07:00
JohnHake
a80c00bd32 Add comments from review. 2019-06-17 12:26:06 -07:00
Yann Cébron
d86f1e8fa9 gradle-intellij-plugin 0.4.9 2019-06-05 18:01:34 +02:00
JohnHake
9e3a64a75e Updated ideaDirectory vs alternateIdePath, cleanup 2019-06-04 22:57:51 -07:00
Yann Cébron
944c6df889 Gradle: note about using HTTPS for repositories 2019-06-03 16:02:24 +02:00
JohnHake
fa93a8f5d0 Incorporated Yann's feedback. 2019-05-24 12:37:50 -07:00
JohnHake
2bebd81941 1st round of feedback; restored previous 'Running Gradle Plugin' content 2019-05-23 19:39:42 -07:00
JohnHake
d566de69be Complete guide page 2019-05-13 22:32:03 -07:00
JohnHake
39b2d84e88 Rewrote gradle project creation and conversion sections 2019-05-06 11:08:56 -07:00
JohnHake
21c881a4c0 One sentence per line. 2019-05-01 12:47:36 -07:00
Yann Cébron
3a4213467c gradline-intellij plugin 0.4.8 2019-04-17 16:13:46 +02:00
Yann Cébron
651cfb5073 gradle-intellij-plugin v0.4.7 2019-03-25 15:49:18 +01:00
Yann Cébron
e75929716d gradle-intellij-plugin v0.4.6 2019-03-25 15:05:23 +01:00
Yann Cébron
12430d2b28 Gradle prerequisites.md: note about upgrading to latest version 2019-03-25 12:54:38 +01:00
Yann Cébron
21a2cbc3ff "Getting Started with Gradle": use markdown syntax for images 2019-03-15 16:00:58 +01:00
Thomas Schouten
f16718accd Fix various configuration commands in the 'Publish plugin with Gradle' tutorial (#152)
* Update various obsolete configuration commands in the deployment section of the build system tutorial

* Some fixes as per review of #152

* Explain the options for providing credentials to the publishPlugin task
2019-03-14 22:46:54 +03:00
Yann Cébron
c71d177720 update to Gradle plugin 0.4.5 2019-03-14 15:45:00 +01:00
Yann Cébron
ac39402cba deployment.md: fix links 2019-03-12 11:28:36 +01:00
Yann Cébron
0253470d58 gradle: minor updates 2019-01-25 13:13:50 +01:00
Yann Cébron
7820771825 optimize all PNG files 2019-01-23 11:28:28 +01:00
Yann Cébron
93aadd554b deployment.md: make links clickable 2019-01-08 14:00:57 +01:00
JohnHake
61f06ba7f1 Incorporate review feedback PR131 2018-11-26 12:14:46 -08:00
JohnHake
bfc7fc029b Enterprise -> Custom 2018-11-25 21:53:55 -08:00
JohnHake
d6180fd8a6 Final draft updatePlugins. 2018-11-20 01:42:21 -08:00
JohnHake
157decc6a8 Checkpoint changes describing deploying plugins on enterprise server 2018-11-16 17:01:04 -08:00
JohnHake
bc6fca4400 First draft 2018-11-06 17:53:54 -08:00
JohnHake
7810f7f174 Add Plugin Icon page + images & references 2018-10-18 18:37:52 -07:00
JohnHake
39c534545b PluginIcon changes to Getting Started with Gradle 2018-10-15 11:22:58 -07:00
JohnHake
e5fae7346e Cross reference from gradle page to ide development instance page 2018-09-12 17:35:17 -07:00
JohnHake
12a61c2fb8 Incorporated Gradle info about Sandbox Home directory. 2018-09-12 11:19:37 -07:00
Alexander Zolotov
c37c502612
Update deployment.md
- add referring username and password in build script
- remove configuring deprecated intellij.publish extension
- remove pluginId part, id will be inferred from `plugin.xml`
2018-06-26 15:57:12 +03:00
Nikolay Chashnikov
0a48c02729
Update prerequisites for Gradle setup
Mention that DevKit plugin is required (ZD-1315501) and remove misleading sentence about Gradle plugin (it's needed not only for run configurations, but for many other things).
2018-04-02 11:44:32 +03:00
Dmitry Jemerov
e302f8b460 Put "Create project from scratch" first, document new option to configure Gradle plugin project automatically 2018-03-22 09:51:45 +01:00
Alexander Zolotov
4faf9ff853
Cleanup Gradle tutorial
- use `runIde` task instead of `runIdea`
- use `idea` task for generating IDEA project model
2018-03-16 14:53:29 +03:00
Dmitry Jemerov
6995a7c7ae Update Gradle plugin version and instructions 2018-03-16 12:18:26 +01:00
Dmitry Jemerov
90a4a0fca8 Incorporate tutorials into main structure; feature Gradle plugin as recommended workflow (IJSDK-213) 2018-03-16 11:49:59 +01:00
Matt Ellis
bec8761c55 Remove next/previous links 2017-10-09 10:40:39 +01:00
Matt Ellis
e7619a1b0a Fix broken links (#42)
Also update to sdkdocs-template@e14eae811df1a8e81c9d408cd3bcf0d7b4bc3954
2017-07-14 11:16:58 -06:00
Ekaterina Prigara
82c804fb88 Fixed IJ version 2016-12-08 11:45:28 +01:00
Ekaterina Prigara
213c77c2c8 Fixed a link to build script 2016-12-05 15:13:03 +01:00