[site] project structure changed - basic topics

This commit is contained in:
Anna Bulenkova 2015-04-29 09:41:18 +02:00
parent 266db0961a
commit 43a9cd4ec7
59 changed files with 41 additions and 41 deletions

View File

@ -7,49 +7,49 @@
* [Contribution Guidelines](contribution_guidelines.html)
## General Topics
## Basics
* [Getting Started](general_topics/getting_started.html)
* [Getting Started](basics/getting_started.html)
<!-- TODO remove Checkout from getting started -->
* [Check Out And Build Community Edition](general_topics/getting_started/checkout_and_build_community.html)
* [Setting Up Development Environment](general_topics/getting_started/setting_up_environment.html)
* [Creating a Plugin Project](general_topics/getting_started/creating_plugin_project.html)
* [Build Number Ranges](general_topics/getting_started/build_number_ranges.html)
* [Running and Debugging a Plugin](general_topics/getting_started/running_and_debugging_a_plugin.html)
* [Plugin Compatibility with IntelliJ Platform Products](general_topics/getting_started/plugin_compatibility.html)
* [Plugin Structure](general_topics/plugin_structure.html)
* [Plugin Content](general_topics/plugin_structure/plugin_content.html)
* [Plugin Class Loaders](general_topics/plugin_structure/plugin_class_loaders.html)
* [Plugin Components](general_topics/plugin_structure/plugin_components.html)
* [Plugin Extensions and Extension Points](general_topics/plugin_structure/plugin_extensions_and_extension_points.html)
* [Plugin Actions](general_topics/plugin_structure/plugin_actions.html)
* [Plugin Services](general_topics/plugin_structure/plugin_services.html)
* [Plugin Configuration File](general_topics/plugin_structure/plugin_configuration_file.html)
* [Plugin Dependencies](general_topics/plugin_structure/plugin_dependencies.html)
* [Architectural Overview](general_topics/architectural_overview.html)
* [General Threading Rules](general_topics/architectural_overview/general_threading_rules.html)
* [Virtual Files](general_topics/architectural_overview/virtual_file.html)
* [Documents](general_topics/architectural_overview/documents.html)
* [PSI Files](general_topics/architectural_overview/psi_files.html)
* [File View Providers](general_topics/architectural_overview/file_view_providers.html)
* [Psi Elements](general_topics/architectural_overview/psi_elements.html)
* [Project Structure](general_topics/project_structure.html)
* [Action System](general_topics/action_system.html)
* [Persisting State of Components](general_topics/persisting_state_of_components.html)
* [PSI Cookbook](general_topics/psi_cookbook.html)
* [Virtual File System](general_topics/virtual_file_system.html)
* [Indexing and PSI Stubs](general_topics/indexing_and_psi_stubs.html)
* [File-based indexes](general_topics/indexing_and_psi_stubs/file_based_indexes.html)
* [Stub indexes](general_topics/indexing_and_psi_stubs/stub_indexes.html)
* [Run Configurations](general_topics/run_configurations.html)
* [Run Configuration Management](general_topics/run_configurations/run_configuration_management.html)
* [Execution](general_topics/run_configurations/run_configuration_execution.html)
* [Testing Plugins](general_topics/testing_plugins.html)
* [Tests and Fixtures](general_topics/testing_plugins/tests_and_fixtures.html)
* [Light and Heavy Tests](general_topics/testing_plugins/light_and_heavy_tests.html)
* [Test Project and Testdata Directories](general_topics/testing_plugins/test_project_and_testdata_directories.html)
* [Writing Tests](general_topics/testing_plugins/writing_tests.html)
* [Testing Highlighting](general_topics/testing_plugins/testing_highlighting.html)
* [Check Out And Build Community Edition](basics/getting_started/checkout_and_build_community.html)
* [Setting Up Development Environment](basics/getting_started/setting_up_environment.html)
* [Creating a Plugin Project](basics/getting_started/creating_plugin_project.html)
* [Build Number Ranges](basics/getting_started/build_number_ranges.html)
* [Running and Debugging a Plugin](basics/getting_started/running_and_debugging_a_plugin.html)
* [Plugin Compatibility with IntelliJ Platform Products](basics/getting_started/plugin_compatibility.html)
* [Plugin Structure](basics/plugin_structure.html)
* [Plugin Content](basics/plugin_structure/plugin_content.html)
* [Plugin Class Loaders](basics/plugin_structure/plugin_class_loaders.html)
* [Plugin Components](basics/plugin_structure/plugin_components.html)
* [Plugin Extensions and Extension Points](basics/plugin_structure/plugin_extensions_and_extension_points.html)
* [Plugin Actions](basics/plugin_structure/plugin_actions.html)
* [Plugin Services](basics/plugin_structure/plugin_services.html)
* [Plugin Configuration File](basics/plugin_structure/plugin_configuration_file.html)
* [Plugin Dependencies](basics/plugin_structure/plugin_dependencies.html)
* [Architectural Overview](basics/architectural_overview.html)
* [General Threading Rules](basics/architectural_overview/general_threading_rules.html)
* [Virtual Files](basics/architectural_overview/virtual_file.html)
* [Documents](basics/architectural_overview/documents.html)
* [PSI Files](basics/architectural_overview/psi_files.html)
* [File View Providers](basics/architectural_overview/file_view_providers.html)
* [Psi Elements](basics/architectural_overview/psi_elements.html)
* [Project Structure](basics/project_structure.html)
* [Action System](basics/action_system.html)
* [Persisting State of Components](basics/persisting_state_of_components.html)
* [PSI Cookbook](basics/psi_cookbook.html)
* [Virtual File System](basics/virtual_file_system.html)
* [Indexing and PSI Stubs](basics/indexing_and_psi_stubs.html)
* [File-based indexes](basics/indexing_and_psi_stubs/file_based_indexes.html)
* [Stub indexes](basics/indexing_and_psi_stubs/stub_indexes.html)
* [Run Configurations](basics/run_configurations.html)
* [Run Configuration Management](basics/run_configurations/run_configuration_management.html)
* [Execution](basics/run_configurations/run_configuration_execution.html)
* [Testing Plugins](basics/testing_plugins.html)
* [Tests and Fixtures](basics/testing_plugins/tests_and_fixtures.html)
* [Light and Heavy Tests](basics/testing_plugins/light_and_heavy_tests.html)
* [Test Project and Testdata Directories](basics/testing_plugins/test_project_and_testdata_directories.html)
* [Writing Tests](basics/testing_plugins/writing_tests.html)
* [Testing Highlighting](basics/testing_plugins/testing_highlighting.html)
## Architecture Reference Guide

