intellij-community
intellij-community copied to clipboard
IntelliJ IDEA & IntelliJ Platform
Incorrect usages of Javadoc syntax `{@code}` and `{@link}` in various Java classes have been fixed. Details – in the commit message.
Previous comment lines did not make it obvious that `findSettings()?.isTemplate() ?: false` is the intended syntax for plugins to use.
https://youtrack.jetbrains.com/issue/KTIJ-15617
KTIJ-26622 "Replace overloaded operator with function call" breaks code for set operator with vararg
https://youtrack.jetbrains.com/issue/KTIJ-26622
…formatting is off https://youtrack.jetbrains.com/issue/IDEA-279487/Javadoc-comment-expansion-formats-code-despite-turned-off-formatter
This PR makes the option 'Align when multiline' available for chained method calls that are wrapped. Continuation indent still takes precedence and the option being anabled will only work when...
This is a fix for this situation: If the tooltip text is very large a situation where the tooltip is created by the owner and immediately closed because the popup...
Fix that color is always written as a hexadecimal of size 6(8). Especially necessary for something like Color(0, 0, 11, 179), which used to be written as "bb3"
Also see https://github.com/jsm222/LinuxGlobalMenu and https://youtrack.jetbrains.com/issue/IDEA-283161
Related to https://youtrack.jetbrains.com/issue/IDEA-331469/Missing-lombok.addLombokGeneratedAnnotation-complete-suggestion