mirror of
https://github.com/JetBrains/intellij-sdk-code-samples.git
synced 2025-07-28 09:17:50 +08:00
19 lines
994 B
Markdown
19 lines
994 B
Markdown
---
|
|
title: Plugin Structure
|
|
---
|
|
<!-- Copyright 2000-2020 JetBrains s.r.o. and other contributors. Use of this source code is governed by the Apache 2.0 license that can be found in the LICENSE file. -->
|
|
|
|
Click the following topics to learn more about the plugin system structure and plugin lifecycles:
|
|
|
|
* [Plugin Content](plugin_structure/plugin_content.md)
|
|
* [Plugin Class Loaders](plugin_structure/plugin_class_loaders.md)
|
|
* [Plugin Actions](plugin_structure/plugin_actions.md)
|
|
* [Plugin Extensions](plugin_structure/plugin_extensions.md)
|
|
* [Plugin Services](plugin_structure/plugin_services.md)
|
|
* [Plugin Listeners](plugin_structure/plugin_listeners.md)
|
|
* [Plugin Extension Points](plugin_structure/plugin_extension_points.md)
|
|
* [Plugin Components](plugin_structure/plugin_components.md)
|
|
* [Plugin Configuration File](plugin_structure/plugin_configuration_file.md)
|
|
* [Plugin Logo (Icon)](plugin_structure/plugin_icon_file.md)
|
|
* [Plugin Dependencies](plugin_structure/plugin_dependencies.md)
|