JohnHake
81f7a1321b
Cleanup
2020-02-18 09:21:00 -08:00
JohnHake
ac63eeeed0
Remove DevKit
2020-02-18 08:52:14 -08:00
JohnHake
7ab48ba806
Fix names
2020-02-17 16:15:33 -08:00
JohnHake
cf2f7be694
Add Gradle
2020-02-17 16:00:36 -08:00
JohnHake
ac26cc4086
Cleanup per SDK
2020-02-17 15:48:25 -08:00
JohnHake
c7b9635e8f
Remove DevKit
2020-02-17 15:12:57 -08:00
Yann Cébron
fb341d7ebd
tool_window/build: remove javadoc target
2020-02-17 11:11:38 +01:00
JohnHake
521a7db796
Update Gradle
2020-02-16 20:07:37 -08:00
JohnHake
49898066d6
Reconfig Gradle
2020-02-16 19:53:51 -08:00
JohnHake
2e4232a937
Remove DevKit
2020-02-16 19:27:53 -08:00
JohnHake
c045fbaa2b
Merge branch 'IJSDK-779'
2020-02-16 15:31:27 -08:00
JohnHake
095ec93f7b
Remove DevKit
...
Footprint to Gradle
Add Gradle
Packages
2020-02-16 15:25:40 -08:00
John Hake
e1150a78b0
Merge pull request #251 from olada/patch-1
...
Fix typo
2020-02-16 12:03:39 -08:00
David
b5990d0609
Fix typo
2020-02-16 14:33:03 +01:00
JohnHake
480f3aaa28
No "_" in <id>
2020-02-15 20:13:54 -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
Jakub Chrzanowski
d5138759b5
IJSDK-785 Convert code sample "psi_demo" to Gradle
2020-02-14 11:58:44 +01:00
Jakub Chrzanowski
f118869c77
gradle 6.1.1
2020-02-14 11:39:29 +01:00
Jakub Chrzanowski
703196d07f
IJSDK-786 Convert code sample "run_configuration" to Gradle
2020-02-14 11:28:52 +01:00
JohnHake
4d7184cbe2
Clarify EPs
2020-02-13 13:43:25 -08:00
JohnHake
a40396f062
Merge branch 'IJSDK-479B'
2020-02-13 10:21:02 -08:00
Jakub Chrzanowski
cb958a2c88
IJSDK-787 Convert code sample "tool_window" to use Gradle
2020-02-13 17:20:52 +01:00
Jakub Chrzanowski
59634a83f7
IJSDK-788 code review
2020-02-13 16:08:23 +01:00
Jakub Chrzanowski
7e834a9655
IJSDK-788 code review
2020-02-13 15:57:11 +01:00
Jakub Chrzanowski
07f37577a4
IJSDK-788 Cleanup code sample "tree_structure_provider"
2020-02-13 11:31:25 +01:00
JohnHake
5965b1dcb7
Incorporate PR247
2020-02-12 12:40:28 -08:00
JohnHake
335974458e
Draft Complete
2020-02-12 12:24:49 -08:00
JohnHake
5084f24168
Checkpoint IJSDK-479B
2020-02-11 19:35:37 -08:00
JohnHake
02a45c7b66
Merge branch 'IJSDK-479A'
...
# Conflicts:
# .idea/gradle.xml
2020-02-10 09:27:03 -08:00
JohnHake
60df3ded76
Incorporate Review
2020-02-10 09:15:27 -08:00
JohnHake
21a45c9560
Gradle to 6.1.1
2020-02-10 07:42:34 -08:00
JohnHake
d7e595cdf1
Update version
2020-02-10 07:09:56 -08:00
JohnHake
cd4c76ec22
Cleanup
2020-02-10 07:01:00 -08:00
JohnHake
c2b543befd
Conversion complete
2020-02-08 20:56:24 -08:00
JohnHake
b07996c84a
Add Gradle conversion
2020-02-08 20:31:11 -08:00
JohnHake
9a8a851be5
Remove DevKit
2020-02-08 19:55:05 -08:00
JohnHake
722c5c656e
Port to Gradle, update unit tests
2020-02-07 11:54:11 -08:00
JohnHake
5b4867b2be
Gradle conversion
2020-02-06 20:39:50 -08:00
JohnHake
5832413336
action_basics replaces register_actions
2020-02-06 12:52:45 -08:00
JohnHake
f4fb5b1b31
Delete DevKit, add Gradle simple_language_plugin
2020-02-05 20:39:11 -08:00
JohnHake
0dd8eca961
Add simple_language and updates to simple_language_plugin
2020-02-05 19:28:43 -08: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
Dmitry Jemerov
0807d3c364
Fix parameter names and annotations in tree structure provider sample
2020-01-03 13:36:41 +01:00
Dmitry Jemerov
82326be927
Convert tree_structure_provider sample to Gradle
2020-01-03 13:33:24 +01:00
mongolyy
6a41ceeaed
Add override annotation
2019-12-26 16:07:28 +09:00
Yann Cébron
ea81ccf3da
gradle-intellij-plugin 0.4.15
2019-12-09 10:43:55 +01:00
Dmitry Jemerov
35bc0962b5
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
4fa02cd04e
Must extend DefaultActionGroup for the group to accept children
2019-11-29 12:59:12 -08:00