intellij-community
intellij-community copied to clipboard
IntelliJ IDEA & IntelliJ Platform
Null check is added for PopupChooserBuilder.myItemChosenRunnable:createPopup When I try to create JBPopup like: ```java JBPopupFactory.getInstance() .createPopupChooserBuilder(table) .setCloseOnEnter(false) .createPopup() .showInScreenCoordinates(component.getAnchor(), point); ``` I have to invoke setItemChoosenCallback with a stub to...
... when exiting distraction free mode. https://youtrack.jetbrains.com/issue/IDEA-232296
`SearchResults#caretPositionChanged()` called after `SelectionModelImpl#fireSelectionChanged()` which repaint selection result properly, call `myEditor.getSelectionModel().removeSelection()` in `SearchResults#caretPositionChanged()` is inappropriate. `notifyCursorMoved();` is redundant too, introduce the indicator problem reported in [IDEA-272238](https://youtrack.jetbrains.com/issue/IDEA-272238)
On Windows, Polish keyboard layout (and a few others) remaps Right Alt to AltGr (Alt Graph) key. For such keyboard layouts pressing right Alt sends two key press events: Left...
Allow tab to navigate focus between the 3 panels of ThreeComponentsSplitter by changing the traversal policy and removing ThreeComponentsSplitter as the focus cycle root. This allows for users of the...
Bumps [gson](https://github.com/google/gson) from 2.8.8 to 2.8.9. Release notes Sourced from gson's releases. Gson 2.8.9 Make OSGi bundle's dependency on sun.misc optional (#1993). Deprecate Gson.excluder() exposing internal Excluder class (#1986). Prevent...