615 Commits

Author SHA1 Message Date
dependabot[bot]
99462eb6ae build(deps): bump org.jetbrains.kotlin.jvm in /code_samples/kotlin_demo (#349)
Bumps org.jetbrains.kotlin.jvm from 1.3.60 to 1.4.21-2.

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-01-20 13:14:50 +01:00
Jakub Chrzanowski
cb6704f9a1 GitHub Actions: separated workflows for docs and code_samples 2021-01-20 13:02:51 +01:00
Jakub Chrzanowski
2761b007c4 Update IntelliJ SDK Docs cross-links 2021-01-18 11:21:51 +01:00
Yann Cébron
52c4306afd code_samples/README: links update 2021-01-14 19:16:30 +01:00
Jakub Chrzanowski
31aa6b1c82 code_samples: Update repository URL 2021-01-14 16:15:00 +01:00
Yann Cébron
62182242d8 code_samples: gradle 6.8 2021-01-12 17:07:50 +01:00
Yann Cébron
e73d52505a code_samples: upgrade to junit 4.13.1 2021-01-07 17:44:36 +01:00
Yann Cébron
d923130f0b code samples README: link EP list 2021-01-07 11:40:17 +01:00
Yann Cébron
063273dd84 code_samples README: IPE 2020-12-17 12:12:03 +01:00
Yann Cébron
966a3d9191 simple_language: regen BNF 2020-12-02 15:28:09 +01:00
Yann Cébron
1e92401600 code_samples: replace upsource:// links in README 2020-12-02 15:16:49 +01:00
Yann Cébron
9623e327b9 code_samples: untilBuild = '203.*' 2020-12-02 10:56:46 +01:00
Yann Cébron
f9a7c3d2a2 [code samples] fix comparing_references_inspection 2020-11-26 15:04:56 +01:00
Yann Cébron
3248dae083 gradle plugin 0.6.5 2020-11-26 14:52:17 +01:00
Yann Cébron
8cc5d387ca simple language: fix SimpleCreatePropertyQuickFix.getFamilyName 2020-11-18 17:31:35 +01:00
Yann Cébron
9687dbc25f simple language: improve SimpleAnnotator 2020-11-18 17:27:55 +01:00
Yann Cébron
62264e1eb4 simple language: cleanup SimpleAnnotator 2020-11-18 16:45:14 +01:00
Yann Cébron
45ebe1e663 [code samples] gradle-6.7.1 2020-11-17 15:26:51 +01:00
Yann Cébron
2a80f21adf gradle-intellij-plugin 0.6.3 2020-11-09 17:05:56 +01:00
Jakub Chrzanowski
ca78cffeee gradle-intellij-plugin 0.6.2 2020-11-05 15:12:16 +01:00
Yann Cébron
40e3406ecd code samples: upgrade dependency on Java plugin to ID-notation (IJSDK-796) 2020-11-04 17:04:05 +01:00
Yann Cébron
062c100cfb simple_language_plugin: suppress deprecation warning for SimpleFileTypeFactory 2020-11-03 17:21:09 +01:00
Yann Cébron
f5a0464217 simple_language_plugin: register SimpleReferenceContributor with language="JAVA" 2020-11-03 17:20:20 +01:00
Jakub Chrzanowski
90804ad138 Switch Gradle Wrapper to -all to improve the IntelliSense JetBrains/intellij-platform-plugin-template#48 2020-10-16 14:50:15 +02:00
Jakub Chrzanowski
8319ef2626 Upgrade Gradle Wrapper to v6.7 2020-10-15 17:10:31 +02:00
Jakub Chrzanowski
5942892ddb Cleanup code_samples JavaDocs 2020-10-07 15:44:55 +02:00
Yann Cébron
09c3ed4620 gradle-intellij-plugin 0.5.0 2020-10-05 19:06:19 +02:00
Yann Cébron
83ff160302 gradle-intellij-plugin 0.4.26 2020-10-01 14:39:49 +02:00
Jakub Chrzanowski
2dce0189b9 Docs maintenance (#316)
docs maintenance
2020-09-21 17:15:08 +02:00
Yann Cébron
cf4f0393f6 action_basics/README: fix ActionGroup upsource link 2020-09-16 12:20:11 +02:00
Yann Cébron
9c29526ca3 live_templates/README: fix TemplateContextType upsource link 2020-09-16 12:13:41 +02:00
Yann Cébron
9998c8205b Code Samples README: previous platform releases 2020-09-16 11:51:33 +02:00
Yann Cébron
b0df56f294 gradle-intellij-plugin 0.4.22 2020-09-03 15:02:13 +02:00
JohnHake
8db59c9652 [action_basics] add localization content IJSDK-886
update README for action_basics
2020-08-24 12:25:10 -07:00
Jakub Chrzanowski
b1003b2b29 Code Samples: CODE_OF_CONDUCT, CONTRIBUTING and LICENSE files 2020-08-12 13:45:27 +02:00
Yann Cébron
5774ff7036 [simple language plugin] FQN EP names in comment 2020-08-12 11:42:31 +02:00
Jakub Chrzanowski
857d945494 Code Samples READMEs 2020-08-12 11:25:19 +02:00
JohnHake
5bc3d29733 [theme_basics] Set module SDK must be IDEA jdk for plugin to load. 2020-08-11 14:54:48 -07:00
JohnHake
32680b9f5d [2020.2 release] IJSDK-869 Port project_view_pane code sample to async tree based on GrailsProjectViewPane.kt. Still shows deprecation warning for BaseProjectTreeBuilder, AbstractTreeUpdater, AbstractTreeBuilder 2020-08-05 17:11:06 -07:00
Yann Cébron
5241b5af31 [code samples] note about composite build excluding product_specific 2020-08-04 14:22:33 +02:00
JohnHake
3529fc4a37 [2020.2 release] Update pycharm_basics to 2020.2 GM 2020-07-29 10:19:43 -07:00
JohnHake
7068ec8fe1 [2020.2] Pycharm not yet at GM, keep at 202-EAP-SNAPSHOT 2020-07-28 22:24:58 -07:00
JohnHake
f47a5ac1bf [2020.2 release] IJSDK-869 update intellij.version to 2020.2
Add notes about AnnotationHolder changes
Update upsource links per inspections
Fixes deprecation warning for AnnotationHolder
Compiles, but deprecation warnings for AbstractTreeBuilder, AbstractTreeUpdater, AnnotationHolder
2020-07-28 21:31:31 -07:00
JohnHake
ba79da41e8 [custom language] IJSDK-829 Update screenshots to display https
Resize images; remove some Liquid {:width=} tags
                  Remove errant newline at end of ParsingTestData.simple
2020-07-22 14:34:54 -07:00
Yann Cébron
1ee945229c [simple language] SimpleCompletionContributor: cleanup 2020-07-15 17:39:33 +02:00
Yann Cébron
bba727c859 code samples: gradle 6.5 2020-06-22 15:17:14 +02:00
Yann Cébron
376eb99373 inspection_basics: remove gradle.properties 2020-06-17 10:39:13 +02:00
Yann Cébron
f7257f7f64 [build] remove pycharm_basics from composite build 2020-05-28 19:03:21 +02:00
JohnHake
452f1ac60b Merge branch 'IJSDK-150C' 2020-05-20 23:39:41 -07:00
JohnHake
ef0f4eb089 [settings] Add review feedback 2020-05-20 21:37:11 -07:00