TOC remade

This commit is contained in:
Anna Bulenkova 2015-04-23 09:54:33 +02:00
parent 5962f888d8
commit 83345cd193

View File

@ -4,73 +4,76 @@
Also you can use HTML-comments.
-->
* [Basic Topics](basic_topics.html)
* [Getting Started](basic_topics/getting_started.html)
* [Check Out And Build Community Edition](basic_topics/getting_started/checkout_and_build_community.html)
* [Setting Up Development Environment](basic_topics/getting_started/setting_up_environment.html)
* [Creating a Plugin Project](basic_topics/getting_started/creating_plugin_project.html)
* [Build Number Ranges](basic_topics/getting_started/build_number_ranges.html)
* [Running and Debugging a Plugin](basic_topics/getting_started/running_and_debugging_a_plugin.html)
* [Plugin Compatibility with IntelliJ Platform Products](basic_topics/getting_started/plugin_compatibility.html)
* [Plugin Structure](basic_topics/plugin_structure.html)
* [Plugin Content](basic_topics/plugin_structure/plugin_content.html)
* [Plugin Class Loaders](basic_topics/plugin_structure/plugin_class_loaders.html)
* [Plugin Components](basic_topics/plugin_structure/plugin_components.html)
* [Plugin Extensions and Extension Points](basic_topics/plugin_structure/plugin_extensions_and_extension_points.html)
* [Plugin Actions](basic_topics/plugin_structure/plugin_actions.html)
* [Plugin Services](basic_topics/plugin_structure/plugin_services.html)
* [Plugin Configuration File](basic_topics/plugin_structure/plugin_configuration_file.html)
* [Plugin Dependencies](basic_topics/plugin_structure/plugin_dependencies.html)
## Basic Topics
* [Getting Started](basic_topics/getting_started.html)
* [Check Out And Build Community Edition](basic_topics/getting_started/checkout_and_build_community.html)
* [Setting Up Development Environment](basic_topics/getting_started/setting_up_environment.html)
* [Creating a Plugin Project](basic_topics/getting_started/creating_plugin_project.html)
* [Build Number Ranges](basic_topics/getting_started/build_number_ranges.html)
* [Running and Debugging a Plugin](basic_topics/getting_started/running_and_debugging_a_plugin.html)
* [Plugin Compatibility with IntelliJ Platform Products](basic_topics/getting_started/plugin_compatibility.html)
* [Plugin Structure](basic_topics/plugin_structure.html)
* [Plugin Content](basic_topics/plugin_structure/plugin_content.html)
* [Plugin Class Loaders](basic_topics/plugin_structure/plugin_class_loaders.html)
* [Plugin Components](basic_topics/plugin_structure/plugin_components.html)
* [Plugin Extensions and Extension Points](basic_topics/plugin_structure/plugin_extensions_and_extension_points.html)
* [Plugin Actions](basic_topics/plugin_structure/plugin_actions.html)
* [Plugin Services](basic_topics/plugin_structure/plugin_services.html)
* [Plugin Configuration File](basic_topics/plugin_structure/plugin_configuration_file.html)
* [Plugin Dependencies](basic_topics/plugin_structure/plugin_dependencies.html)
* [Architectural Overview](basic_topics/architectural_overview.html)
* [General Threading Rules](basic_topics/architectural_overview/general_threading_rules.html)
* [Virtual Files](basic_topics/architectural_overview/virtual_file.html)
* [Documents](basic_topics/architectural_overview/documents.html)
* [PSI Files](basic_topics/architectural_overview/psi_files.html)
* [File View Providers](basic_topics/architectural_overview/file_view_providers.html)
* [Psi Elements](basic_topics/architectural_overview/psi_elements.html)
* [Structure of Project](basic_topics/project_structure.html)
* [Action System](basic_topics/action_system.html)
* [Persisting State of Components](basic_topics/persisting_state_of_components.html)
* [PSI Cookbook](basic_topics/psi_cookbook.html)
* [Virtual File System](basic_topics/virtual_file_system.html)
* [Indexing and PSI Stubs](basic_topics/indexing_and_psi_stubs.html)
* [File-based indexes](basic_topics/indexing_and_psi_stubs/file_based_indexes.html)
* [Stub indexes](basic_topics/indexing_and_psi_stubs/stub_indexes.html)
* [Run Configurations](basic_topics/run_configurations.html)
* [Run Configuration Management](basic_topics/run_configurations/run_configuration_management.html)
* [Execution](basic_topics/run_configurations/run_configuration_execution.html)
* [Testing Plugins](basic_topics/testing_plugins.html)
* [Tests and Fixtures](basic_topics/testing_plugins/tests_and_fixtures.html)
* [Light and Heavy Tests](basic_topics/testing_plugins/light_and_heavy_tests.html)
* [Test Project and Testdata Directories](basic_topics/testing_plugins/test_project_and_testdata_directories.html)
* [Writing Tests](basic_topics/testing_plugins/writing_tests.html)
* [Testing Highlighting](basic_topics/testing_plugins/testing_highlighting.html)
* [Advanced Topics](advanced_topics.html)
* [Custom Language Support](advanced_topics/custom_language_support.html)
* [Registering File Type](advanced_topics/custom_language_support/registering_file_type.html)
* [Implementing Lexer](advanced_topics/custom_language_support/implementing_lexer.html)
* [Implementing Parser and PSI](advanced_topics/custom_language_support/implementing_parser_and_psi.html)
* [Syntax Highlighting and Error Highlighting](advanced_topics/custom_language_support/syntax_highlighting_and_error_highlighting.html)
* [References and Resolve](advanced_topics/custom_language_support/references_and_resolve.html)
* [Code Completion](advanced_topics/custom_language_support/code_completion.html)
* [Find Usages](advanced_topics/custom_language_support/find_usages.html)
* [Rename Refactoring](advanced_topics/custom_language_support/rename_refactoring.html)
* [Safe Delete Refactoring](advanced_topics/custom_language_support/safe_delete_refactoring.html)
* [Code Formatter](advanced_topics/custom_language_support/code_formatting.html)
* [Code Inspections and Intentions](advanced_topics/custom_language_support/code_inspections_and_intentions.html)
* [Structure View](advanced_topics/custom_language_support/structure_view.html)
* [Surround With](advanced_topics/custom_language_support/surround_with.html)
* [Go to Class and Go to Symbol](advanced_topics/custom_language_support/go_to_class_and_go_to_symbol.html)
* [Documentation](advanced_topics/custom_language_support/documentation.html)
* [Additional Minor Features](advanced_topics/custom_language_support/additional_minor_features.html)
* [XML DOM API](advanced_topics/xml_dom_api.html)
* [Spring API](advanced_topics/spring_api.html)
* [VCS Integration Plugins](advanced_topics/vcs_integration_for_plugins.html)
* [Localization Guide](advanced_topics/localization_guide.html)
* [External Builder API and Plugins](advanced_topics/external_builder_api.html)
* [Messaging Infrastructure](advanced_topics/messaging_infrastructure.html)
* [Multiple Carets](advanced_topics/multiple_carets.html)
* [Color Scheme Management](advanced_topics/color_scheme_management.html)
* [General Threading Rules](basic_topics/architectural_overview/general_threading_rules.html)
* [Virtual Files](basic_topics/architectural_overview/virtual_file.html)
* [Documents](basic_topics/architectural_overview/documents.html)
* [PSI Files](basic_topics/architectural_overview/psi_files.html)
* [File View Providers](basic_topics/architectural_overview/file_view_providers.html)
* [Psi Elements](basic_topics/architectural_overview/psi_elements.html)
* [Structure of Project](basic_topics/project_structure.html)
* [Action System](basic_topics/action_system.html)
* [Persisting State of Components](basic_topics/persisting_state_of_components.html)
* [PSI Cookbook](basic_topics/psi_cookbook.html)
* [Virtual File System](basic_topics/virtual_file_system.html)
* [Indexing and PSI Stubs](basic_topics/indexing_and_psi_stubs.html)
* [File-based indexes](basic_topics/indexing_and_psi_stubs/file_based_indexes.html)
* [Stub indexes](basic_topics/indexing_and_psi_stubs/stub_indexes.html)
* [Run Configurations](basic_topics/run_configurations.html)
* [Run Configuration Management](basic_topics/run_configurations/run_configuration_management.html)
* [Execution](basic_topics/run_configurations/run_configuration_execution.html)
* [Testing Plugins](basic_topics/testing_plugins.html)
* [Tests and Fixtures](basic_topics/testing_plugins/tests_and_fixtures.html)
* [Light and Heavy Tests](basic_topics/testing_plugins/light_and_heavy_tests.html)
* [Test Project and Testdata Directories](basic_topics/testing_plugins/test_project_and_testdata_directories.html)
* [Writing Tests](basic_topics/testing_plugins/writing_tests.html)
* [Testing Highlighting](basic_topics/testing_plugins/testing_highlighting.html)
## Advanced Topics
* [Custom Language Support](advanced_topics/custom_language_support.html)
* [Registering File Type](advanced_topics/custom_language_support/registering_file_type.html)
* [Implementing Lexer](advanced_topics/custom_language_support/implementing_lexer.html)
* [Implementing Parser and PSI](advanced_topics/custom_language_support/implementing_parser_and_psi.html)
* [Syntax Highlighting and Error Highlighting](advanced_topics/custom_language_support/syntax_highlighting_and_error_highlighting.html)
* [References and Resolve](advanced_topics/custom_language_support/references_and_resolve.html)
* [Code Completion](advanced_topics/custom_language_support/code_completion.html)
* [Find Usages](advanced_topics/custom_language_support/find_usages.html)
* [Rename Refactoring](advanced_topics/custom_language_support/rename_refactoring.html)
* [Safe Delete Refactoring](advanced_topics/custom_language_support/safe_delete_refactoring.html)
* [Code Formatter](advanced_topics/custom_language_support/code_formatting.html)
* [Code Inspections and Intentions](advanced_topics/custom_language_support/code_inspections_and_intentions.html)
* [Structure View](advanced_topics/custom_language_support/structure_view.html)
* [Surround With](advanced_topics/custom_language_support/surround_with.html)
* [Go to Class and Go to Symbol](advanced_topics/custom_language_support/go_to_class_and_go_to_symbol.html)
* [Documentation](advanced_topics/custom_language_support/documentation.html)
* [Additional Minor Features](advanced_topics/custom_language_support/additional_minor_features.html)
* [XML DOM API](advanced_topics/xml_dom_api.html)
* [Spring API](advanced_topics/spring_api.html)
* [VCS Integration Plugins](advanced_topics/vcs_integration_for_plugins.html)
* [Localization Guide](advanced_topics/localization_guide.html)
* [External Builder API and Plugins](advanced_topics/external_builder_api.html)
* [Messaging Infrastructure](advanced_topics/messaging_infrastructure.html)
* [Multiple Carets](advanced_topics/multiple_carets.html)
* [Color Scheme Management](advanced_topics/color_scheme_management.html)
* [Work with Icons and Images](advanced_topics/work_with_icons_and_images.html)
* [Tomcat Integration](advanced_topics/tomcat_integration.html)
* [User Interface Components](user_interface_components.html)
@ -82,37 +85,43 @@
* [Editor Components](user_interface_components/editor_components.html)
* [List and Tree Controls](user_interface_components/lists_and_trees.html)
* [Miscellaneous Swing Components](user_interface_components/misc_swing_components.html)
* [Tutorials](tutorials.html)
* [Custom Language Support](tutorials/custom_language_support_tutorial.html)
* [Prerequisites](tutorials/custom_language_support/prerequisites.html)
* [Language and File Type](tutorials/custom_language_support/language_and_filetype.html)
* [Grammar and Parser](tutorials/custom_language_support/grammar_and_parser.html)
* [Lexer and Parser Definition](tutorials/custom_language_support/lexer_and_parser_definition.html)
* [Syntax Highlighter and Color Settings Page](tutorials/custom_language_support/syntax_highlighter_and_color_settings_page.html)
* [PSI Helpers and Utilities](tutorials/custom_language_support/psi_helper_and_utilities.html)
* [Annotator](tutorials/custom_language_support/annotator.html)
* [Line Marker Provider](tutorials/custom_language_support/line_marker_provider.html)
* [Completion Contributor](tutorials/custom_language_support/completion_contributor.html)
* [Reference Contributor](tutorials/custom_language_support/reference_contributor.html)
* [Find Usages Provider](tutorials/custom_language_support/find_usages_provider.html)
* [Folding Builder](tutorials/custom_language_support/folding_builder.html)
* [Go To Symbol Contributor](tutorials/custom_language_support/go_to_symbol_contributor.html)
* [Structure View Factory](tutorials/custom_language_support/structure_view_factory.html)
* [Formatter](tutorials/custom_language_support/formatter.html)
* [Code Style Settings](tutorials/custom_language_support/code_style_settings.html)
* [Commenter](tutorials/custom_language_support/commenter.html)
* [Quick Fix](tutorials/custom_language_support/quick_fix.html)
* [Writing Tests For Plugins](tutorials/writing_tests_for_plugins.html)
* [Tests Prerequisites](tutorials/writing_tests_for_plugins/tests_prerequisites.html)
* [Parsing Test](tutorials/writing_tests_for_plugins/parsing_test.html)
* [Completion Test](tutorials/writing_tests_for_plugins/completion_test.html)
* [Annotator Test](tutorials/writing_tests_for_plugins/annotator_test.html)
* [Formatter Test](tutorials/writing_tests_for_plugins/formatter_test.html)
* [Rename Test](tutorials/writing_tests_for_plugins/rename_test.html)
* [Folding Test](tutorials/writing_tests_for_plugins/folding_test.html)
* [Find Usages Test](tutorials/writing_tests_for_plugins/find_usages_test.html)
* [Commenter Test](tutorials/writing_tests_for_plugins/commenter_test.html)
* [Reference Test](tutorials/writing_tests_for_plugins/reference_test.html)
## Tutorials
* [Custom Language Support](tutorials/custom_language_support_tutorial.html)
* [Prerequisites](tutorials/custom_language_support/prerequisites.html)
* [Language and File Type](tutorials/custom_language_support/language_and_filetype.html)
* [Grammar and Parser](tutorials/custom_language_support/grammar_and_parser.html)
* [Lexer and Parser Definition](tutorials/custom_language_support/lexer_and_parser_definition.html)
* [Syntax Highlighter and Color Settings Page](tutorials/custom_language_support/syntax_highlighter_and_color_settings_page.html)
* [PSI Helpers and Utilities](tutorials/custom_language_support/psi_helper_and_utilities.html)
* [Annotator](tutorials/custom_language_support/annotator.html)
* [Line Marker Provider](tutorials/custom_language_support/line_marker_provider.html)
* [Completion Contributor](tutorials/custom_language_support/completion_contributor.html)
* [Reference Contributor](tutorials/custom_language_support/reference_contributor.html)
* [Find Usages Provider](tutorials/custom_language_support/find_usages_provider.html)
* [Folding Builder](tutorials/custom_language_support/folding_builder.html)
* [Go To Symbol Contributor](tutorials/custom_language_support/go_to_symbol_contributor.html)
* [Structure View Factory](tutorials/custom_language_support/structure_view_factory.html)
* [Formatter](tutorials/custom_language_support/formatter.html)
* [Code Style Settings](tutorials/custom_language_support/code_style_settings.html)
* [Commenter](tutorials/custom_language_support/commenter.html)
* [Quick Fix](tutorials/custom_language_support/quick_fix.html)
* [Writing Tests For Plugins](tutorials/writing_tests_for_plugins.html)
* [Tests Prerequisites](tutorials/writing_tests_for_plugins/tests_prerequisites.html)
* [Parsing Test](tutorials/writing_tests_for_plugins/parsing_test.html)
* [Completion Test](tutorials/writing_tests_for_plugins/completion_test.html)
* [Annotator Test](tutorials/writing_tests_for_plugins/annotator_test.html)
* [Formatter Test](tutorials/writing_tests_for_plugins/formatter_test.html)
* [Rename Test](tutorials/writing_tests_for_plugins/rename_test.html)
* [Folding Test](tutorials/writing_tests_for_plugins/folding_test.html)
* [Find Usages Test](tutorials/writing_tests_for_plugins/find_usages_test.html)
* [Commenter Test](tutorials/writing_tests_for_plugins/commenter_test.html)
* [Reference Test](tutorials/writing_tests_for_plugins/reference_test.html)
## FAQ
* [Plugin Development FAQ](faq.html)