24 Commits

Author SHA1 Message Date
Yann Cébron
66b6e38ecc remove 2019 content 2025-04-24 17:14:08 +02:00
Karol Lewandowski
f31aa679e6 Use the correct nested annotation form
These are correct:
- @com.example.Holder.Annotation
- @Holder.Annotation
- @Annotation

These are incorrect:
- com.example.Holder.@Annotation
- Holder.@Annotation
2024-04-22 13:58:09 +02:00
Karol Lewandowski
e441eedbf7
Split Extension Point and Listener Lists into IntelliJ Platform, IntelliJ Community Plugins and Android Plugin lists (#1297) 2024-04-15 12:22:41 +02:00
Karol Lewandowski
f06749c194
Inline PlantUML diagrams (#1180) 2023-12-18 10:40:41 +01:00
Karol Lewandowski
959d13aed8 messaging_infrastructure.md: Use actual constant introduced in example 2023-10-26 12:14:16 +02:00
Yann Cébron
5a7b25572e messaging_infrastructure.md: update sample, minor improvements 2023-10-17 17:02:24 +02:00
Yann Cébron
f5840cfa9c messaging_infrastructure.md: don't mention deprecated *Topics classes 2023-10-17 17:02:24 +02:00
Yann Cébron
9fc851aedc messaging_infrastructure.md: restore original link 2023-10-02 15:35:40 +02:00
Karol Lewandowski
c342ec0fb0 messaging_infrastructure.md: Cleanup and updates 2023-08-10 15:44:22 +02:00
Karol Lewandowski
95aca84917 Cleanups
- get rid of the old [//]: # (title: ...) format
- reorder copyright notice and title where applicable
- fix grammar and other minor issues
2023-04-07 15:47:20 +02:00
Karol Lewandowski
79e97c2564 Add pages link-summary 2023-01-03 12:16:51 +01:00
Karol Lewandowski
c36147439c
Migration from Stardust to Writerside (#902) 2022-11-24 15:11:20 +01:00
Yann Cébron
09648db712 convert upsource:// links to generic variable-based notation, add gh-ic-master and gh-sdk-samples setup 2022-08-15 10:48:31 +02:00
Yann Cébron
7c656a5be8 messaging_infrastructure.md: minor 2022-03-09 17:22:59 +01:00
Jakub Chrzanowski
c6d6491127
tips elements cleanup 2022-03-07 22:31:00 +01:00
Yann Cébron
2ae01050d3 rename EP list pages to "EP and Listener" 2022-02-08 13:43:10 +01:00
Karol Lewandowski
5dd2bcf965 update dates in copyright info 2022-01-12 12:09:34 +01:00
Yann Cébron
ea51a85748 markdown: fix links containing % 2021-11-10 15:26:54 +01:00
Yann Cébron
597c661eca messaging_infrastructure.md: mention Topic.AppLevel/ProjectLevel annotations 2021-09-22 18:59:11 +02:00
Yann Cébron
7a0fff64a4 announce listeners in EP list 2021-09-15 15:51:46 +02:00
Yann Cébron
26f7cc89fe messaging_infrastructure.md: replace bus with SVG 2021-08-31 13:39:21 +02:00
Patrick Scheibe
50bbbaa685
Make the style of "IntelliJ Platform" consistent throughout the docs. (#389) 2021-03-15 12:35:20 +01:00
M R 3 Y
57e39359e8
Substitute "Observer" pattern with "Pub-sub" (#348) 2021-01-21 17:36:57 +01:00
Jakub Chrzanowski
4e802980f2
Webhelp migration (#347)
* [webhelp] Fixes for TXP00152, TXP00002, test build 27 Jul 22:26

* [webhelp] Fixes for Part #4 TXP00010, EXCEPT decimal numbers in section titles

* [webhelp] Fixes for Part #5 TXP00017

* [webhelp] Fixes for Part #4 TXP00010 - removed numbers from page section titles in "Custom Language Support Tutorial" and "Testing a Custom Language Plugin".

* [webhelp] Removed numbers from page section titles in rest of project *.md files.

* [new webhelp] Build #44 changes

* [new webhelp] Maintenance merge from master

* [new webhelp] Add placeholder file for webhelp import.

* [webhelp] Correct redirects for file name changes

* [webhelp] TOC not needed in webhelp

* [format] {:toc} not needed for webhelp

* add {:disable-links} to ensure demo links are not interpreted as real links.

* Put all badges on the same line to simplify composition.

* formatter.md: fix upsource link

* fix some links

* api_changes_list.md: remove note

* migrate to webhelp - initial

* fix GH edit URL

* remove sdkdocs-template setup in VCS config

* remove recently_updated.md

* restore COC/CONTRIBUTING.md

* api_changes_list.md: remove note

* useful_links.md: IPE

Co-authored-by: JohnHake <john.hake@jetbrains.com>
Co-authored-by: Yann Cébron <yann.cebron@jetbrains.com>
2021-01-14 16:07:39 +01:00