Dmitry Jemerov 4b7a0fae34 Stop teaching people to use components (#233)
- Replace documentation on writing components with documentation on migrating away from components
- Split documentation on extensions and extension points (extensions are always needed and EPs are quite uncommon)
- Add documentation on listeners
- Remove application and project components in sample plugins whenever possible
2019-12-05 10:10:38 +01:00

15 KiB

Summary

Part I - Plugins

Part II - Base Platform

Part III - Project Model

Part IV - PSI

Part V - Features

Part VI - Testing

Part VII - Custom Languages

Part VIII - Product Specific

Part IX - Custom IDEs

  • Build Your Own IDE
  • Licensing

Part X - Plugin Repository [moved]

Appendix I - Resources

Appendix II - API Changes