Notable change: Description in Tree Views

This commit is contained in:
Yann Cébron 2019-06-20 17:03:27 +02:00
parent 373d85a47a
commit 32e8d814dd

View File

@ -6,6 +6,9 @@ title: Notable Changes in IntelliJ Platform and Plugins API 2019.*
## Notable Changes in IntelliJ Platform 2019.2
View \| Appearance \| Description in Tree Views
: Toggles showing additional details in UI (e.g. modification timestamp in Project View) see `UISettings#getShowInplaceComments`.
New API for Editor Inlay Hints
: Allows a variety of presentations (incl. custom painting), mouse event handling and exposing settings in _Editor \| Inlay Hints_. See `com.intellij.codeInsight.hints.InlayHintsProvider`.