35 Commits

Author SHA1 Message Date
Karol Lewandowski
c20bf65681
Threading Model (revamped General Threading Rules) and Background Processes (#1359) 2024-07-30 15:39:50 +02:00
Karol Lewandowski
c50da6599d general_threading_rules.md: Cleanup style and grammar issues 2024-07-03 11:09:44 +02:00
Karol Lewandowski
c8f2bfdcf6 Use consistent terms: "UI thread" -> "EDT" 2024-04-10 12:43:00 +02:00
Karol Lewandowski
8cad5df3dc general_threading_rules.md: Add intro about EDT and background threads 2024-04-10 12:43:00 +02:00
Karol Lewandowski
4eb1a2a31b general_threading_rules.md: Fix header levels 2024-04-10 12:43:00 +02:00
Karol Lewandowski
d0e8c36338 general_threading_rules.md: Avoid URLs with % (compilation errors are shown) 2024-04-10 12:43:00 +02:00
Karol Lewandowski
a1aacc64f7 general_threading_rules.md: Favor non-deprecated nonModal() method in header 2024-03-14 16:20:16 +01:00
Karol Lewandowski
050efa681b general_threading_rules.md: Use PCE abbreviation after introducing the term 2024-02-27 16:36:06 +01:00
Yann Cébron
642ede9b4b general_threading_rules.md: improve "Read Access" section 2023-10-25 14:56:07 +02:00
Yann Cébron
ac02ec7e65 general_threading_rules.md: cleanup, minor edits 2023-10-25 12:01:56 +02:00
Yann Cébron
c73ca13669 general_threading_rules.md: add ModalityState.nonModal() 2023-10-11 13:46:08 +02:00
Yann Cébron
a772fff4c5 general_threading_rules.md: minor 2023-10-02 15:56:55 +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
4ada895027 general_threading_rules.md: minor 2023-09-21 17:08:05 +02:00
Yann Cébron
2230ca808a general_threading_rules.md: minor, add info about DevKit inspections 2023-09-13 16:35:53 +02:00
Yann Cébron
e06880279f general_threading_rules.md: new "Skip Window Deactivation Events" action 2023-05-15 17:46:53 +02:00
Karol Lewandowski
eb51bdd023 Add link-summary elements 2022-12-06 10:02:28 +01:00
Karol Lewandowski
71d185d472 Cleanups 2022-12-06 09:05:30 +01:00
Karol Lewandowski
c36147439c
Migration from Stardust to Writerside (#902) 2022-11-24 15:11:20 +01:00
Patrick Scheibe
5508c47c68
Add information about threading in Actions
* Add information about threading in Actions
* Crosslink with other pages
2022-11-23 03:43:04 +01:00
Yann Cébron
f23744003f general_threading_rules.md: cleanup 2022-11-09 18:16:24 +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
Karol Lewandowski
22c548bf2b general_threading_rules.md: fix link 2022-08-08 13:26:25 +02:00
Karol Lewandowski
ce6472c3b7 general_threading_rules.md: add information about disabling ProcessCanceledException for development purposes 2022-08-08 10:52:00 +02:00
Yann Cébron
49cfd42ea7 general_threading_rules.md: minor 2022-05-03 17:50:53 +02:00
Yann Cébron
d96fdd308f performance.md: move general topic to "threading", redirect 2022-05-03 17:02:41 +02:00
Yann Cébron
894e6e3ccb
221 release (#686)
* 2022.1 release: upsource, topic links

* 2022.1 release: EP lists

* 2022.1 release: code samples build against 2021.2.4, adjust since/until-build

* code samples/pycharm_basics: 2021.2.4

* 2022.1 release: rider_extension_point_list.md

* 2022.1 release: data_grip_extension_point_list.md

* 2022.1 release: set upsource properties

* 2022.1 release: set plugin verifier versions
2022-04-12 16:39:27 +02:00
Jakub Chrzanowski
c6d6491127
tips elements cleanup 2022-03-07 22:31:00 +01:00
Karol Lewandowski
5dd2bcf965 update dates in copyright info 2022-01-12 12:09:34 +01:00
Bart van Helvert
e6f4441d8d
Fix ModalityState.stateForComponent() heading (#610) 2021-11-16 10:11:22 +01:00
Yann Cébron
8c613b3bd6 general_threading_rules.md: do not use deflist 2021-10-13 16:55:22 +02:00
Yann Cébron
9b4f1b22dd promote Thread Access Info plugin 2021-05-19 11:55:40 +02:00
Yann Cébron
43bca143f8 general_threading_rules.md: heading case 2021-04-28 12:45:07 +02:00
Patrick Scheibe
50bbbaa685
Make the style of "IntelliJ Platform" consistent throughout the docs. (#389) 2021-03-15 12:35:20 +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