nexoscp / PlatformIOLion

Intellij IDEA/CLion Plugin to integrate PlatformIO
Apache License 2.0
8 stars 1 forks source link

Avoid using "Components" #28

Open nexoscp opened 4 years ago

nexoscp commented 4 years ago

"When writing new plugins, you should avoid creating components, and you should migrate existing components in your plugins to services, extensions or listeners"

see http://www.jetbrains.org/intellij/sdk/docs/basics/plugin_structure/plugin_components.html

nexoscp commented 4 years ago

i used a 'application-components'

nexoscp commented 4 years ago

Opennd Branch https://github.com/nexoscp/PlatformIOLion/tree/avoid_using_components