- editor-ui-api module containing public API editor interfaces
- editor-ui-impl module containing editor implementation interfaces
- analysis* modules made dependant on editor-ui* modules
- highlighting classes moved to *analysis* modules
- majority of highlighting quickfixes moved to QuickFixFactory
- injections in GeneralHighlightingPass splitted away to InjectedGeneralHighlightingPass
introduce two separate actions: Reload and Convert,
warn on incompatible encoding on convert,
UI more usable - new Project Encoding separate setting
IDEA-74801, IDEA-74873