forked from JetBrains/intellij-sdk-docs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
ijs.tree
362 lines (362 loc) · 18.9 KB
/
ijs.tree
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE product-profile
SYSTEM "https://resources.jetbrains.com/stardust/product-profile.dtd">
<product-profile id="ijs" name="IntelliJ Platform Plugin SDK" start-page="welcome.md" status="release">
<toc-element id="welcome.md" accepts-web-file-names="welcome.html" toc-title="Home"/>
<toc-element toc-title="Introduction">
<toc-element id="intellij_platform.md">
<toc-element id="platform_contributions.md"/>
<toc-element id="intellij_coding_guidelines.md"/>
</toc-element>
<toc-element id="about.md" toc-title="The IntelliJ Platform SDK">
<toc-element id="key_topics.md"/>
<toc-element id="intellij-sdk-docs-original_CONTRIBUTING.md" toc-title="Contributing to the SDK">
<toc-element id="sdk_style.md"/>
<toc-element id="sdk_code_guidelines.md"/>
</toc-element>
<toc-element id="intellij-sdk-docs-original_CODE_OF_CONDUCT.md"/>
</toc-element>
<toc-element id="code_samples.md"/>
<toc-element id="getting_help.md"/>
<toc-element id="content_updates.md" accepts-web-file-names="recently_updated.html"/>
</toc-element>
<toc-element toc-title="Part I - Plugins">
<toc-element id="basics.md" accepts-web-file-names="basics.html">
<toc-element id="types_of_plugins.md"/>
</toc-element>
<toc-element id="getting_started.md">
<toc-element id="github_template.md" toc-title="Using GitHub Template"/>
<toc-element id="gradle_build_system.md" accepts-web-file-names="build_system.html"
toc-title="Using Gradle">
<toc-element id="gradle_prerequisites.md" accepts-web-file-names="prerequisites.html"/>
<toc-element id="gradle_guide.md"/>
<toc-element id="deployment.md"/>
</toc-element>
<toc-element id="using_dev_kit.md">
<toc-element id="setting_up_environment.md"/>
<toc-element id="creating_plugin_project.md" accepts-web-file-names="creating_an_action.html"/>
<toc-element id="running_and_debugging_a_plugin.md"/>
<toc-element id="deploying_plugin.md"/>
<toc-element id="publishing_plugin.md"/>
</toc-element>
</toc-element>
<toc-element id="ide_development_instance.md" accepts-web-file-names="settings_caches_logs.html"/>
<toc-element id="update_plugins_format.md" toc-title="Custom Plugin Repositories"/>
<toc-element id="plugin_structure.md">
<toc-element id="plugin_content.md"/>
<toc-element id="plugin_class_loaders.md"/>
<toc-element id="plugin_actions.md"/>
<toc-element id="plugin_extensions.md" accepts-web-file-names="plugin_extensions_and_extension_points.html"/>
<toc-element id="plugin_services.md"/>
<toc-element id="plugin_listeners.md"/>
<toc-element id="plugin_extension_points.md"/>
<toc-element id="plugin_components.md"/>
<toc-element id="plugin_configuration_file.md"/>
<toc-element id="plugin_icon_file.md"/>
<toc-element id="plugin_dependencies.md"/>
</toc-element>
<toc-element id="dynamic_plugins.md"/>
<toc-element id="intellij_artifacts.md"/>
<toc-element id="kotlin.md"/>
<toc-element id="internal_actions_intro.md" accepts-web-file-names="interal_actions_menu.html">
<toc-element id="enabling_internal.md"/>
<toc-element id="internal_ui_sub.md" toc-title="UI Tools">
<toc-element id="internal_ui_inspector.md" accepts-web-file-names="internal_uii.html"
toc-title="UI Inspector"/>
<toc-element id="internal_ui_laf_defaults.md" accepts-web-file-names="internal_ui_lafd.html"
toc-title="LaF Defaults"/>
</toc-element>
</toc-element>
<toc-element id="performance.md"/>
<toc-element id="faq.md" accepts-web-file-names="faq.html"/>
</toc-element>
<toc-element toc-title="Part II - Base Platform">
<toc-element id="fundamentals.md" accepts-web-file-names="reference_guide.html,architectural_overview.html">
<toc-element toc-title="Component Model"/>
<toc-element id="disposers.md"/>
<toc-element id="general_threading_rules.md" toc-title="Threading">
<toc-element toc-title="Background Tasks"/>
</toc-element>
<toc-element id="messaging_infrastructure.md"/>
<toc-element toc-title="Queries and Query Executors"/>
</toc-element>
<toc-element id="user_interface_components.md">
<toc-element id="tool_windows.md"/>
<toc-element id="dialog_wrapper.md"/>
<toc-element id="popups.md"/>
<toc-element id="notifications.md"/>
<toc-element id="file_and_class_choosers.md"/>
<toc-element id="editor_components.md"/>
<toc-element id="lists_and_trees.md"/>
<toc-element id="misc_swing_components.md"/>
<toc-element id="work_with_icons_and_images.md" toc-title="Icons and Images"/>
<toc-element id="color_scheme_management.md"/>
<toc-element id="kotlin_ui_dsl.md"/>
</toc-element>
<toc-element id="jcef.md" toc-title="JCEF"/>
<toc-element id="themes_intro.md">
<toc-element id="themes.md"/>
<toc-element id="themes_customize.md" toc-title="Customizing UI Theme"/>
<toc-element id="themes_extras.md" toc-title="Adding Schemes and Images"/>
<toc-element id="themes_metadata.md"/>
</toc-element>
<toc-element id="basic_action_system.md" accepts-web-file-names="action_system.html">
<toc-element id="action_system.md">
<toc-element id="working_with_custom_actions.md"/>
<toc-element id="grouping_action.md"/>
</toc-element>
</toc-element>
<toc-element id="persistence.md" toc-title="Persistence">
<toc-element id="persisting_state_of_components.md"/>
<toc-element id="persisting_sensitive_data.md"/>
</toc-element>
<toc-element id="settings.md">
<toc-element id="settings_guide.md"/>
<toc-element id="settings_groups.md"/>
<toc-element id="settings_tutorial.md"/>
</toc-element>
<toc-element id="files.md">
<toc-element id="virtual_file_system.md"/>
<toc-element id="virtual_file.md"/>
</toc-element>
<toc-element id="documents.md"/>
<toc-element id="editors.md">
<toc-element id="editor_basics.md" toc-title="Editor Basics">
<toc-element id="working_with_text.md"/>
<toc-element id="coordinates_system.md"/>
<toc-element id="editor_events.md"/>
</toc-element>
<toc-element id="text_selection.md" />
<toc-element id="multiple_carets.md"/>
</toc-element>
<toc-element id="basic_run_configurations.md" accepts-web-file-names="run_configurations.html">
<toc-element id="run_configuration_management.md"/>
<toc-element id="run_configuration_execution.md"/>
<toc-element id="run_configurations.md"/>
</toc-element>
<toc-element id="vcs_integration_for_plugins.md">
<toc-element toc-title="Diff"/>
<toc-element toc-title="Local History"/>
</toc-element>
<toc-element toc-title="Tasks and Contexts"/>
<toc-element id="localization_guide.md"/>
<toc-element toc-title="Diagrams"/>
</toc-element>
<toc-element toc-title="Part III - Project Model">
<toc-element id="project_structure.md" toc-title="Introduction"/>
<toc-element id="project.md">
<toc-element id="project_wizard.md" toc-title="Project Wizard"/>
<toc-element id="intro_project_wizard.md" accepts-web-file-names="project_wizard.html">
<toc-element id="adding_new_steps.md"/>
<toc-element id="module_types.md"/>
</toc-element>
<toc-element id="framework.md"/>
</toc-element>
<toc-element id="module.md"/>
<toc-element id="sdk.md"/>
<toc-element id="library.md"/>
<toc-element id="facet.md"/>
<toc-element id="external_system_integration.md"/>
</toc-element>
<toc-element toc-title="Part IV - PSI">
<toc-element id="psi.md" toc-title="What Is the PSI?"/>
<toc-element id="psi_files.md"/>
<toc-element id="file_view_providers.md"/>
<toc-element id="psi_elements.md"/>
<toc-element id="navigating_psi.md"/>
<toc-element id="psi_references.md"/>
<toc-element id="modifying_psi.md"/>
<toc-element id="psi_cookbook.md"/>
<toc-element id="indexing_and_psi_stubs.md">
<toc-element id="file_based_indexes.md"/>
<toc-element id="stub_indexes.md"/>
</toc-element>
<toc-element id="element_patterns.md"/>
<toc-element id="uast.md" toc-title="Unified AST"/>
<toc-element id="xml_dom_api.md"/>
</toc-element>
<toc-element toc-title="Part V - Features">
<toc-element toc-title="Navigation"/>
<toc-element id="editing.md">
<toc-element toc-title="Code Completion"/>
<toc-element id="templates.md">
<toc-element id="live_templates.md">
<toc-element id="template_support.md"/>
<toc-element id="new_macros.md"/>
<toc-element toc-title="Surround Templates"/>
</toc-element>
<toc-element toc-title="File Templates"/>
</toc-element>
<toc-element toc-title="QuickDoc"/>
<toc-element id="code_intentions.md" toc-title="Intentions"/>
</toc-element>
<toc-element id="analyzing.md" toc-title="Analysing">
<toc-element toc-title="Annotator"/>
<toc-element id="code_inspections.md" toc-title="Inspections">
<toc-element toc-title="Profiles"/>
<toc-element toc-title="Scopes"/>
<toc-element toc-title="Suppressing Highlights"/>
<toc-element toc-title="Structural Search"/>
</toc-element>
</toc-element>
<toc-element toc-title="Refactoring"/>
<toc-element id="project_view.md">
<toc-element id="tree_structure_view.md"/>
</toc-element>
<toc-element toc-title="Unit Testing"/>
<toc-element id="build_system.md">
<toc-element id="external_builder_api.md"/>
</toc-element>
</toc-element>
<toc-element toc-title="Part VI - Testing">
<toc-element id="testing_plugins.md" accepts-web-file-names="testing_plugins.html"/>
<toc-element id="tests_and_fixtures.md"/>
<toc-element id="light_and_heavy_tests.md"/>
<toc-element id="test_project_and_testdata_directories.md"/>
<toc-element id="writing_tests.md"/>
<toc-element id="testing_highlighting.md"/>
<toc-element id="testing_faq.md"/>
</toc-element>
<toc-element toc-title="Part VII - Custom Languages">
<toc-element id="custom_language_support.md">
<toc-element id="registering_file_type.md"/>
<toc-element id="implementing_lexer.md"/>
<toc-element id="implementing_parser_and_psi.md"/>
<toc-element id="syntax_highlighting_and_error_highlighting.md"/>
<toc-element id="references_and_resolve.md"/>
<toc-element id="symbols.md"/>
<toc-element id="declarations_and_references.md"/>
<toc-element id="navigation.md"/>
<toc-element id="code_completion.md"/>
<toc-element id="find_usages.md"/>
<toc-element id="rename_refactoring.md"/>
<toc-element id="safe_delete_refactoring.md"/>
<toc-element id="code_formatting.md"/>
<toc-element id="code_inspections_and_intentions.md"/>
<toc-element id="structure_view.md"/>
<toc-element id="surround_with.md"/>
<toc-element id="go_to_class_and_go_to_symbol.md"/>
<toc-element id="documentation.md"/>
<toc-element id="additional_minor_features.md"/>
<toc-element toc-title="Parameter Info"/>
<toc-element toc-title="Parameter Hints"/>
</toc-element>
<toc-element id="custom_language_support_tutorial.md">
<toc-element id="prerequisites.md"/>
<toc-element id="language_and_filetype.md"/>
<toc-element id="grammar_and_parser.md"/>
<toc-element id="lexer_and_parser_definition.md"/>
<toc-element id="syntax_highlighter_and_color_settings_page.md"/>
<toc-element id="psi_helper_and_utilities.md"/>
<toc-element id="annotator.md"/>
<toc-element id="line_marker_provider.md"/>
<toc-element id="completion_contributor.md"/>
<toc-element id="reference_contributor.md"/>
<toc-element id="find_usages_provider.md"/>
<toc-element id="folding_builder.md"/>
<toc-element id="go_to_symbol_contributor.md"/>
<toc-element id="structure_view_factory.md"/>
<toc-element id="formatter.md"/>
<toc-element id="code_style_settings.md"/>
<toc-element id="commenter.md"/>
<toc-element id="quick_fix.md"/>
<toc-element id="documentation_provider.md"/>
</toc-element>
<toc-element id="writing_tests_for_plugins.md">
<toc-element id="tests_prerequisites.md"/>
<toc-element id="parsing_test.md"/>
<toc-element id="completion_test.md"/>
<toc-element id="annotator_test.md"/>
<toc-element id="formatter_test.md"/>
<toc-element id="rename_test.md"/>
<toc-element id="folding_test.md"/>
<toc-element id="find_usages_test.md"/>
<toc-element id="commenter_test.md"/>
<toc-element id="reference_test.md"/>
</toc-element>
<toc-element toc-title="Injected Languages"/>
<toc-element toc-title="Build System"/>
<toc-element toc-title="Compiler"/>
<toc-element toc-title="Debugger"/>
</toc-element>
<toc-element toc-title="Part VIII - Product Specific">
<toc-element id="build_number_ranges.md"/>
<toc-element id="dev_alternate_products.md" toc-title="Developing for Multiple Products"/>
<toc-element id="plugin_compatibility.md" toc-title="Compatibility with Multiple Products"/>
<toc-element id="android_studio.md" toc-title="Android Studio"/>
<toc-element id="app_code.md" toc-title="AppCode">
<toc-element id="appcode_extension_point_list.md"/>
</toc-element>
<toc-element id="clion.md" toc-title="CLion">
<toc-element id="clion_extension_point_list.md"/>
</toc-element>
<toc-element id="data_grip.md" toc-title="DataGrip">
<toc-element id="data_grip_extension_point_list.md"/>
</toc-element>
<toc-element id="goland.md" toc-title="GoLand">
<toc-element id="goland_extension_point_list.md"/>
</toc-element>
<toc-element id="idea.md" toc-title="IntelliJ IDEA">
<toc-element id="tomcat_integration.md"/>
<toc-element id="spring_api.md">
<toc-element id="spring_extension_point_list.md"/>
</toc-element>
</toc-element>
<toc-element id="phpstorm.md" accepts-web-file-names="phpstorm.html,setting_up_environment.html"
toc-title="PhpStorm">
<toc-element id="php_open_api.md" accepts-web-file-names="php_open_api.html"
toc-title="Working with the PHP Open API">
<toc-element id="php_open_api_breaking_changes.md" toc-title="Breaking Changes">
<toc-element id="php_open_api_breaking_changes_203.md" toc-title="2020.3"/>
<toc-element id="php_open_api_breaking_changes_202.md" toc-title="2020.2"/>
</toc-element>
</toc-element>
<toc-element id="php_extension_point_list.md"/>
<toc-element id="existing_plugins.md" accepts-web-file-names="existing_plugins.html"
toc-title="Existing Third Party Plugins"/>
</toc-element>
<toc-element id="pycharm.md" toc-title="PyCharm"/>
<toc-element id="rider.md" toc-title="Rider">
<toc-element id="rider_extension_point_list.md"/>
</toc-element>
<toc-element id="rubymine.md" toc-title="RubyMine">
<toc-element id="rubymine_extension_point_list.md"/>
</toc-element>
<toc-element id="webstorm.md" toc-title="WebStorm">
<toc-element id="webstorm_extension_point_list.md"/>
</toc-element>
</toc-element>
<toc-element toc-title="Part IX - Custom IDEs">
<toc-element toc-title="Build Your Own IDE"/>
<toc-element toc-title="Licensing"/>
</toc-element>
<toc-element toc-title="Part X - Plugin Repository [moved]">
<toc-element id="plugin_repository_obsolete.md"
accepts-web-file-names="api_reference.html,feature_extractor.html,plugin_details.html,custom_channels.html,plugins_list.html,maven_interface.html,plugin_upload.html,plugin_developers.html"
toc-title="Overview"/>
</toc-element>
<toc-element toc-title="Appendix I - Resources">
<toc-element id="glossary.md"/>
<toc-element id="explore_api.md" toc-title="Explore the API"/>
<toc-element id="extension_point_list.md"/>
<toc-element id="useful_links.md" accepts-web-file-names="resources.html"/>
<toc-element id="marketing.md"/>
<toc-element id="consulting.md"/>
</toc-element>
<toc-element toc-title="Appendix II - API Changes">
<toc-element id="api_changes_list.md" toc-title="Incompatible API Changes">
<toc-element id="api_changes_list_2021.md" toc-title="2021.*"/>
<toc-element id="api_changes_list_2020.md" toc-title="2020.*"/>
<toc-element id="api_changes_list_2019.md" toc-title="2019.*"/>
<toc-element id="api_changes_list_2018.md" toc-title="2018.*"/>
<toc-element id="api_changes_list_2017.md" toc-title="2017.*"/>
<toc-element id="api_changes_list_2016.md" toc-title="2016.*"/>
</toc-element>
<toc-element id="api_notable.md" toc-title="Notable API Changes">
<toc-element id="api_notable_list_2021.md" toc-title="2021.*"/>
<toc-element id="api_notable_list_2020.md" toc-title="2020.*"/>
<toc-element id="api_notable_list_2019.md" toc-title="2019.*"/>
<toc-element id="api_notable_list_2018.md" toc-title="2018.*"/>
</toc-element>
</toc-element>
</product-profile>