49 Commits

Author SHA1 Message Date
JohnHake
63b9f3e220 Gradle dists gradle-6.1.1-all 2020-03-02 20:01:54 -08:00
JohnHake
50088bb8db New Copyright in code samples 2020-02-19 21:51:48 -08:00
JohnHake
7e18504478 IntelliJ Platform to 2019.3.3 2020-02-19 12:02:09 -08:00
JohnHake
580cf796ae Gradle to 6.1.1 2020-02-19 11:12:04 -08:00
Jakub Chrzanowski
df2a828adf remove junit test dependency 2020-02-14 12:55:36 +01:00
Jakub Chrzanowski
9f541d99a2 remove jar.dependsOn javadoc from the code samples' Gradle files 2020-02-14 12:50:06 +01:00
Yann Cébron
308c10991e gradle-intellij-plugin v0.4.16 2020-01-28 15:28:37 +01:00
Dmitry Jemerov
6b2882911f Demonstrate correct way of registering typed handlers 2020-01-03 18:15:24 +01:00
Yann Cébron
ea81ccf3da gradle-intellij-plugin 0.4.15 2019-12-09 10:43:55 +01:00
JohnHake
3f5250779b gradle 6.0.1 2019-11-26 18:23:41 -08:00
JohnHake
de6fd13a32 Update Kotlin, Gradle, intellij.version 2019-11-25 20:48:44 -08:00
Yann Cébron
562ab4f050 gradle-intellij-plugin 0.4.14 2019-11-25 16:33:01 +01:00
Yann Cébron
c94b6d05ef gradle-intellij-plugin 0.4.13 2019-11-14 10:42:20 +01:00
Yann Cébron
df25edf815 gradle-intellij-plugin 0.4.12 2019-11-08 16:55:35 +01:00
Yann Cébron
e0f3faf1d0 gradle-intellij-plugin 0.4.11 2019-11-04 11:03:55 +01:00
JohnHake
6b2398c892 IJSDK-657, IJSDK-665 2019-09-24 13:31:46 -07:00
JohnHake
7812e7d651 Add Review 2019-08-13 15:51:41 -07:00
JohnHake
ad74c65a3c Extensive cleanup 2019-08-02 20:28:23 -07:00
JohnHake
1d96680729 Convert to primary caret 2019-07-30 16:43:37 -07:00
JohnHake
4bcbc02a23 Added diagnostics. 2019-07-30 16:35:26 -07:00
JohnHake
318c5bb15c Code conversion completed + docs 1 & 2 2019-07-29 20:48:05 -07:00
JohnHake
0408a3571c platform -> lang in plugin.xml 2019-06-19 17:34:10 -07:00
JohnHake
80d358f5ba Fixed missing <depends> elements, refactored obsolete kotlin_demo. 2019-06-13 16:59:30 -07:00
Yann Cébron
53bfffad96 use HTTPS in all links 2019-06-03 13:37:52 +02:00
Yann Cébron
448ac5e1c0 Code Samples: cleanup plugin.xml 2018-12-18 10:34:40 +01:00
Dmitry Jemerov
8837d36e1a Clean up editor tutorial 2018-03-16 16:19:00 +01:00
Yann Cébron
d452237c40 plugin descriptors: remove obsolete idea-plugin@version attribute (IDEA-163694) 2016-11-11 17:48:01 +01:00
Yann Cébron
a86e2b4480 sample projects plugin.xml: update confluence to jetbrains.org links 2016-11-02 21:26:45 +01:00
Breandan Considine
89638a3694 Prefer wildcard imports to maximize vertical visibility in code samples
Too bad there isn't a way to filter lines with Jekyll Liquid tags
2016-03-21 16:59:17 -04:00
Breandan Considine
7b03fa6f39 Tidy up code samples and wrap at 80 chars #IJSDK-24 2016-03-21 16:08:47 -04:00
breandan
2cf2e55eb9 Update plugin code samples to use canonical project structure 2015-12-05 08:56:10 -05:00
breandan
aeb55b1a27 Share run configurations and inherit the project output path 2015-12-03 16:23:33 -05:00
breandan
0bfab58cc8 Add code_sample projects as sub-modules inside intellij-sdk-docs 2015-12-03 15:28:36 -05:00
breandan
448e845261 Fix untracked IDEA config files 2015-08-19 08:16:30 -04:00
Anna Bulenkova
0d533e7c07 [code] cleanup - annotations, naming 2015-01-26 15:31:22 +01:00
Anna Bulenkova
9868eb9242 [code] package structure changed 2015-01-19 14:35:28 +01:00
Anna Bulenkova
1051465123 [code] spelling 2015-01-19 14:30:48 +01:00
Anna Bulenkova
5a5fd57851 [code] custom actions moved on top for better screen shots 2015-01-19 09:57:15 +01:00
Anna Bulenkova
0c4e9a11d3 [code] Message formatting fixed 2014-12-29 13:35:17 +01:00
Anna Bulenkova
2ae2828aad [code] Logical and visual positions, offset 2014-12-29 13:12:14 +01:00
Anna Bulenkova
19f82bfa37 [code] EditorActionHandler illustration 2014-12-11 16:00:50 +01:00
Anna Bulenkova
52da55257d [code] TypedActionHandler illustration 2014-12-11 15:18:00 +01:00
Anna Bulenkova
abdb63531f [code] Editor - actionPerformed() 2014-12-09 18:04:47 +01:00
Anna Bulenkova
7a6b8fbf7c cleanup - finals 2014-12-09 17:33:27 +01:00
Anna Bulenkova
8ace7fde95 [code + md] getting the active editor 2014-12-09 17:26:30 +01:00
Anna Bulenkova
3e9a8cadf8 [code] LandDataKeys changes to CommonDataKeys 2014-12-09 16:59:13 +01:00
Anna Bulenkova
2d63aafd52 [code] EditorIllustration action 2014-12-09 15:22:52 +01:00
Anna Bulenkova
d089824fac SDK version update 2014-12-09 14:21:22 +01:00
Anna Bulenkova
2857c64fca [code] Editor basics stub 2014-12-09 13:38:09 +01:00