intellij-community icon indicating copy to clipboard operation
intellij-community copied to clipboard

IntelliJ IDEA & IntelliJ Platform

Results 441 intellij-community issues
Sort by recently updated
recently updated
newest added

Fixes ticket described here: [[IJPL-149806] More specific File Types needs to have a higher priority](https://youtrack.jetbrains.com/issue/IJPL-149806/More-specific-File-Types-needs-to-have-a-higher-priority)

Fixes ticket described here: [[IJPL-13205] Settings Sync shows enabled if settings were disabled with remove all data option](https://youtrack.jetbrains.com/issue/IJPL-13205/Settings-Sync-Shows-enabled-if-settings-were-disabled-with-remove-all-data-option) Since the even handler runs in a different thread from the progress...

Fixes issue described here: [[IJPL-12596] Cannot change order of folders in the Run/Debug Configurations](https://youtrack.jetbrains.com/issue/IJPL-12596/Cannot-change-order-of-folders-in-the-Run-Debug-Configurations)

Fixes issue described here: [[IJPL-11679] Run widget doesn't use last run config if it's stored externally in .run folder](https://youtrack.jetbrains.com/issue/IJPL-11679/Run-widget-doesnt-use-last-run-config-if-its-stored-externally-in-.run-folder)

Fixes issue described here: [[IJPL-832] Explicitly indicate in editor that the file is in generated sources root](https://youtrack.jetbrains.com/issue/IJPL-832/Explicitly-indicate-in-editor-that-the-file-is-in-generated-sources-root)

Offer a pluggable SVG image extension for the `JBHtamlPane` / `HTMLEditorKitBuilder`. This has been discussed in [IJPL-155932](https://youtrack.jetbrains.com/issue/IJPL-155932/Support-SVG-in-JBHtmlPane-HTMLEditorKitBuilder) ```kotlin JEditorPane().apply { contentType = "text/html" editorKit = HTMLEditorKitBuilder() .withViewFactoryExtensions( SvgImageExtension(), ExtendableHTMLViewFactory.Extensions.WORD_WRAP, )...

This commit moves some of the logic for pinning tabs from `com.intellij.openapi.fileEditor` to `com.intellij.ui.tabs` and generalizes it. Pinning tabs is a fundamental functionality that should be implemented in a more...

Added method `isInNamespacePackage` and variable `isNamespace` to classes in "Move", that used for separation between two cases (Namespace and ordinary python package)

This PR addresses the problem described in [IJPL-156748](https://youtrack.jetbrains.com/issue/IJPL-156748/Unstash-Changes-does-not-navigate-to-the-corresponding-root) by selecting the first stash in the target repository root in the stashes tree.

When trying to detect synthetic methods, KotlinSyntheticTypeComponentProvider uses bytecode inspection to verify that a method simply delegates to a default implementation in an interface. This inspection didn't work for ART,...