Patrick Scheibe
79c236498c
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
ec1bfebdf2
code samples: Gradle 8.1.1
2023-04-25 10:30:47 +02:00
Yann Cébron
c1b06a41a5
code sample: kotlin 1.8.21
2023-04-25 09:38:52 +02:00
Jakub Chrzanowski
8f915a5c90
Update JBPlatform Twitter badge
2023-04-17 22:40:32 +02:00
Jakub Chrzanowski
c1524022ad
Code Samples: bump Gradle to 8.1
2023-04-17 22:40:31 +02:00
Karol Lewandowski
82c299200a
tool_window code sample: Update README.md
2023-04-11 16:18:07 +02:00
Karol Lewandowski
1b8d2dd142
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
be06c8856d
tool_window code sample: Fix deprecated API usage
2023-04-11 13:07:53 +02:00
Karol Lewandowski
ce89421f49
Use Light Service in max_open_projects code sample
2023-04-05 16:13:04 +02:00
Yann Cébron
a25e24cbcd
code-samples: workaround for kotlin 1.8.20+, update link
2023-04-04 15:31:43 +02:00
Yann Cébron
3bec523d7c
code-samples: workaround for kotlin 1.8.20+
2023-04-04 10:21:39 +02:00
Yann Cébron
476b7f7dfb
code-samples: add suggested Gradle plugin setup for kotlin_demo
2023-04-03 14:17:34 +02:00
dependabot[bot]
b09e27ccc3
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
75f220a602
code samples: update gradle plugin
2023-03-29 10:26:28 +02:00
Yann Cébron
e57496774f
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
1fd9ebd759
remove obsolete "Preferences" term usage
2023-03-27 14:09:44 +02:00
Yann Cébron
22eb168ad0
code-samples: gradle-intellij-plugin 1.13.2
2023-03-13 10:10:00 +01:00
Yann Cébron
8b7c6c174a
code samples: gradle intellij plugin 1.13.1
2023-03-02 14:24:36 +01:00
Karol Lewandowski
5ee347bb0e
Update Go to Class/Symbol content
2023-03-01 10:55:40 +01:00
Karol Lewandowski
2fbcf27a1b
Fix missing icon in "go to symbol contributor" + use newer ChooseByNameContributorEx API
2023-02-28 16:52:39 +01:00
Karol Lewandowski
f255166cc0
Remove unused idea.home.path from code samples
2023-02-28 09:36:18 +01:00
Karol Lewandowski
4d1b6e6789
New topic: Inspection options ( #988 )
2023-02-27 15:36:02 +01:00
Jakub Chrzanowski
148ce5b74f
Code Samples: bump Gradle to 8.0.1
2023-02-25 11:54:11 +01:00
Karol Lewandowski
bc655b6459
Remove inspection_basics code sample
2023-02-21 13:18:48 +01:00
Yann Cébron
5352f62748
code samples: Gradle 8.0
2023-02-14 15:38:57 +01:00
Jakub Chrzanowski
1525f7448b
gradle intellij plugin 1.13.0
2023-02-10 20:38:30 +01:00
Yann Cébron
82e2722171
language tutorial: remove obsolete SimpleFileTypeFactory approach
2023-02-06 18:28:22 +01:00
dependabot[bot]
3377e534bf
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
6c5fbd2700
update CoC links
2023-02-02 09:49:43 +01:00
Yann Cébron
eae2904259
gradle intellij plugin 1.12.0
2023-01-16 13:43:13 +01:00
Yann Cébron
1b7b628b56
README: fix GH build status badge
2023-01-11 15:35:16 +01:00
Yann Cébron
634ede1016
"Settings/Preferences" is now "Settings" on all OSes
2023-01-11 14:43:08 +01:00
dependabot[bot]
b3229b16e9
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
60c6b28a55
gradle intellij plugin 1.11.0
2022-12-19 12:07:10 +01:00
Yann Cébron
ca238e0ae0
gradle plugin 1.10.1
2022-12-12 10:39:37 +01:00
Yann Cébron
0a071d092e
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
56c3a64f3b
action_basics: adjust Action texts to not trigger "wrong case" inspection
2022-11-30 17:48:14 +01:00
dependabot[bot]
6f97230858
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
604a627d36
code samples: Gradle 7.6
2022-11-28 17:31:11 +01:00
dependabot[bot]
873ddc1bc3
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
40b759154c
org.jetbrains.intellij 1.10.0
2022-11-21 10:55:10 +01:00
Yann Cébron
f0aec7daf3
theme_basics/README: update links
2022-11-17 18:06:56 +01:00
dependabot[bot]
43e59c37e5
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]
e3c696dab7
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
2fb140ccb9
update links to JB OSS page
2022-09-28 17:37:10 +02:00
Karol Lewandowski
70d4ebcec9
Gradle/DevKit approach or Plugin/Theme topic content reorganization ( #862 )
2022-09-27 17:01:29 +02:00
Makhnev Petr
c2f83ebeba
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
4cacd15632
simple language: cleanup SimpleFindUsagesProvider
2022-09-07 17:48:06 +02:00
Yann Cébron
eb1b9e27dc
simple language: add SimpleTokenSets (IJSDK-1533)
2022-09-07 17:42:34 +02:00
Karol Lewandowski
e45faad570
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