View File

Before

Width:  |  Height:  |  Size: 129 KiB

After

Width:  |  Height:  |  Size: 129 KiB

View File

Before

Width:  |  Height:  |  Size: 27 KiB

After

Width:  |  Height:  |  Size: 27 KiB

View File

Before

Width:  |  Height:  |  Size: 43 KiB

After

Width:  |  Height:  |  Size: 43 KiB

View File

Before

Width:  |  Height:  |  Size: 55 KiB

After

Width:  |  Height:  |  Size: 55 KiB

View File

Before

Width:  |  Height:  |  Size: 292 KiB

After

Width:  |  Height:  |  Size: 292 KiB

View File

Before

Width:  |  Height:  |  Size: 211 KiB

After

Width:  |  Height:  |  Size: 211 KiB

View File

Before

Width:  |  Height:  |  Size: 163 KiB

After

Width:  |  Height:  |  Size: 163 KiB

View File

Before

Width:  |  Height:  |  Size: 45 KiB

After

Width:  |  Height:  |  Size: 45 KiB

View File

Before

Width:  |  Height:  |  Size: 56 KiB

After

Width:  |  Height:  |  Size: 56 KiB

View File

Before

Width:  |  Height:  |  Size: 85 KiB

After

Width:  |  Height:  |  Size: 85 KiB

View File

Before

Width:  |  Height:  |  Size: 31 KiB

After

Width:  |  Height:  |  Size: 31 KiB

View File

Before

Width:  |  Height:  |  Size: 146 KiB

After

Width:  |  Height:  |  Size: 146 KiB

View File

Before

Width:  |  Height:  |  Size: 91 KiB

After

Width:  |  Height:  |  Size: 91 KiB

View File

Before

Width:  |  Height:  |  Size: 143 KiB

After

Width:  |  Height:  |  Size: 143 KiB

View File

Before

Width:  |  Height:  |  Size: 95 KiB

After

Width:  |  Height:  |  Size: 95 KiB

View File

Before

Width:  |  Height:  |  Size: 57 KiB

After

Width:  |  Height:  |  Size: 57 KiB

View File

Before

Width:  |  Height:  |  Size: 50 KiB

After

Width:  |  Height:  |  Size: 50 KiB

View File

Before

Width:  |  Height:  |  Size: 75 KiB

After

Width:  |  Height:  |  Size: 75 KiB