697 Commits

Author SHA1 Message Date
Karol Lewandowski
e7e15b1b99 testing_faq.md: Use standard formatting convnetion 2023-10-26 12:14:16 +02:00
Karol Lewandowski
ed513fb0e7 light_and_heavy_tests.md: Add generic wildcard to get rid of "Raw use of parameterized class" warning 2023-10-26 12:14:16 +02:00
Yann Cébron
7bb924bd89 persisting_state_of_components.md: grammar fixes 2023-10-26 11:55:54 +02: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
53be8fe3a5 build_number_ranges.md: 233 2023-10-24 11:00:23 +02:00
Yann Cébron
a8068935e9 developing_plugins.md: cleanup 2023-10-24 09:59:44 +02:00
Yann Cébron
e06d11e791 creating_theme_project.md: cleanup 2023-10-24 09:59:44 +02:00
Karol Lewandowski
3dbd738ee5 faq.md: Remove "Unresolved Classes after Upgrading to 2019.2 or later"
This information is searchable on plugin_compatibility.md and is 14 versions old.
2023-10-24 09:54:30 +02:00
Yann Cébron
5f5bde1390 setting_up_theme_environment.md: fix markup 2023-10-24 09:19:21 +02:00
Yann Cébron
f105fb0586 notes about installing Plugin DevKit manually in 2023.3+ 2023-10-23 17:12:06 +02:00
Karol Lewandowski
fc8e64fe8e faq.md: Remove "How do I print messages in the console view?"
This is a part of Execution page now.
2023-10-23 16:48:39 +02:00
Karol Lewandowski
bf046c5518 plugin_services.md: Add final to non-light service examples 2023-10-19 11:58:45 +02:00
Karol Lewandowski
483ef0182a plugin_listeners.md: Fix a typo and code snippet formatting 2023-10-18 16:56:39 +02:00
Karol Lewandowski
e28ad585bc plugin_extension_points.md: Minor code formatting fix 2023-10-18 16:51:50 +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
Karol Lewandowski
1d13a1ff1a psi_cookbook.md: Format code snippet 2023-10-18 15:59:54 +02:00
Karol Lewandowski
0b9985dfb4 persisting_state_of_components.md: Add @NotNull to a code snippet 2023-10-18 15:48:10 +02:00
Karol Lewandowski
c834e8c483 persisting_sensitive_data.md: Shorten lines in code snippets 2023-10-18 15:44:55 +02:00
Karol Lewandowski
573e704c9c ide_infrastructure.md: Cleanup 2023-10-18 15:37:54 +02:00
Karol Lewandowski
68802bec6c plugin_dependencies.md: Add YAML plugin ID to the bundled plugins list 2023-10-17 14:01:54 +02:00
Karol Lewandowski
2df43a6aba persisting_state_of_components.md: Link customization classes 2023-10-16 07:42:43 +02:00
Yann Cébron
71273ab93d plugin_extensions.md: note inspection "Extension registered as service/component" 2023-10-12 12:03:04 +02:00
Karol Lewandowski
f7ca5c12f5 persisting_state_of_components.md: Make it more clear that components are services (and promote light-services) 2023-10-12 10:54:18 +02:00
Karol Lewandowski
62af21d9f7 persisting_state_of_components.md: Add information about Kotlin persistent state class implementation 2023-10-12 10:54:18 +02:00
Karol Lewandowski
f844160f5d persisting_state_of_components.md: Remove recommendation to use Kotlin data classes 2023-10-12 10:54:18 +02:00
Yann Cébron
c73ca13669 general_threading_rules.md: add ModalityState.nonModal() 2023-10-11 13:46:08 +02:00
Karol Lewandowski
ddd38290b7 persisting_state_of_components.md: Hide converter example by default
It is too minor to take so many space on the page
2023-10-11 11:01:02 +02:00
Karol Lewandowski
d899dc60bb persisting_state_of_components.md: Cleanup 2023-10-11 10:56:48 +02:00
Karol Lewandowski
a19b0d265f persisting_state_of_components.md: Simplify fully-qualified class names for a better reading flow 2023-10-11 07:44:39 +02:00
Karol Lewandowski
20aef24c84 persisting_state_of_components.md: Remove getInstance() from code snippets
It is a part of Services topic and is redundant noise on this page. Also, getInstance() helper is not required.
2023-10-11 07:44:39 +02:00
Karol Lewandowski
b4edb4a2a7 persisting_state_of_components.md: Remove redundant words 2023-10-11 07:44:39 +02:00
Yann Cébron
ab139295af plugin_extensions.md: note "Static initialization in extension point implementation" inspection 2023-10-05 14:31:25 +02:00
Yann Cébron
b851012724 plugin_services.md: update inspection names 2023-10-05 14:31:25 +02:00
Yann Cébron
f4504bda66 basic_action_system.md: note "Eager creation of action presentation" inspection 2023-10-05 14:31:25 +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
6942bb5bb5 highlight nested index access as problematic 2023-09-28 16:25:34 +02:00
Yann Cébron
f307552062 testing_faq.md: fix tab groups 2023-09-28 14:28:28 +02:00
Yann Cébron
5ca0f264b5 stub_indexes.md: minor 2023-09-28 12:42:37 +02:00
Yann Cébron
1895c646ab stub_indexes.md: add info about EmptyStubSerializer 2023-09-28 09:40:49 +02:00
Yann Cébron
e157671fdc ide_infrastructure.md: Open File in System File Manager 2023-09-25 17:43:05 +02:00
Yann Cébron
32708041ed ide_infrastructure.md: BrowserLauncher 2023-09-25 17:38:36 +02:00
Yann Cébron
82f87d539b plugin_services.md: note related new inspections 2023-09-25 15:58:10 +02:00
Yann Cébron
4ada895027 general_threading_rules.md: minor 2023-09-21 17:08:05 +02:00
Karol Lewandowski
7cb2353947
Document Macros in Run Configurations (#1108) 2023-09-20 14:13:28 +02:00
Yann Cébron
4eb51a26b8 plugin_extensions.md: note about enum EP properties problem with custom toString() 2023-09-20 13:51:52 +02:00