intellij-community
intellij-community copied to clipboard
IntelliJ IDEA & IntelliJ Platform
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:  For reference, here's how `CopyRevisionNumberAction` looks...
Now Goland 2023.2 works on loongarch64 and riscv64 
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.
KTIJ-18835 Completion: missed curly braces with labeled object (qualified this) in string template
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.