1028 Commits

Author SHA1 Message Date
Karol Lewandowski
ff24d0e705 api_changes_list_2025.md: Format code reference 2025-03-24 12:38:11 +01:00
Alexander Kass
9d13403d27
Dropped old table modification dialog (#1438)
* Dropped old table modification dialog

* Add separate section

Co-authored-by: Karol Lewandowski <karol86@gmail.com>

---------

Co-authored-by: Karol Lewandowski <karol86@gmail.com>
2025-03-24 12:35:24 +01:00
Yann Cébron
eecc3e4fec use snippet for EP with link to IPE 2025-03-19 14:45:43 +01:00
Yann Cébron
7eac25dc2d snippets.md -> snippets.topic 2025-03-19 10:46:36 +01:00
Sergey Simonchik
871851163f
document incompatible changes in the terminal API in 2025.1 (#1445)
* document incompatible changes in the terminal API in 2025.1

* Generate Android Studio releases

---------

Co-authored-by: segrey <segrey@users.noreply.github.com>
2025-03-19 08:38:13 +01:00
Dmitrii Gridin
6f2e16097f
Document internal changes in Kotlin compiler (#1444) 2025-03-17 09:19:37 +01:00
Victor Turansky
38e1929fe7
Document JSElementTypes.toModuleContentType moving (#1443) 2025-03-14 08:19:36 +01:00
Victor Turansky
882e9b7ed9
Document JS highlighters legacy constructors removing (#1442) 2025-03-14 08:14:24 +01:00
Victor Turansky
7c68d9601b
Document properties moving from messages.XmlPsiBundle to messages.XmlParserBundle (#1441) 2025-03-13 11:54:19 +01:00
Victor Turansky
22a9169b92
Document com.intellij.psi.xml.XmlTokenType changes (#1440) 2025-03-13 09:35:10 +01:00
Victor Turansky
77760df690
Document com.intellij.lang.javascript.BaseJSTokenTypes class removing (#1439) 2025-03-13 09:34:07 +01:00
Victor Turansky
ba22c1da58
Document inheritance removal for com.intellij.psi.xml.XmlElementType (#1437) 2025-03-13 07:40:51 +01:00
Konstantin Ulitin
381e0f37b7
Document incompatible change in JS plugin (#1436) 2025-03-13 07:35:54 +01:00
Yann Cébron
a5ed559623 api_changes_list_2025.md: cleanup 2025-03-12 14:42:53 +01:00
Yann Cébron
c289f90c98 API pages: time to move on 2025-03-12 14:18:57 +01:00
Sergei Vorobev
8d094a46b1
Update api_changes_list_2025.md (#1433)
The ExternalSystemProcessingManager class was extended from ExternalSystemTaskNotificationListener and DIsposable. Due to this, their functions were exposed in public API, when it is implementation detail of the ExternalSystemProcessingManager service.
2025-03-11 15:08:00 +01:00
Greg Shrago
c7406a6b4f
Update api_changes_list_2025.md 2025-03-11 16:59:14 +04:00
Roman Golyshev
57fe375472
Document removal of IrDeserializer.IrLinkerExtension and related classes in API changes (#1430)
* Document removal of IrDeserializer.IrLinkerExtension and related classes in API changes

See the commit which removed this:
c2122dbae1 (diff-7083caf53f53703e1d1c65d198007306455dfa5878601b206c35cb2ba6512cfd)

In general, this incompatibility change should not be triggered anywhere, unless someone tries to call the missing `IrDeserializer.IrLinkerExtension.resolveSymbol` by hand. We do not see any such External Usages

* Update reference_guide/api_changes_list_2025.md

Co-authored-by: Karol Lewandowski <karol86@gmail.com>

* Update reference_guide/api_changes_list_2025.md

---------

Co-authored-by: Karol Lewandowski <karol86@gmail.com>
2025-03-03 13:21:14 +01:00
Yann Cébron
5ffbf623bb api_changes_list_2025.md: cleanup 2025-02-26 13:44:19 +01:00
Yann Cébron
4027aaf15f api pages: 2025.2 placeholder 2025-02-26 13:41:13 +01:00
Konstantin Nisht
33744df48c
Document changes in threading contracts for 2025.1 (#1428) 2025-02-26 11:37:45 +01:00
Ilya Kirillov
cee1ecba9b
Document incompatible Kotlin plugin changes for 2025.1 (#1419) 2025-01-31 13:40:17 +01:00
Karol Lewandowski
851d8217c2 Rename jcef.md to embedded_browser_jcef.md 2025-01-15 10:06:26 +01:00
Yann Cébron
277f2e9582 api_changes_list_2024.md: fix JSON plugin solution 2024-11-27 17:32:14 +01:00
Karol Lewandowski
3f0a9c7ded api_changes_list_2024.md: Clarify JSON plugin dependency 2024-11-27 16:44:10 +01:00
Yann Cébron
1f05f57d68 API changes pages: 2025 2024-11-21 09:33:44 +01:00
Andrey Cherkasov
ad59fa58e8
Update api_changes_list_2024.md (#1394) 2024-11-19 08:19:39 +01:00
Victor Turansky
b26ce503ef
Document moving of JavaScriptSupportLoader.ECMA_SCRIPT_L4` (#1387) 2024-11-06 09:37:02 +01:00
Victor Turansky
831d11ddc4
Document parent removing for com.intellij.lang.javascript.JSElementTypes (#1386) 2024-11-05 17:27:56 +01:00
Victor Turansky
c1f90abd47
Document renaming of com.intellij.lang.ecmascript6.JSXHarmonyFileType (#1385) 2024-11-05 16:20:34 +01:00
Kirill Likhodedov
0f0ef2ba15
Update api_changes_list_2023.md (#1384) 2024-11-05 09:37:38 +01:00
Nikita Skvortsov
91c2cda528
Update api_changes_list_2024.md (#1382)
TaskOperationDescriptor interface to class  change
2024-10-31 10:46:05 +01:00
Nikita Skvortsov
6f8a84079e
Add information about potential breaking changes in External System API 2024.3 (#1381)
* Update api_changes_list_2024.md

Documented simple changes in ExternalSystem API. Events were simplified from Interface+Implementation to straightforward implementations.

* fix whitespace
2024-10-31 08:14:18 +01:00
Ivan Posti
c176d00a80
Add documentation for incompatible API changes caused by the NLP platform (#1379) 2024-10-30 15:46:21 +01:00
ZhannaGorelova
26174750f8
Update api_changes_list_2024.md (#1377) 2024-10-16 10:36:08 +02:00
Maxim Kolmakov
e9d043e790
Update api_changes_list_2023.md (#1375) 2024-10-15 09:12:03 +02:00
Dmitrii Protsenko
fb9d8db612
Document Package Checker plugin 2024.3 changes (#1374)
* Document Package Checker plugin 2024.3 changes

* Document Package Checker plugin 2024.3 changes
2024-10-14 14:31:49 +02:00
ivankrut856
f9993b8515
Document DG plugin 2024.3 changes (#1373) 2024-10-14 14:17:51 +02:00
Greg Shrago
a467700616
Update api_changes_list_2024.md 2024-10-01 14:13:19 +04:00
Yann Cébron
84b39445e5 api_notable_list_2024.md: clarify JSON plugin usage 2024-09-16 16:58:03 +02:00
Yann Cébron
83bad19a62 api_changes_list_2024.md: JSON plugin 2024-09-12 12:06:01 +02:00
Yann Cébron
81fa15a877 api_changes_list_2024.md: JSON plugin 2024-09-12 12:03:03 +02:00
NikitaKatkov
862f404e46
Update api_changes_list_2024.md (#1367)
JSON plugin was recently extracted from the platform, so external plugins have to add an explicit dependency on it to be able to reuse its classes.

Some of the reports produced by our API watcher might be incorrect because the plugin itself has not been yet published to the marketplace. Anyways, some of the external plugins do lack the necessary dependency, so the fix is described in the sdk docs
2024-08-26 11:28:16 +02:00
Yann Cébron
96ab41e672 api_changes_list_2024.md: junit lib 2024-08-15 16:15:29 +02:00
Yann Cébron
5c6184c69a "EDT" and related: add links to threading_model.md 2024-08-07 10:55:36 +02:00
Vladimir Krivosheev
ae9c45ee23
https://youtrack.jetbrains.com/issue/IJPL-157363 (#1360)
https://youtrack.jetbrains.com/issue/IJPL-157363
2024-08-01 16:09:49 +02:00
Karol Lewandowski
5c77f0e8f9 Rename general_threading_rules.md to threading_model.md 2024-07-30 15:59:04 +02:00
Popesku Denis
db69615ab0
Update api_changes_list_2024.md (#1358) 2024-07-30 10:35:04 +02:00
Vladislav Annenkov
8296216fae
Fix constructor record in UML Plugin 2024.2 (#1354) 2024-07-26 11:10:13 +02:00
Yann Cébron
f9ff4698ba api_changes_list_2024.md: group UML changes 2024-07-22 16:29:43 +02:00