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

LocalFileSystemBase.extractRootPath will happily return a UNC path root like "//server/..", but this is rejected by FsRoot because it contains "/..". Change FsRoot to skip this check for UNC roots. Bug:...

Improvement for `CopyRevisionNumberFromAnnotateAction`. Details are in the commit message. Comparison screenshot, before and after, both in Old and New UIs: ![CopyRevisionNumberFromAnnotateAction before and after](https://github.com/JetBrains/intellij-community/assets/624072/4bd34a93-45f2-4ef1-9517-fe720dd5726e) For reference, here's how `CopyRevisionNumberAction` looks...

Now Goland 2023.2 works on loongarch64 and riscv64 ![Screenshot_20230803_015538](https://github.com/JetBrains/intellij-community/assets/24467495/ac925e5f-e961-4280-be83-9ffa01eb5e7d)

Fixes [IDEA-323330](https://youtrack.jetbrains.com/issue/IDEA-323330) Summary of changes: * Made the affected classes and constructors public * Also changed the visibility of methods from ``private`` to ``protected`` so that they can be overriden

Fix typo described [here](https://youtrack.jetbrains.com/issue/IDEA-326768/Repair-Utility-Fix-typo-in-repair-utility-logger).

Renaming usage of `str` keyword (reserved by Python) to `string` for easier understanding of code. Interestingly, I found the warning via PyCharm itself :) As always, a big thanks to...

Fixes https://youtrack.jetbrains.com/issue/IDEA-300359. In custom themes derived from Darcula, changing the default checkbox background color (Checkbox.Background.Default.Dark) and selected color (Checkbox.Background.Selected.Dark) to different colors doesn't work. The Selected color is used in...

Resolves: https://youtrack.jetbrains.com/issue/IDEA-324140/NewJavaToKotlinConverter-adds-against-all-non-annotated-types-assuming-them-as-nullable.

kotlin

https://youtrack.jetbrains.com/issue/KTIJ-18835/Completion-missed-curly-braces-with-labeled-object-qualified-this-in-string-template https://youtrack.jetbrains.com/issue/KTIJ-21663/Label-autocomplete-in-string-template-doesnt-add-curly-braces https://youtrack.jetbrains.com/issue/KTIJ-24709/String-template-autocomplete-doesnt-work-with-qualified-this.

kotlin