intellij-community icon indicating copy to clipboard operation
intellij-community copied to clipboard

IntelliJ IDEA & IntelliJ Platform

Results 407 intellij-community issues
Sort by recently updated
recently updated
newest added

https://youtrack.jetbrains.com/issue/KTIJ-24906

kotlin

Protected's mnemonic changed from o to t: ![mnemonics-visibility-fixed](https://github.com/JetBrains/intellij-community/assets/4121655/05f83a66-5f16-45ce-a89f-849be7a21a1e) A certain limitation is if the JavaVisibilityPanel is used twice in the same dialog: ![mnemonics-visibility-limitation](https://github.com/JetBrains/intellij-community/assets/4121655/56727e61-b74c-4dbd-a7c3-9af0a0834df8)

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...

kotlin