mirror of
https://github.com/JetBrains/intellij-sdk-code-samples.git
synced 2025-07-29 17:57:53 +08:00
24 lines
727 B
Markdown
24 lines
727 B
Markdown
---
|
|
layout: general
|
|
title: Plugin Structure
|
|
---
|
|
|
|
|
|
This document is focused on the plugin system structure and plugin lifecycle.
|
|
The following subjects are covered:
|
|
|
|
* [Plugin Content](plugin_structure/plugin_content.html)
|
|
|
|
* [Plugin Class Loaders](plugin_structure/plugin_class_loaders.html)
|
|
|
|
* [Plugin Components](plugin_structure/plugin_components.html)
|
|
|
|
* [Plugin Extensions and Extension Points](plugin_structure/plugin_extensions_and_extension_points.html)
|
|
|
|
* [Plugin Actions](plugin_structure/plugin_actions.html)
|
|
|
|
* [Plugin Services](plugin_structure/plugin_services.html)
|
|
|
|
* [Plugin Configuration File](plugin_structure/plugin_configuration_file.html)
|
|
|
|
* [Plugin Dependencies](plugin_structure/plugin_dependencies.html) |