mirror of
https://github.com/JetBrains/intellij-sdk-code-samples.git
synced 2025-07-30 18:27:49 +08:00
Document removal of Swing Inspector (#346)
This commit is contained in:
parent
df35d715e7
commit
62186a69f7
@ -99,6 +99,18 @@ The `com.intellij.psi.PsiAnnotation.getOwner` method now returns `PsiType` inste
|
||||
: This change supports identifying whether a type annotation is attached to an inner class or a particular dimension of a multi-dimensional array.
|
||||
This change doesn't break source or binary compatibility but may produce behavioral changes for callers.
|
||||
|
||||
`com.intellij.execution.application.ApplicationConfiguration.isSwingInspectorEnabled()` method removed
|
||||
: The Swing Inspector functionality has been removed from the product.
|
||||
|
||||
`com.intellij.execution.application.ApplicationConfiguration.setSwingInspectorEnabled(boolean)` method removed
|
||||
: The Swing Inspector functionality has been removed from the product.
|
||||
|
||||
show.swing.inspector property removed from resource bundle messages.ExecutionBundle
|
||||
: The Swing Inspector functionality has been removed from the product.
|
||||
|
||||
show.swing.inspector.disabled property removed from resource bundle messages.ExecutionBundle
|
||||
: The Swing Inspector functionality has been removed from the product.
|
||||
|
||||
### Changes in PhpStorm and PHP Plugin 2020.3
|
||||
|
||||
Added PHP 8 support
|
||||
|
Loading…
x
Reference in New Issue
Block a user