916 Commits

Author SHA1 Message Date
Tagir Valeev
e10eb8f580
PsiUtil#isLanguageLevelXYZOrHigher (#1217)
* PsiUtil#isLanguageLevelXYZOrHigher

* Update api_changes_list_2024.md
2024-02-14 15:42:36 +01:00
Yann Cébron
f2ca1b79cf api_changes_list_2024.md: align entries, #3 2024-02-05 16:24:40 +01:00
Yann Cébron
31c36cf98a api_changes_list_2024.md: align entries, #2 2024-02-05 14:19:57 +01:00
Yann Cébron
524ae1b632 api_changes_list_2024.md: align entries 2024-02-05 14:16:04 +01:00
Mikhail Mazurkevich
c526380174
SDK related API changes (#1212) 2024-01-31 11:37:27 +01:00
Yann Cébron
07259cbb97 api_changes_list_2024.md: revert - align 2024-01-29 15:32:32 +01:00
Yann Cébron
4cf8e64c82 api_changes_list_2024.md: align 2024-01-29 15:21:15 +01:00
Yann Cébron
b7733c224b api_changes_list_2024.md: unbundling ANT libs 2024-01-29 15:19:59 +01:00
Andrei Efanov
a6640277e2
rename PsiTreeUtilKt leaf-related methods (#1210) 2024-01-26 16:03:09 +01:00
Yann Cébron
abe556331d api changes: simplify signatures 2024-01-25 13:05:04 +01:00
Bart van Helvert
9115e0f9e9
api_changes_list_2024.md: RefactoringHelper.prepareOperation (#1209) 2024-01-25 13:03:36 +01:00
Yann Cébron
765fd3dfc3 api_changes_list_2024.md: align entries visually 2024-01-24 16:20:50 +01:00
Ilya Kazakevich
5d831bfdbf
Update api_changes_list_2024.md (#1186)
As part of migration to v2 modules we moved this class to another package.

See `18dcc57922878c8ad1fe0bb6be85097d4d81cc34`
2024-01-22 16:41:37 +01:00
Yann Cébron
6437fa3fb8 api_changes_list_2024.md: Restructured Text Plugin 241 2024-01-11 17:48:35 +01:00
Yann Cébron
616f1ee805 api_changes_list_2024.md: Django Plugin 241 2024-01-11 17:44:34 +01:00
SolidGlass
f2a789ef88
api_changes_list_2024.md VcsLogFileHistoryHandler.getSupportedVcs() (#1153)
Co-authored-by: Denis Zaichenko <denis.zaichenko@jetbrains.com>
2023-12-05 17:48:15 +01:00
Yann Cébron
52879ae239 api_changes_list_2023.md: ConsoleHistoryCopyHandler.PROMPT_LENGTH_MARKER 2023-11-27 09:58:37 +01:00
Yann Cébron
f45e72128e api changes: comment 2023-11-20 13:25:00 +01:00
Yann Cébron
60f23c3c48 api_changes_list_2023.md: cleanup 2023-11-16 09:29:25 +01:00
Pavel Gromov
5185a934fa
Collaboration Tools Module: remove DisposingScope method (#1151) 2023-11-16 09:13:06 +01:00
Ilya Zakoulov
3055e47134
Update api_changes_list_2023.md (#1150) 2023-11-15 09:06:16 +01:00
Yann Cébron
2167190245 api_changes_list_2024.md: cleanup 2023-11-14 17:07:41 +01:00
Eldar Abusalimov
be2f5595e5
Add com.intellij.execution.process.mediator.util package removed (#1149) 2023-11-14 17:05:37 +01:00
Ilya Kirillov
1a90c23808
Document some incompatible Kotlin plugin changes for 2023.3 (#1147)
* Document some incompatible Kotlin plugin changes for 2023.3

`org.jetbrains.kotlin.idea.compiler.configuration.KotlinIdePluginVersion` and `org.jetbrains.kotlin.idea.compiler.configuration.KotlinIdePluginVersion.Companion` internal API is removed.

* Remove the wording about "Internal API" as this related to a specific concept in IJ Platform
2023-11-13 11:00:22 +01:00
Liudmila Kornilova
16f553571b
api_changes_list_2023.md: add missing method name) (#1146) 2023-11-10 16:37:04 +01:00
Yann Cébron
1f0031d489 api_changes_list_2024.md: LineBookmarkProvider.Companion 2023-11-09 15:00:32 +01:00
Yann Cébron
ccf9c2c84c api_changes_list_2024.md: LineBookmarkProvider.Companion 2023-11-09 14:56:05 +01:00
Yann Cébron
6a3e125fa7 api_changes_list_2024.md: CodeFoldingConfigurable.applyCodeFoldingSettingsChanges() 2023-11-07 15:26:57 +01:00
ivankrut856
a8864e84e6
The second part of api affected by DBE-163 (#1145) 2023-11-06 14:04:56 +01:00
Kesarev Sergey
5d9ea90457
api_changes_list_2023.md: Document plugin manager api changes in 2023.3 (#1143)
* Document plugin manager api changes in 2023.3

* Fix after checks
2023-11-06 10:14:16 +01:00
Nikita Skvortsov
f8dee9d2b4
Document removal of GradleProjectResolver.CONFIGURATION_ARTIFACTS (#1141)
* Document removal of GradleProjectResolver.CONFIGURATION_ARTIFACTS

This key used to point to artifacts' mapping information in DataNode. Since 2023.3 this information is stored in `org.jetbrains.plugins.gradle.service.project.ProjectResolverContext`

* Fix punctuation
2023-10-26 16:23:40 +02:00
Yann Cébron
bf20ac85f2 api_changes_list.md: use existing snippet 2023-10-26 14:59:16 +02:00
Nikita Skvortsov
aed84e7138
Document GradleProjectResolverUtil.buildDependencies changes (#1140)
A method parameter type has changed. It should be updated in client code using either existing values from the context, or a wrapper around parameter of the previous type.
2023-10-26 14:57:14 +02:00
CherepanovAleksei
babd2d7a16
Update Kotlin Plugin changes (#1136)
* Update Kotlin Plugin changes

Document Kotlin Facet changes in 23.3

* Update Kotlin Plugin changes

Fix the typo in the pattern
2023-10-26 14:44:54 +02:00
ivankrut856
2ff485174c
Update api after DBE-163 (#1139)
* Update api after DBE-163

* Remove "method added" info
2023-10-26 10:52:31 +02:00
Yann Cébron
8e051fd948 api_changes_list_2023.md: fix "Collaboration Tools" 2023-10-26 09:59:41 +02:00
Ivan Semenov
72b5c10c37
Collaboration tools changes 233 (#1138)
Document breaking changes in collab tool for 233
2023-10-25 17:59:53 +02:00
Nikita Ermolenko
157d8d1ce1
Update api_changes_list_2023.md (#1137)
* Document DataGrid.getName(ModelIndex) method addition in 2023.2

* Document DataGrid.getName(ModelIndex) method removal in 2023.3
2023-10-25 13:48:20 +02:00
Yann Cébron
9c36cb6bb1 api_changes_list_2023.md: format 2023-10-24 14:58:00 +02:00
Yann Cébron
4bbfa14653
Document org.jetbrains.plugins.notebooks.jupyter.variables package removal due to Jupyter plugin extraction. (#1135)
Co-authored-by: Anton Bragin <agbragin@users.noreply.github.com>
2023-10-24 14:57:00 +02:00
Vladimir Plyashkun
62bc8ecdf4
Update api_changes_list_2023.md (#1134)
Add profiler API changes for 2023.3
2023-10-24 14:42:04 +02:00
Dmitry Makhnev
0b2f065318
Add JavaScript plugin API changes for 2023.3 (#1133)
* Add JavaScript plugin API changes for 2023.3

* Fix format and message
2023-10-24 14:23:28 +02:00
Yann Cébron
3dae7e5551 API: 2024.* pages 2023-10-24 10:58:38 +02:00
Ivan Posti
885e0e4fe6
Add Markdown plugin API changes (#1132) 2023-10-18 17:19:04 +02:00
Yann Cébron
5c62f813c6 api_changes_list_2023.md: JavaTailTypes 2023-10-10 16:34:17 +02:00
Yann Cébron
a777d915cf general_threading_rules.md: updates for 2023.3 2023-10-02 09:36:33 +02:00
Yann Cébron
053b1bcd01 api_changes_list_2023.md: commons-lang/collections library removal 2023-09-27 17:58:03 +02:00
Leneshka-jb
a2172a5f7e
Update api_changes_list_2023.md (#1106)
Document change in com.intellij.openapi.actionSystem.ex.ActionUtil#showDumbModeWarning method
2023-09-05 15:08:02 +02:00
Yuriy Artamonov
3523251139
Document Kotlin Plugin API change (#1100) 2023-08-23 17:24:16 +02:00
Yuriy Artamonov
2635b3df9e
Document Apache Velocity Plugin change (#1099)
Co-authored-by: Yann Cébron <yann.cebron@jetbrains.com>
2023-08-23 17:20:07 +02:00