intellij-community
intellij-community copied to clipboard
IntelliJ IDEA & IntelliJ Platform
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.  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:  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 =...