47 Commits

Author SHA1 Message Date
Yann Cébron
e26b9c87c9 api_changes_list_2023.md: note JsonPath libary removal 2023-08-14 18:08:57 +02:00
Yann Cébron
fb2297a381 api_changes_list_2023.md: add missing group 2023-08-14 18:06:58 +02:00
Yann Cébron
e14e116b9f api_changes_list_2023.md: cleanup 2023-08-14 17:51:48 +02:00
Liudmila Kornilova
2d9a169644
Document parameter type change in DataGrid.showCell (#1096)
The method is used only by one plugin https://plugins.jetbrains.com/plugin/20941-tree-view-by-default
And that plugin already was already recompiled and new version was released
2023-08-14 17:43:16 +02:00
Tagir Valeev
5df079fdd7
com.siyeh.ipp.base.Intention note (#1095) 2023-08-14 17:06:42 +02:00
Yann Cébron
c6e6933f72 api_changes_list_2023.md: minor 2023-07-26 15:07:27 +02:00
Zakoulov Ilya
65dd1f83d1
Update api_changes_list_2023.md (#1092)
Document `com.intellij.remote.RemoteProcess` API changes.
2023-07-25 08:51:58 +02:00
Yann Cébron
52f9cdd7b4 api_changes_list_2023.md: note Configurable requires displayName/key 2023-07-24 13:41:57 +02:00
dmitry-lt
951891a1fe
Update api_changes_list_2023.md (#1088)
Changes in MavenEmbedderWrapper
2023-07-17 14:52:55 +02:00
Yann Cébron
a16fcfb568 api: 2023.3 placeholder 2023-07-13 10:22:11 +02:00
Yann Cébron
b54deefeeb api_changes_list_2023.md: cleanup 2023-05-15 14:42:15 +02:00
dmitry-avdeev
92b305b669
Update api_changes_list_2023.md (#1041) 2023-05-15 14:40:57 +02:00
Yann Cébron
f14b2cca85 api_changes_list_2023.md: cleanup 2023-05-15 09:57:57 +02:00
Alexander Kass
a24c0e5448
Document database api changes (#1040) 2023-05-15 09:56:34 +02:00
Yann Cébron
687b539253 api_changes_list_2023.md: typo 2023-04-04 17:07:34 +02:00
Piotr Tomiak
3eb8182af1
Update api_changes_list_2023.md (#1035)
Add info about change to `ccom.intellij.lang.javascript.JavascriptParserDefinition.createFile(FileViewProvider)`
2023-04-04 17:06:41 +02:00
Yann Cébron
8cd4cc5a33 api_changes_list_2023.md: AnActionEvent.getInputEvent() 2023-03-15 14:43:50 +01:00
Liudmila Kornilova
7dcac57e3d
Update api_changes_list_2023.md (#985)
This API change breaks only one plugin with 17 downloads.
https://plugins.jetbrains.com/plugin/20941-tree-view-by-default/
To fix compatibility author only has to recompile source code.
They have to do that anyway because current plugin version targets only 223.*
I've alse sent an email to author
2023-02-16 10:04:42 +01:00
Yann Cébron
fcf3ea1cd9 api-pages: 2023.2 placeholders 2023-02-15 14:05:44 +01:00
Yann Cébron
dd6625bcb4 api_changes_list_2023.md: cleanup 2023-02-14 18:44:41 +01:00
Leneshka-jb
530902dd0f
Doc removal of com.jetbrains.php.config.library.PhpIncludePathManager.getRoots() (#984) 2023-02-14 18:41:51 +01:00
Yann Cébron
394bee2976 api_changes_list_2023.md: typo 2023-02-14 18:14:32 +01:00
Yann Cébron
99c21906e4 api_changes_list_2023.md: Apache Batik 2023-02-14 15:59:38 +01:00
Yann Cébron
0ce9e4b181 api_changes_list_2023.md: typo 2023-02-14 15:13:52 +01:00
Ivan Pashchenko
4864cdf358
Document API change in HighLevelHostAccessor (#983)
Moving on from strings in favor of `RemotePath` structure
2023-02-14 12:45:20 +01:00
Yann Cébron
587b0d57cb api_changes_list_2023.md: cleanup 2023-02-13 13:13:39 +01:00
Andrii Rublov
caa30127a7
2023.1 API changes: mention org.jetbrains.wip.WipVm.initDomains() and org.jetbrains.wip.WipVm.ready() (#980) 2023-02-13 10:38:19 +01:00
Roman Shevchenko
a569dbf56f
Documenting HTMLEditorProvider#AFFINITY_KEY removal (#982) 2023-02-13 10:37:14 +01:00
Yann Cébron
c59436cb1f api_changes_list_2023.md: cleanup 2023-02-06 10:06:53 +01:00
Peter Gromov
ec479f08a9
document grazie RuleGroup changes (#979) 2023-02-06 10:04:55 +01:00
Yann Cébron
65220f5202 api_changes_list_2023.md: cleanup 2023-02-02 11:30:18 +01:00
Alexander Kass
65a56606e6
database api changes (#977)
Not sure about moving inner classes to the upper level. Have I marked them right?
2023-02-02 11:27:58 +01:00
Yann Cébron
23264fd472 api_changes_list_2023.md: cleanup 2023-01-19 13:49:52 +01:00
Andrey Vokin
3332d5dc97
Update api_changes_list_2023.md (#976) 2023-01-19 13:48:16 +01:00
Yann Cébron
ed4f074361 add link summary 2023-01-11 18:10:16 +01:00
Sergei Tachenov
28924607af
Add SimpleNode.doUpdate() method removal (#908)
As a part of IDEA-307083 (Rework PresentableNodeDescriptor/SimpleNode update logic), it was needed to move
away from doUpdate() modifying the object's state directly, so a new parameter was needed.
2022-12-01 18:26:15 +01:00
Sergei Tachenov
843b0dd7f3
Add ExternalSystemNode.setNameAndTooltip 2023.1 API changes (#907)
These API changes are related to IDEA-307083 (Rework PresentableNodeDescriptor/SimpleNode update logic).
The new parameter is needed to avoid race conditions with background updates.
2022-12-01 16:13:35 +01:00
Yann Cébron
c8e98ce1f5 snippets: ep_list_legend & cleanup 2022-12-01 12:37:39 +01:00
Yann Cébron
d2204da8b8 snippets: apiChangesJavaVersion 2022-12-01 12:13:46 +01:00
Yann Cébron
7a85eaab23 snippets: apiChangesHeader 2022-12-01 11:39:16 +01:00
Karol Lewandowski
c36147439c
Migration from Stardust to Writerside (#902) 2022-11-24 15:11:20 +01:00
Yann Cébron
5614449df5 api_changes_list_2023.md: fix warning position 2022-11-22 15:45:27 +01:00
Yann Cébron
dba1ddcf06 api: add link to java 17 blog post 2022-11-09 16:17:51 +01:00
Daniil Tsaryov
99bb064d91
Specify breaking change about UrlPathInlayAction for 2022.3 instead of 2023.1 (#875) 2022-11-07 10:26:49 +01:00
Yann Cébron
8383f5be87 api: mention IntellijInternalApi 2022-11-02 12:35:08 +01:00
Daniil Tsaryov
3860d39a6c
Describe breaking change about UrlPathInlayAction from microservices plugin (#874) 2022-11-02 12:34:36 +01:00
Yann Cébron
c617d345a2 API: 2023.* pages 2022-11-01 12:10:10 +01:00