intellij-community
intellij-community copied to clipboard
IntelliJ IDEA & IntelliJ Platform
(random holiday optimization)
Fixes [IDEA-208038](https://youtrack.jetbrains.com/issue/IDEA-208038). Before:  After:  I have verified that both Debug and Cover work for the compound configuration, but I'm not too familiar with this part of the codebase...
Fixes [IDEA-228753](https://youtrack.jetbrains.com/issue/IDEA-228753/Terminal-is-reset-when-splitting-editor), and should also fix [IDEA-252249](https://youtrack.jetbrains.com/issue/IDEA-252249/Splitting-SSH-session-produces-local-shell) although I haven't tested that since I don't know if I can enable SSH connections in the community edition repo.
This PR adds the state information, visually represented by icons, to the AccessibleName of the entries in the test results tree structure. It partly solves: https://youtrack.jetbrains.com/issue/IDEA-193979 It does not solve...
## Motivation Gradle could set build enviromnent properties using `gradle.properties`. https://docs.gradle.org/7.4.2/userguide/build_environment.html#sec:gradle_configuration_properties the properties is used by gradle, but the properties mark as unused. ## Changes Fix not to warn unused...
Bumps [py](https://github.com/pytest-dev/py) from 1.5.4 to 1.10.0. Changelog Sourced from py's changelog. 1.10.0 (2020-12-12) Fix a regular expression DoS vulnerability in the py.path.svnwc SVN blame functionality (CVE-2020-29651) Update vendored apipkg: 1.4...
https://youtrack.jetbrains.com/issue/IDEA-222405
@vladsoroka I tested improved gradle hotswap detection in EAP build of 2021.2 and realized that there was a bug in the implementation. The implementation was marking too many directories as...
The greeting message has been moved to the `onStart` method in order to make sure it also gets printed when running in a test environment. Correct me if I'm wrong,...
"project.repositories.toList().find" loops resets repositories, so fallback "configuration.resolve()" uses only last defined repository leading to errors, when downloaded source requires something from different repository. This fix first backup original repositories, and...