JetBrainsRuntime
JetBrainsRuntime copied to clipboard
Runtime environment based on OpenJDK for running IntelliJ Platform-based products on Windows, macOS, and Linux
Hi guys,The version JBR 17.0.4-b469.53 has fixed this [issue ](https://youtrack.jetbrains.com/issue/JBR-4765/Cannot-invoke-context-menu-by-two-fingers-tapping-on-MacBook-with-M2-chip)。But android studio was based on JBR11,When will it be updated?Thanks!
Hi guys,The version JBR 17.0.4-b469.53 has fixed this [issue ](https://youtrack.jetbrains.com/issue/JBR-4765/Cannot-invoke-context-menu-by-two-fingers-tapping-on-MacBook-with-M2-chip)。But android studio was based on JBR11,When will it be updated?Thanks!
Fixes #163. Supersedes #170. 5e75325a2db5d8fa6884c360a398fe370e250d1e created the same test file in two locations, just with different casings for folder names. This PR removes the extraneous one.
to ensure any aync callbacks are performed before deallocation, added CVDisplayLink checks, traces and refactored cleanup code + fixed review comments
This isn't really a bug, more like an inconvenience that masks real bugs. The `checkRequests` method only does layout initialization if it isn't initialized already. However, when an exception is...
Initial implementation for linux and macOS
Tested on mbp M2
System info: I'm using tag jb21.0.2-b397(built with wayland support) of jbr21 branch and PhpStorm 2024.1 Beta Build #PS-241.14494.28, and sway WM. I'm on Linux, aarch64, Asahi Linux Fedora distro with...
This fixes an issue with `AccessibleJTreeNode#getBounds`, which adjusts the node's bounds according to the parent node: https://github.com/JetBrains/JetBrainsRuntime/blob/ce6f4d023beef597cb670072e093eeb0fb25dfd5/src/java.desktop/share/classes/javax/swing/JTree.java#L5425-L5437 For nodes whose parent is the invisible root, `getBounds` was returning null, and...