131 Commits

Author SHA1 Message Date
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
Karol Lewandowski
0aaf53f9e6 psi_references.md: Code snippets cleanup 2023-10-18 16:31:52 +02:00
Karol Lewandowski
89a115b308 navigating_psi.md: Add @NotNull annotation to code snippet 2023-10-18 16:30:11 +02:00
Karol Lewandowski
7bd389f6fc modifying_psi.md: Remove hardcoded code snippet, cleanup applyFix and reference it from the page 2023-10-18 16:21:17 +02:00
Karol Lewandowski
012d042587 element_patterns.md: Improve code formatting 2023-10-18 15:59:54 +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
c452e745de TOC: remove "Files" grouping node 2023-08-29 11:18:06 +02:00
Yann Cébron
b76e2018dc psi_files.md/documents.md: cleanup, more links 2023-08-24 14:23:55 +02:00
Yann Cébron
84e8333e9c
2023.2 release (#1091) 2023-07-26 14:44:10 +02:00
Yann Cébron
e06880279f general_threading_rules.md: new "Skip Window Deactivation Events" action 2023-05-15 17:46:53 +02:00
Yann Cébron
c525ba34dd uast.md: ProblemsHolder.registerUProblem() API 2023-05-04 13:46:00 +02:00
Karol Lewandowski
cad756c2a0 Avoid using <br/> in tables 2023-04-28 13:00:24 +02:00
Karol Lewandowski
a3abd1bd2d Fix tables alignment 2023-04-26 10:33:27 +02:00
Karol Lewandowski
b0fe2b2216 Add more cross-links between topics 2023-04-04 15:05:38 +02:00
Karol Lewandowski
503be53f00 Add missing <link-summary> 2023-04-04 11:59:37 +02:00
Karol Lewandowski
7d11ba39fe Add missing <link-summary> 2023-03-31 15:44:55 +02:00
Karol Lewandowski
9ff5372f2a Add missing <link-summary> 2023-03-15 14:32:26 +01:00
Karol Lewandowski
559c075d09 Add missing <link-summary> 2023-03-03 10:44:16 +01:00
Karol Lewandowski
2a50faa830 Add missing <link-summary> 2023-02-28 10:21:46 +01:00
Karol Lewandowski
f2906872cf
New topic: Inspection options (#988) 2023-02-27 15:36:02 +01:00
Yann Cébron
206e604e51 psi_files.md: cleanup 2023-02-08 18:23:58 +01:00
Yann Cébron
4c75a1a388 psi_files.md: mention PsiUtilCore.toPsiFiles 2023-02-08 18:10:16 +01:00
Yann Cébron
3d7f94eae7 virtual_file.md: add filename API 2023-02-08 18:03:59 +01:00
Yann Cébron
6235243948 psi_files.md: update sample (deprecated) 2023-02-08 18:02:14 +01:00
Yann Cébron
91772ef880 element_patterns.md: cleanup 2023-01-10 16:42:56 +01:00
Karol Lewandowski
a618878d75 virtual_file.md: Format VirtualFile as code 2023-01-04 13:50:18 +01:00
Karol Lewandowski
369c534de0 modifying_psi.md: Add simpler example of creating PSI 2023-01-02 18:30:08 +01:00
Karol Lewandowski
a8b5c7236b Add link-summary 2022-12-08 14:55:06 +01:00
Karol Lewandowski
3eabe8ebff Add link-summary 2022-12-08 13:05:04 +01:00
Karol Lewandowski
c3ae8e87b1 Add link-summary elements 2022-12-07 16:50:02 +01: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
b9bd8817a7 psi_performance.md: Mention CacheValueManager 2022-12-02 12:11:02 +01:00
Karol Lewandowski
aff8c54638 psi_performance.md: Cleanup 2022-12-02 12:10:44 +01:00
Yann Cébron
cd23596f6b
223 release (#904)
* api_notable_list_2022.md: update unbundled plugins 2022.3

* element_patterns.md: new sample

* 2022.3 release: update GH links

* 2022.3 release: update GH links, #2

* EP list: initial, change android from GH to JB hosting temporarily + adapt links

* 223 release initial values

* stop recommending PreloadingActivity (internal API now)

* product specific EP lists

* element_patterns.md: minor

* code samples: upgrade

* extension_point_list.md: fix duplicate heading

* sdk_code_guidelines.md: update compatibility values

* spring_extension_point_list.md: update

* 223.7571.182
2022-11-30 20:31:23 +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
b4744715b5 navigating_psi.md: cleanup 2022-11-14 18:54:27 +01:00
Yann Cébron
f23744003f general_threading_rules.md: cleanup 2022-11-09 18:16:24 +01:00
Yann Cébron
7f8ba85932 uast.md: edit 2022-09-27 17:09:46 +02:00
Yann Cébron
74971f8e09 uast.md: clarify setup 2022-09-27 16:50:24 +02:00
Yann Cébron
ef3e2e1028 uast.md: minor 2022-09-27 16:42:46 +02:00
Karol Lewandowski
1609814d74 add links to plugin_configuration_file.md 2022-09-07 11:33:13 +02:00
Yann Cébron
02ff23cb6e psi_references.md: minor edits 2022-09-05 17:58:02 +02:00
Karol Lewandowski
cf1e904898 uast.md: synchronize language tabs 2022-08-18 11:22:21 +02:00