18 Commits

Author SHA1 Message Date
Yann Cébron
9d7556020f plugin_extensions.md: mention ExtensionNotApplicableException 2020-11-03 14:17:26 +01:00
Yann Cébron
20b1688ba3 plugin_extensions.md: add link to "Plugin Dependencies" 2020-09-24 14:56:23 +02:00
Yann Cébron
c8211343eb plugin_extensions.md: @Required#allowEmpty (IDEA-242833) 2020-09-23 11:03:17 +02:00
Jakub Chrzanowski
803a9d3ca8
Docs maintenance (#316)
docs maintenance
2020-09-21 17:15:08 +02:00
Yann Cébron
90849fa2b5 plugin_extensions.md: link "Settings", cleanup 2020-08-06 11:45:11 +02:00
JohnHake
f89cc25d44 [2020.2 release] IJSDK-869 update intellij.version to 2020.2
Add notes about AnnotationHolder changes
Update upsource links per inspections
Fixes deprecation warning for AnnotationHolder
Compiles, but deprecation warnings for AbstractTreeBuilder, AbstractTreeUpdater, AnnotationHolder
2020-07-28 21:31:31 -07:00
Yann Cébron
c55030cfba plugin_extensions.md: EP attribute *Language support 2020-06-03 16:28:59 +02:00
Yann Cébron
4500a8fe2d plugin_extensions.md: minor edits, add missing links to split-out platform config files 2020-05-19 14:21:57 +02:00
Yann Cébron
7bead165bc fix title capitalization 2020-04-22 15:02:27 +02:00
Yann Cébron
8a65dfe12a blank lines around code blocks 2020-04-22 12:54:06 +02:00
Yann Cébron
5b810fdc86 [docs] formatting 2020-04-17 15:41:01 +02:00
Yann Cébron
6704a18b6f plugin_extensions.md: action EP attribute 2020-03-31 11:53:36 +02:00
JohnHake
80129a7641 New Copyright in markdown files 2020-02-19 22:25:03 -08:00
Yann Cébron
c769386711 extensions: support for Enum attributes 2019-12-09 15:36:25 +01:00
Yann Cébron
5eff69afb8 plugin_extensions.md: note code insight features 2019-12-06 16:41:27 +01:00
Yann Cébron
485daa85a6 plugin_extensions.md: document @RequiredElement 2019-12-06 16:36:59 +01:00
Yann Cébron
7ceae130c3 plugin_extension_points.md: cleanup, clarify sample 2019-12-05 10:58:38 +01:00
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