690 Commits

Author SHA1 Message Date
Karol Lewandowski
aa4bfe5497 tool_window code sample: Reimplement to get rid of the form created with GUI form designer 2023-04-11 15:08:50 +02:00
Karol Lewandowski
b2614dd513 tool_window code sample: Fix deprecated API usage 2023-04-11 13:07:53 +02:00
Karol Lewandowski
f9f350e562 Use Light Service in max_open_projects code sample 2023-04-05 16:13:04 +02:00
Yann Cébron
756521cea7 code-samples: workaround for kotlin 1.8.20+, update link 2023-04-04 15:31:43 +02:00
Yann Cébron
0b3b85909c code-samples: workaround for kotlin 1.8.20+ 2023-04-04 10:21:39 +02:00
Yann Cébron
1df1246573 code-samples: add suggested Gradle plugin setup for kotlin_demo 2023-04-03 14:17:34 +02:00
dependabot[bot]
e690e9bc95
build(deps): bump org.jetbrains.kotlin.jvm in /code_samples/kotlin_demo (#1033)
Bumps [org.jetbrains.kotlin.jvm](https://github.com/JetBrains/kotlin) from 1.8.10 to 1.8.20.
- [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-04-03 14:07:18 +02:00
Yann Cébron
edb4f3df17 code samples: update gradle plugin 2023-03-29 10:26:28 +02:00
Yann Cébron
32aeca2ccf
2023.1 release (#1010)
* 2023.1 release: update gh-links, re-gen EP lists

* code samples: update target version

* code samples: fix framework_basics missing dependency on Java plugin

* stub_indexes.md: update -master GH link

* EP lists: improve "Topic" presentation

* internal_ui_inspector.md: fix link

* kotlin_demo: fix link

* Generate Android Studio releases

* publishing_plugin.md: add note about plugin signing

* plugin_signing.md: Update information about providing `certificateChainFile` and `privateKeyFile` + minor changes

* tools_gradle_intellij_plugin.md: add `verifyPluginSignature` task

* plugin_signing.md: add Plugin Signature Verification

* plugin_signing.md: fixed anchor

* creating_plugin_project.md: update

* GH: set final 2023.1 tag

* GH code samples: update PV version

* code samples: ComparingStringReferencesInspection compatibility with 231.*
2023-03-28 20:09:23 +02:00
Yann Cébron
8e696241d9 remove obsolete "Preferences" term usage 2023-03-27 14:09:44 +02:00
Yann Cébron
e2a0684068 code-samples: gradle-intellij-plugin 1.13.2 2023-03-13 10:10:00 +01:00
Yann Cébron
51333a6d61 code samples: gradle intellij plugin 1.13.1 2023-03-02 14:24:36 +01:00
Karol Lewandowski
c2ae57932d Update Go to Class/Symbol content 2023-03-01 10:55:40 +01:00
Karol Lewandowski
56962aa29c Fix missing icon in "go to symbol contributor" + use newer ChooseByNameContributorEx API 2023-02-28 16:52:39 +01:00
Karol Lewandowski
14930c74b4 Remove unused idea.home.path from code samples 2023-02-28 09:36:18 +01:00
Karol Lewandowski
f2906872cf
New topic: Inspection options (#988) 2023-02-27 15:36:02 +01:00
Jakub Chrzanowski
373d65c2de
Code Samples: bump Gradle to 8.0.1 2023-02-25 11:54:11 +01:00
Karol Lewandowski
98078aca87 Remove inspection_basics code sample 2023-02-21 13:18:48 +01:00
Yann Cébron
9e2386caad code samples: Gradle 8.0 2023-02-14 15:38:57 +01:00
Jakub Chrzanowski
3a041c2a8b
gradle intellij plugin 1.13.0 2023-02-10 20:38:30 +01:00
Yann Cébron
421f176f06 language tutorial: remove obsolete SimpleFileTypeFactory approach 2023-02-06 18:28:22 +01:00
dependabot[bot]
2c63cdfd3a
build(deps): bump org.jetbrains.kotlin.jvm in /code_samples/kotlin_demo (#978)
Bumps [org.jetbrains.kotlin.jvm](https://github.com/JetBrains/kotlin) from 1.8.0 to 1.8.10.
- [Release notes](https://github.com/JetBrains/kotlin/releases)
- [Changelog](https://github.com/JetBrains/kotlin/blob/v1.8.10/ChangeLog.md)
- [Commits](https://github.com/JetBrains/kotlin/compare/v1.8.0...v1.8.10)

---
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-02-06 10:04:36 +01:00
Yann Cébron
d71a9ea64c update CoC links 2023-02-02 09:49:43 +01:00
Yann Cébron
0afb8ffd64 gradle intellij plugin 1.12.0 2023-01-16 13:43:13 +01:00
Yann Cébron
ba4f570688 README: fix GH build status badge 2023-01-11 15:35:16 +01:00
Yann Cébron
b969d17468 "Settings/Preferences" is now "Settings" on all OSes 2023-01-11 14:43:08 +01:00
dependabot[bot]
b2156b6fe4
build(deps): bump org.jetbrains.kotlin.jvm in /code_samples/kotlin_demo (#954)
Bumps [org.jetbrains.kotlin.jvm](https://github.com/JetBrains/kotlin) from 1.7.22 to 1.8.0.
- [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.7.22...v1.8.0)

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

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-01-10 11:38:22 +01:00
Yann Cébron
a402a56715 gradle intellij plugin 1.11.0 2022-12-19 12:07:10 +01:00
Yann Cébron
80beaaa17d gradle plugin 1.10.1 2022-12-12 10:39:37 +01:00
Yann Cébron
cd23596f6b
223 release (#904)
* api_notable_list_2022.md: update unbundled plugins 2022.3

* element_patterns.md: new sample

* 2022.3 release: update GH links

* 2022.3 release: update GH links, #2

* EP list: initial, change android from GH to JB hosting temporarily + adapt links

* 223 release initial values

* stop recommending PreloadingActivity (internal API now)

* product specific EP lists

* element_patterns.md: minor

* code samples: upgrade

* extension_point_list.md: fix duplicate heading

* sdk_code_guidelines.md: update compatibility values

* spring_extension_point_list.md: update

* 223.7571.182
2022-11-30 20:31:23 +01:00
Yann Cébron
dec645c933 action_basics: adjust Action texts to not trigger "wrong case" inspection 2022-11-30 17:48:14 +01:00
dependabot[bot]
6a2b4cbef4
build(deps): bump org.jetbrains.kotlin.jvm in /code_samples/kotlin_demo (#903)
Bumps [org.jetbrains.kotlin.jvm](https://github.com/JetBrains/kotlin) from 1.7.21 to 1.7.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.7.21...v1.7.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>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-11-29 09:28:41 +01:00
Yann Cébron
329f195c80 code samples: Gradle 7.6 2022-11-28 17:31:11 +01:00
dependabot[bot]
219c734728
build(deps): bump org.jetbrains.intellij in /code_samples/action_basics (#900)
Bumps org.jetbrains.intellij from 1.9.0 to 1.10.0.

---
updated-dependencies:
- dependency-name: org.jetbrains.intellij
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-11-21 11:17:51 +01:00
Yann Cébron
49578f09b1 org.jetbrains.intellij 1.10.0 2022-11-21 10:55:10 +01:00
Yann Cébron
e2bda291e4 theme_basics/README: update links 2022-11-17 18:06:56 +01:00
dependabot[bot]
5d6437e48d
build(deps): bump org.jetbrains.kotlin.jvm in /code_samples/kotlin_demo (#878)
Bumps [org.jetbrains.kotlin.jvm](https://github.com/JetBrains/kotlin) from 1.7.20 to 1.7.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/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>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-11-09 09:39:28 +01:00
dependabot[bot]
fbd6290013
build(deps): bump org.jetbrains.kotlin.jvm in /code_samples/kotlin_demo (#863)
Bumps [org.jetbrains.kotlin.jvm](https://github.com/JetBrains/kotlin) from 1.7.10 to 1.7.20.
- [Release notes](https://github.com/JetBrains/kotlin/releases)
- [Changelog](https://github.com/JetBrains/kotlin/blob/v1.7.20/ChangeLog.md)
- [Commits](https://github.com/JetBrains/kotlin/compare/v1.7.10...v1.7.20)

---
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>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-10-05 15:32:53 +02:00
Yann Cébron
0904a74c6c update links to JB OSS page 2022-09-28 17:37:10 +02:00
Karol Lewandowski
3db7a0e343
Gradle/DevKit approach or Plugin/Theme topic content reorganization (#862) 2022-09-27 17:01:29 +02:00
Makhnev Petr
df894b3c86
Add article and tutorial about Spell Checking to the Custom Language Support topic (#856)
- Add two articles about spell checking for the Custom Language Support topic
- Reference part describing general information about spell checking
- Implementation part with spell checking strategy for the Simple language
- Add info about EP for `BundledDictionaryProvider`
- Add `SuppressibleSpellcheckingStrategy` section
2022-09-27 03:45:16 +02:00
Yann Cébron
820a50e72e simple language: cleanup SimpleFindUsagesProvider 2022-09-07 17:48:06 +02:00
Yann Cébron
793c65df3f simple language: add SimpleTokenSets (IJSDK-1533) 2022-09-07 17:42:34 +02:00
Karol Lewandowski
f0a02fe5b5 add links to elements in plugin configuration file
Some occurrences are intentionally skipped. I added links only to the first occurrences of a given element in a section (not a page).
2022-09-07 11:32:17 +02:00
Yann Cébron
c1ee156bdd custom language tutorial: clarify SimpleFileTypeFactory alternative 2022-09-06 10:45:29 +02:00
Yann Cébron
38672d517a code samples: org.jetbrains.intellij 1.9.0 2022-09-05 14:40:16 +02:00
Jakub Chrzanowski
795150c7e3
tools_gradle_intellij_plugin.md: reorganize tasks sections 2022-09-02 19:49:30 +02:00
Yann Cébron
992fd07b11 code samples: org.jetbrains.intellij 1.8.1 2022-08-25 15:57:42 +02:00
Yann Cébron
78e6492324 com.intellij.intentionAction: new language property 2022-08-22 16:38:13 +02:00
Yann Cébron
77286455c3 simple language: nullability in SimpleParserDefinition 2022-08-16 12:42:07 +02:00