692 Commits

Author SHA1 Message Date
JohnHake
59a4610efe Merge branch 'IJSDK-479B' 2020-02-13 10:21:02 -08:00
Jakub Chrzanowski
beeb045373 IJSDK-787 Convert code sample "tool_window" to use Gradle 2020-02-13 17:20:52 +01:00
Jakub Chrzanowski
efa30965d5 IJSDK-788 code review 2020-02-13 16:08:23 +01:00
Jakub Chrzanowski
c1ef345fef IJSDK-788 code review 2020-02-13 15:57:11 +01:00
Jakub Chrzanowski
cdc8d6af93 IJSDK-788 Cleanup code sample "tree_structure_provider" 2020-02-13 11:31:25 +01:00
JohnHake
479ebabe33 Incorporate PR247 2020-02-12 12:40:28 -08:00
JohnHake
b6a9cff1ba Draft Complete 2020-02-12 12:24:49 -08:00
JohnHake
c83e24d8bd Checkpoint IJSDK-479B 2020-02-11 19:35:37 -08:00
JohnHake
72e4fafbe4 Merge branch 'IJSDK-479A'
# Conflicts:
#	.idea/gradle.xml
2020-02-10 09:27:03 -08:00
JohnHake
605d747a2e Incorporate Review 2020-02-10 09:15:27 -08:00
JohnHake
83af8b7db3 Gradle to 6.1.1 2020-02-10 07:42:34 -08:00
JohnHake
9704c18dbc Update version 2020-02-10 07:09:56 -08:00
JohnHake
72fc294992 Cleanup 2020-02-10 07:01:00 -08:00
JohnHake
cbb34731ce Conversion complete 2020-02-08 20:56:24 -08:00
JohnHake
bddbbfe1de Add Gradle conversion 2020-02-08 20:31:11 -08:00
JohnHake
feb63180ce Remove DevKit 2020-02-08 19:55:05 -08:00
JohnHake
7e5e76abd6 Port to Gradle, update unit tests 2020-02-07 11:54:11 -08:00
JohnHake
ced34792f9 Gradle conversion 2020-02-06 20:39:50 -08:00
JohnHake
1f5efe6f29 action_basics replaces register_actions 2020-02-06 12:52:45 -08:00
JohnHake
65dd82041f Delete DevKit, add Gradle simple_language_plugin 2020-02-05 20:39:11 -08:00
JohnHake
a4688028c5 Add simple_language and updates to simple_language_plugin 2020-02-05 19:28:43 -08:00
Yann Cébron
3f310e1460 gradle-intellij-plugin v0.4.16 2020-01-28 15:28:37 +01:00
Dmitry Jemerov
b14027f3ff Demonstrate correct way of registering typed handlers 2020-01-03 18:15:24 +01:00
Dmitry Jemerov
edd172e082 Fix parameter names and annotations in tree structure provider sample 2020-01-03 13:36:41 +01:00
Dmitry Jemerov
8b5a79bc44 Convert tree_structure_provider sample to Gradle 2020-01-03 13:33:24 +01:00
mongolyy
4fdc2770f7
Add override annotation 2019-12-26 16:07:28 +09:00
Yann Cébron
2ac6d40f1f gradle-intellij-plugin 0.4.15 2019-12-09 10:43:55 +01:00
Dmitry Jemerov
4b7a0fae34 Stop teaching people to use components (#233)
- Replace documentation on writing components with documentation on migrating away from components
- Split documentation on extensions and extension points (extensions are always needed and EPs are quite uncommon)
- Add documentation on listeners
- Remove application and project components in sample plugins whenever possible
2019-12-05 10:10:38 +01:00
JohnHake
6515d78cdc Must extend DefaultActionGroup for the group to accept children 2019-11-29 12:59:12 -08:00
JohnHake
78609f5252 gradle 6.0.1 2019-11-26 18:23:41 -08:00
JohnHake
4176f0df48 Update Kotlin, Gradle, intellij.version 2019-11-25 20:48:44 -08:00
Yann Cébron
a4191c2aa2 gradle-intellij-plugin 0.4.14 2019-11-25 16:33:01 +01:00
John Hake
2c1748ef00
Merge pull request #222 from JohnHake/IJSDK-676
IJSDK-676 Python Plugin
2019-11-19 17:06:41 -08:00
JohnHake
c29a987aa3 inc comments 2019-11-14 19:30:05 -08:00
Yann Cébron
e8c55b5ba0 gradle-intellij-plugin 0.4.13 2019-11-14 10:42:20 +01:00
JohnHake
b551bd91c3 Update plugin for 192.4, rewrite pycharm products page. 2019-11-12 23:56:58 -08:00
Yann Cébron
e676eccbdc gradle-intellij-plugin 0.4.12 2019-11-08 16:55:35 +01:00
JohnHake
81ed6b72f2 2019.2.4 update 2019-11-05 16:50:29 -08:00
JohnHake
7841aa8264 Move 2019-11-05 15:36:55 -08:00
Yann Cébron
f443d4f54a gradle-intellij-plugin 0.4.11, #2 2019-11-04 16:46:26 +01:00
Yann Cébron
76fba10d95 gradle-intellij-plugin 0.4.11 2019-11-04 11:03:55 +01:00
Yann Cébron
7b5a11231b gradle_demo: gradle-intellij-plugin 0.4.10 2019-10-15 17:31:40 +02:00
Yann Cébron
b6a5384a32 kotlin_demo: gradle-intellij-plugin 0.4.10 2019-10-15 17:31:25 +02:00
Yann Cébron
2e3619f088 inspection_basics: gradle-intellij-plugin 0.4.10 2019-10-15 17:31:10 +02:00
Dmitry Jemerov
88ca00034e Avoid "leaf token" warning in SimpleLineMarkerProvider 2019-10-11 14:05:51 +02:00
Dmitry Jemerov
91a8e8dbdd Actually working persistence for DemoRunConfiguration 2019-10-11 14:05:51 +02:00
Dmitry Jemerov
69fcec8bd8 Run configuration sample actually does something functional 2019-10-08 16:51:16 +02:00
JohnHake
56ff3418e2 Fix text ranges 2019-10-07 13:39:02 -07:00
John Hake
4b077fb448
Merge pull request #209 from JohnHake/IJSDK-665
IJSDK-657, IJSDK-665
2019-09-24 13:34:41 -07:00
JohnHake
0a4f1d96e4 IJSDK-657, IJSDK-665 2019-09-24 13:31:46 -07:00