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

This is a straightforward change. Before this change, we have to return the empty String explicitly in `TextComponentAccessor::getText()`. ```java private static class MyTextComponentAccessor implements TextComponentAccessor { @Override public String getText(JComboBox...

Read tags from file works perfectly but it will not work if tags stored in another branch "tags_branch". if repo maintains tags in another branch like "tags" then it will...

Fix for [IDEA-247575](https://youtrack.jetbrains.com/issue/IDEA-247575) Parameter names aren't used in method body when debug info is absent

Waiting for Reply

[Issue](https://youtrack.jetbrains.com/issue/KT-31656) I've made a couple of assumptions here (please correct me if I'm wrong). - It looks like we were avoiding `vararg` comparison. I've tried to keep the same behavior...

I had some times when I needed to get relative path from current file directory to some file in project Hope, this feature will be useful ![image](https://user-images.githubusercontent.com/26004736/112283422-2eeb7580-8c99-11eb-9dc6-207149335c00.png)

Both can be null either by configuration or due to a previous exception. Avoid causing additional NPEs. This fixes https://youtrack.jetbrains.com/issue/IDEA-258057

Fixes https://youtrack.jetbrains.com/issue/IDEA-257985 Due to the potential confusion between error highlighting and keyword argument highlighting for python in the Darcula theme. This colour has been updated from [#AA4926](https://www.color-hex.com/color/aa4926) to [#34B8A7](https://www.color-hex.com/color/34b8a7) in...

### Steps - Go to Tools → Internal Actions → DevKit → Generate DOM Model - Select scheme with anonymous simple enum type inside complex type. Example: ``` ``` -...

This PR adds support for suppression of PEP8 naming checks with `noqa`. * 1st commit adds codes, each with a comment describing their cause. * 2nd commit removes the inline...

Run **Tools** -> **Tasks & Contexts** -> **Configure Servers....** After adding a server, the **General and Commit Message** components below will not be displayed sometimes.