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

That will prevent an IOException such as '[...].idea/codeStyles' is not a directory in VFS.

This change is generated from Kotlin's code style setting menu. Click on "Set from..." and then choosing "Kotlin style guide".

Fix for https://youtrack.jetbrains.com/issue/PY-38835 Not tested

This would simplify life for plugin-writers and would allow them not to use workarounds.

Fix the problem: the prefix "file: //" was not added to local image references. ![image](https://user-images.githubusercontent.com/1043061/65381219-67d11580-dcc3-11e9-98e2-d0408c0a965c.png) ref: https://youtrack.jetbrains.com/issue/PY-25689 contributor license agreement -> ready

We're seeing an issue where Default XML styling takes higher priority over Android XML styling when creating Android XML Layout. Newly created layout files do not have directory set yet...

* Separate the patch downloading logic into PatchDownloadTask, which UpdateInfoDialog calls * Add a "callback container" so callers to UpdateChecker.updateAndShowResult can do as they choose with the callback's fields Previously,...

Implements the requested functionality: https://youtrack.jetbrains.com/issue/IDEA-182029 The new package creation dialog for a single package looks like: ![Снимок экрана 2019-05-22 в 19 52 24](https://user-images.githubusercontent.com/8026171/58257581-620e0680-7d9b-11e9-8852-5e317dc80cbd.png) When you press the "+" button or...

Fix IDEA-212454 Find usages does not detect generated boolean accessors correctly on find field usages For the following boolean fields - isActive - myIsActiveField (with code style: field prefix =...

Waiting for Reply