Skip to content

Conversation

sgosk
Copy link

@sgosk sgosk commented Sep 29, 2025

Description

This PR fixes an issue where 'Run/Debug Configurations' dialog's Apply button is enabled without any change in 'IDEA' run configuration in IDEA project.

The Problem

When selecting 'IDEA' run configuration in IDEA project and opening 'Run/Debug Configurations' dialog, the 'Apply' button should be disabled, since there were no changes made to the configuration yet. However, it was enabled without any modifications to the configuration. The core issue was incorrect creation of the configuration snapshot, which was compared to the original configuration - certain elements of the XML were omitted, and therefore the comparison resulted in a false positive.

Related Issue:

Fixes IJPL-149653

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant