691 Commits

Author SHA1 Message Date
Yann Cébron
3e2032a4ca code samples: Gradle 8.6 2024-02-07 10:02:12 +01:00
Yann Cébron
f93405707e code samples: org.jetbrains.intellij 1.17.1 2024-02-05 19:05:24 +01:00
Yann Cébron
70bf352b70 Gradle IntelliJ Plugin 1.17.0 2024-01-22 09:24:36 +01:00
Yann Cébron
b008958e0c Twitter -> X 2024-01-10 11:00:45 +01:00
Yann Cébron
9acfa391af simple language: regen lexer with current jflex version 2024-01-09 15:00:46 +01:00
dependabot[bot]
a24f6b90c3
build(deps): bump org.jetbrains.kotlin.jvm in /code_samples/kotlin_demo (#1183)
Bumps [org.jetbrains.kotlin.jvm](https://github.com/JetBrains/kotlin) from 1.9.21 to 1.9.22.
- [Release notes](https://github.com/JetBrains/kotlin/releases)
- [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md)
- [Commits](https://github.com/JetBrains/kotlin/compare/v1.9.21...v1.9.22)

---
updated-dependencies:
- dependency-name: org.jetbrains.kotlin.jvm
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-01-02 18:10:57 +01:00
Karol Lewandowski
7730473352 Change "quick-fix" to "quick fix"
This is the actual feature name we use everywhere.
2023-12-07 12:29:33 +01:00
Yann Cébron
69a9b5d8a7
2023.3 release: update pages, extension point lists (#1155)
* 2023.3 release: update pages, extension point lists

* extension_point_list.md: restore deleted heading

* 2023.3 release: code samples

* 23.3 release: final
2023-12-06 17:10:38 +01:00
Yann Cébron
33e3fa72a0 code samples: gradle-intellij-plugin 1.16.1 2023-12-04 09:45:37 +01:00
Yann Cébron
19df2ce3ba code samples: Gradle 8.5 2023-11-29 16:41:15 +01:00
Yann Cébron
07e1475705 code samples: cleanup 2023-11-29 16:31:01 +01:00
dependabot[bot]
e8b7f54a42
build(deps): bump org.jetbrains.kotlin.jvm in /code_samples/kotlin_demo (#1154)
Bumps [org.jetbrains.kotlin.jvm](https://github.com/JetBrains/kotlin) from 1.9.20 to 1.9.21.
- [Release notes](https://github.com/JetBrains/kotlin/releases)
- [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md)
- [Commits](https://github.com/JetBrains/kotlin/compare/v1.9.20...v1.9.21)

---
updated-dependencies:
- dependency-name: org.jetbrains.kotlin.jvm
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-11-27 09:27:31 +01:00
Yann Cébron
6bf5b01886 Kotlin 1.9.20 2023-10-31 08:52:57 +01:00
Karol Lewandowski
c22b7c599b working_with_custom_actions.md, PopupDialogAction.java: Cleanup code sample and reference it from the page 2023-10-26 15:02:56 +02:00
Yann Cébron
3523da598a code samples: apply "Plugin DevKit | Code | Extension class should be final and non-public" 2023-10-25 13:51:55 +02:00
Yann Cébron
dd7a8a6be1 simple language: cleanup SimpleReference 2023-10-25 13:51:55 +02:00
Karol Lewandowski
7bd389f6fc modifying_psi.md: Remove hardcoded code snippet, cleanup applyFix and reference it from the page 2023-10-18 16:21:17 +02:00
Yann Cébron
d9dc35d7dd [code samples] Gradle 8.4 2023-10-10 11:59:59 +02:00
Yann Cébron
22deaa0b55 [code samples] Gradle IntelliJ Plugin 1.16.0 2023-10-10 11:46:32 +02:00
Jakub Chrzanowski
4886561620
code samples: Gradle 8.4 2023-10-05 08:44:45 +02:00
Yann Cébron
8f192b1bbb code_samples/pycharm_basics: Gradle 8.3 2023-09-13 09:10:17 +02:00
Karol Lewandowski
c37b34729e Code samples: Change the CONTINUATION_INDENT_SIZE from 8 to 4 and reformat code.
We use INDENT_SIZE = 2 and continuation size should be at most 4 in this case.
2023-09-07 11:59:58 +02:00
Karol Lewandowski
02c6bb0067 Fix ConditionalOperatorConverterTest 2023-09-05 17:13:22 +02:00
Karol Lewandowski
2aa515f52f ConditionalOperatorConverter: Remove redundant startInWriteAction() 2023-09-05 16:56:05 +02:00
Karol Lewandowski
8bfc560025 ConditionalOperatorConverter: Cleanup: remove final modifiers 2023-09-05 16:56:05 +02:00
Karol Lewandowski
a75e5c1336 ConditionalOperatorConverter: Remove potential NPE warnings 2023-09-05 16:56:05 +02:00
Karol Lewandowski
d58baa6cf2 Fix conditional_operator_intention code sample: Family name displayed in the inspections list is "ConditionalOperatorIntention" 2023-09-05 16:56:05 +02:00
Yann Cébron
ad2646bcb9 Kotlin 1.9.10 2023-08-24 09:12:43 +02:00
Jakub Chrzanowski
0cc25a07db
code samples: Gradle 8.3 2023-08-17 11:13:58 +02:00
Yann Cébron
39f9bb2e79 simple language: SimpleFoldingBuilder use visitor, cleanup 2023-08-10 14:04:28 +02:00
Yann Cébron
4b9e249f00 simple language: SimpleFoldingBuilder cleanup, update folding on property value change 2023-08-10 13:48:04 +02:00
Karol Lewandowski
7d27592be5
code_samples/project_view_pane: Cleanup (#1093)
* code_samples/project_view_pane: Cleanup:

- fix bug with not refreshing "svg" files and add supporting "jpeg" extension
- fix not working "Folders Always on Top" switch
- fix extracting file extension
- change disposable from Project to ProjectViewPane
- use BulkFileListener instead of VirtualFileListener with Alarm for updating the tree for immediate updates
- use Application.invokeLater instead of SwingUtilities.invokeLater
- code cleanup

* code_samples/project_view_pane: Add project.getDisposed() condition to the Application.invokeLater() call

* code_samples/project_view_pane: Do not count non-project files

* code_samples/project_view_pane: Do not update UI too often
2023-08-02 14:32:01 +02:00
Yann Cébron
84e8333e9c
2023.2 release (#1091) 2023-07-26 14:44:10 +02:00
Karol Lewandowski
40f98bae3d Correction: "register as an extension point" -> "register in an extension point" 2023-07-19 10:18:25 +02:00
Yann Cébron
2ecb416644 code samples: Gradle 8.2.1 2023-07-12 09:01:20 +02:00
Yann Cébron
29d80148e0 remove Kotlin 1.8.20 OOM workaround from code samples 2023-07-10 17:01:58 +02:00
Jakub Chrzanowski
3f6a50345d
Update Kotlin to 1.9.0 2023-07-07 16:37:54 +02:00
Jakub Chrzanowski
48181ebc0b
Update Gradle IntelliJ Plugin to 1.15.0 2023-07-07 16:37:11 +02:00
Karol Lewandowski
ab0bd318c9 Update Gradle IntelliJ Plugin to 1.14.2 2023-07-06 15:13:17 +02:00
Yann Cébron
040ec9636f code samples: add gradle.properties to enable caching and defaults for use of Kotlin 2023-06-15 12:47:44 +02:00
Karol Lewandowski
0e3dc47eeb
Execution API docs (#1065) 2023-06-15 10:51:07 +02:00
Yann Cébron
bbea0da35d [code samples] update Gradle IntelliJ Plugin 1.14.1 2023-06-08 09:30:06 +02:00
dependabot[bot]
74769687bd
build(deps): bump org.jetbrains.kotlin.jvm in /code_samples/kotlin_demo (#1063)
Bumps [org.jetbrains.kotlin.jvm](https://github.com/JetBrains/kotlin) from 1.8.21 to 1.8.22.
- [Release notes](https://github.com/JetBrains/kotlin/releases)
- [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md)
- [Commits](https://github.com/JetBrains/kotlin/commits)

---
updated-dependencies:
- dependency-name: org.jetbrains.kotlin.jvm
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-06-08 09:26:15 +02:00
Jakub Chrzanowski
2a7b084628
code-samples: gradle-intellij-plugin 1.14.0 2023-06-02 09:25:32 +02:00
Vadim Tsindyaykin
9d737aed21
add Run IDE with Plugin configuration to all plugin samples. (#1038) 2023-05-22 18:00:54 +02:00
Patrick Scheibe
a9218af3cc
Switch from DocumentationProvider to DocumentationTargetProvider (#1037)
* Include docs for Documentation Target API
* Rearrange the page to combine it with the deprecated Documentation Provider API
* Update API changes page
* Add notes to the language tutorial
* Include suggestions from Karol and Yann
2023-04-27 14:13:13 +02:00
Yann Cébron
1532e2b240 code samples: Gradle 8.1.1 2023-04-25 10:30:47 +02:00
Yann Cébron
0e0cede9d4 code sample: kotlin 1.8.21 2023-04-25 09:38:52 +02:00
Jakub Chrzanowski
fd907f0dec
Update JBPlatform Twitter badge 2023-04-17 22:40:32 +02:00
Jakub Chrzanowski
496a493716
Code Samples: bump Gradle to 8.1 2023-04-17 22:40:31 +02:00