692 Commits

Author SHA1 Message Date
Yann Cébron
8b5382e9ea code samples: 2024.2.6 2025-04-24 09:58:21 +02:00
Yann Cébron
2cdd0f2490 2025.1 release (#1449)
* 251: update GH links in topics

* code_samples: Gradle 2.x (WIP)

* code_samples: Gradle 2.x (WIP)

* code_samples: Gradle 2.x (WIP)

* code_samples: Gradle 2.x (WIP)

* code_samples: Gradle 2.x (WIP)

* code_samples: Gradle 2.x (WIP)

* GH: theme_basics is not a Gradle project

* GH: remove deleted kotlin_demo project

* README: remove deleted kotlin_demo project

* code_samples: remove product_specific

* 2025.1 Beta3

* code_samples: remove obsolete kotlin_demo dir

* code_samples: add .intellijPlatform to .gitignore

* stub_indexes.md: fix gh link

* api_notable_list_2020.md: fix gh link

* code_samples: add .gitignore for standalone repo

* code_samples: build against latest 2024.2.x, set since-build explicitly

* code_samples: fix framework_basics

* Update EP and Listener lists

* Convert %gh-ic-master% links to %gh-ic%

* additional_minor_features.md: Update link to FileIncludeProvider

* api_notable_list_2020.md: Add note about internal API

* status_bar_widgets.md: Update StatusBarWidget.TextPresentation example

The previous example doesn't implement TextPresentation any more.

---------

Co-authored-by: Karol Lewandowski <karol.lewandowski@jetbrains.com>
2025-04-16 14:49:28 +02:00
Yann Cébron
7c0b785bcc code-samples README update 2025-04-08 16:24:46 +02:00
Karol Lewandowski
9d74a25e0d Rename basic-action-system.html to action-system.html in README files and a sample plugin.xml 2025-03-10 15:43:35 +01:00
Yann Cébron
fb6a6d5fae code samples: Gradle 8.13 2025-02-26 09:36:25 +01:00
Karol Lewandowski
d5e35c5da3 Make README badges more concise 2025-02-10 10:14:56 +01:00
Karol Lewandowski
5f0165ce0f Add Bluesky badges to README files - add missed "Follow" in alt texts 2025-02-07 13:49:26 +01:00
Karol Lewandowski
6f60173635 Add Bluesky badges to README files 2025-02-07 13:48:23 +01:00
Karol Lewandowski
3e2c9f6978 Update support channels with the JetBrains Platform community forum 2025-02-06 14:47:57 +01:00
Yann Cébron
ec29b790ee code samples: Gradle 8.12.1 2025-01-27 10:51:34 +01:00
Yann Cébron
01e2970775 code samples: Gradle 8.12 2025-01-07 10:50:30 +01:00
Karol Lewandowski
980a24e955 reference_contributor.md: Use PsiPolyVariantReferenceBase 2024-12-17 13:44:31 +01:00
Karol Lewandowski
14fef32a69 Fix dead override-text links 2024-12-10 10:43:47 +01:00
Karol Lewandowski
6050b1f700 SimpleCodeInsightTest.java: Disable checkWeakWarnings option in checkHighlighting() 2024-11-28 16:03:15 +01:00
Yann Cébron
cb84fc1d73 code samples: gradle 8.11.1 2024-11-21 10:21:09 +01:00
Yann Cébron
5e30bef504 2024.3 release (#1376)
* switch to 243, update gh-ic links

* code samples: build against 2024.1

* action_basics: mute warning in PopupDialogAction

* GH build: mute invalid plugin ID on CI

* GH build: mute invalid plugin ID on CI

* final 2024.3, regen EP-lists

* code samples: 2024.3
2024-11-13 16:23:03 +01:00
Yann Cébron
5501d1b092 code samples: gradle 8.11 2024-11-12 10:09:50 +01:00
Yann Cébron
f5428afa38 Code Samples: remove "Kotlin Demo" sample as it serves no real purpose anymore 2024-10-21 17:21:40 +02:00
Yann Cébron
a1f8cdb195 code samples: Gradle 8.10.2 2024-09-24 16:49:41 +02:00
Yann Cébron
f0b74bd557 code samples: Gradle 8.10.1 2024-09-10 15:48:13 +02:00
Yann Cébron
1d2d043eed code samples: Gradle 8.10 2024-08-14 15:16:58 +02:00
Yann Cébron
adea839799 2024.2 release (#1347)
* switch to 242, update gh-ic links

* fix link

* fix link

* fix link

* fix link

* regen EP lists

still some diff between 242 and EAP8

* convert gh-ic-master links

* GH code-samples: update PV IDE versions

* code samples: adjust target IDE&since/until values

* regen EP lists from release branch

* intellij_community_plugins_extension_point_list.md: fix duplicate heading

* intellij_community_plugins_extension_point_list.md: fix DevKit.lang.visitorProviderForRBCInspection EP

* GH: update PV versions

* 2024.2 GA
2024-08-07 09:59:03 +02:00
Yann Cébron
9c8bd0401f max_opened_projects: Kotlin 1.9.25 2024-08-07 09:08:30 +02:00
Yann Cébron
3074ceef96 kotlin_demo: Kotlin 1.9.25 2024-07-22 11:37:59 +02:00
Yann Cébron
6d295f6072 Code Samples: Gradle 8.9 2024-07-16 10:59:02 +02:00
Yann Cébron
66d68b046f editor_basics: fix README 2024-07-10 11:48:25 +02:00
Yann Cébron
2138fb5154 action_basics: fix README 2024-07-10 11:46:15 +02:00
Yann Cébron
b0a36b0226 max_opened_projects: fix link 2024-07-10 11:44:19 +02:00
Yann Cébron
fe15f86910 code samples: README remove link 2024-07-10 11:42:20 +02:00
Karol Lewandowski
cbff61d5b0 code_samples/conditional_operator_intention: Change description to follow conventions 2024-06-24 16:36:55 +02:00
Karol Lewandowski
5a256a5e9a Settings tutorial: Change the implementation to follow the recommended approach (a separate state class)
Also:
- remove unnecessary screenshot
- change labels to follow UX guidelines
2024-06-20 12:42:04 +02:00
Karol Lewandowski
90553c0511 Update Gradle IntelliJ Plugin to 1.17.4^ 2024-06-17 07:46:22 +02:00
Yann Cébron
9269a9b392 code samples: Gradle 8.8 2024-06-05 10:51:47 +02:00
Karol Lewandowski
f3b2034cef Downgrade to Kotlin <2.0.0 2024-06-03 14:25:33 +02:00
dependabot[bot]
4326d193ac --- (#1312)
updated-dependencies:
- dependency-name: org.jetbrains.kotlin.jvm
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-05-23 08:26:08 +02:00
dependabot[bot]
128b99b6ca --- (#1311)
updated-dependencies:
- dependency-name: org.jetbrains.kotlin.jvm
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-05-23 08:25:45 +02:00
Yann Cébron
d72d34a377 code samples: Kotlin 1.9.24 2024-05-07 15:53:46 +02:00
Yann Cébron
113f5d86d0 max_opened_projects: ProjectCloseListener cleanup 2024-04-09 15:32:07 +02:00
Yann Cébron
9c9c735d71 comparing_string_references_inspection: InspectionBundle prefer delegation 2024-04-09 14:56:05 +02:00
Karol Lewandowski
3e9f33b1cb 2024.1 Release: update pages, extension point lists, code samples, etc. (#1265) 2024-04-04 14:31:02 +02:00
Yann Cébron
5efa9a2a86 Live Template: use i18n attributes, update docs 2024-04-03 10:49:45 +02:00
Yann Cébron
36d6e26c54 Code Samples: Gradle 8.7 2024-04-03 09:30:27 +02:00
Karol Lewandowski
089ccea690 Update Gradle IntelliJ Plugin 2024-04-02 08:45:08 +02:00
dependabot[bot]
2d1a84fbe1 build(deps): bump org.jetbrains.kotlin.jvm in /code_samples/kotlin_demo (#1258)
Bumps [org.jetbrains.kotlin.jvm](https://github.com/JetBrains/kotlin) from 1.9.22 to 1.9.23.
- [Release notes](https://github.com/JetBrains/kotlin/releases)
- [Changelog](https://github.com/JetBrains/kotlin/blob/v1.9.23/ChangeLog.md)
- [Commits](https://github.com/JetBrains/kotlin/compare/v1.9.22...v1.9.23)

---
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-03-11 09:12:05 +01:00
Yann Cébron
00744d9ee6 code samples: update README/CONTRIBUTING 2024-02-22 13:57:54 +01:00
Yann Cébron
dc49be3899 code samples: update README/CONTRIBUTING 2024-02-22 13:54:00 +01:00
Yann Cébron
f6b805ba9c Gradle IntelliJ Plugin 1.17.2 2024-02-21 09:18:36 +01:00
Yann Cébron
d4e7d3502f code samples: Gradle 8.6 2024-02-07 10:02:12 +01:00
Yann Cébron
7c5cbf75aa code samples: org.jetbrains.intellij 1.17.1 2024-02-05 19:05:24 +01:00
Yann Cébron
b9d7150d02 Gradle IntelliJ Plugin 1.17.0 2024-01-22 09:24:36 +01:00