intellij-community
intellij-community copied to clipboard
IntelliJ IDEA & IntelliJ Platform
https://youtrack.jetbrains.com/issue/KTIJ-24906
Protected's mnemonic changed from o to t:  A certain limitation is if the JavaVisibilityPanel is used twice in the same dialog: 
As mentioned on [IDEA-126491](https://youtrack.jetbrains.com/issue/IDEA-126491), `fsnotifier` has a problem with hard links. On watching a hard link to an already watched file: - `inotify_add_watch` returns the existing watch ID ([as documented](https://man7.org/linux/man-pages/man2/inotify_add_watch.2.html))...
This PR addresses the following YouTrack issue: https://youtrack.jetbrains.com/issue/PY-61600/Regression-in-support-for-the-pyAddSdkProvider-extension-point-starting-with-Pycharm-CE-version-2022.2x In PyCharm releases after 2021.1.4, support for the pyAddSdkProvider was removed as part of a code refactoring. Plugins depending on this extension...
Ability to check for specific property and attribute assignments in language injection rules.
This PR supports third-party SDK on the Python Local interpreter panel. ## Background I'm working on creating [a plugin](https://github.com/koxudaxi/rye-pycharm-plugin) for [Rye](https://github.com/mitsuhiko/rye) that is a Python package manager. I added classes...
There's a state problem with the keep password option. The remember my password checkbox only works in-memory. The moment you restart your IDE it clears the proxy password even though...
This is an update of klunnyi/draft/gradle_version_catalog_navigation with what Android Studio ended up with. Studio focused on Kt Psi Elements (not on accessors) that enables navigation right after change and before...