You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Bundled Moodle inspection profile and registered it in plugin.xml so it becomes available after plugin installation.
Automatically set the bundled "Moodle" inspection profile as the Project profile on first project open (non‑intrusive: won’t override an existing custom selection).
On project open, construct InspectionProfileImpl from bundled resources/inspectionProfiles/Moodle.xml and set it as the project profile via ProjectInspectionProfileManager#setCurrentProfile.
Changed
Fix Moodle file creation documentation according to code standards.
Removed MoodleManagerListener (registration moved to plugin.xml) and registered bundled inspection profile via <bundledInspectionProfile/>.
Fixed
Corrected automatic selection of the bundled "Moodle" inspection profile as the Project profile so it reliably appears in Settings | Editor | Inspections.
Replaced deprecated ProcessAdapter with ProcessListener in ComposerUtil.kt to maintain compatibility with the latest IntelliJ Platform SDK.
Removed usage of unstable UI DSL textFieldWithBrowseButton in MoodleSettingsForm; used Swing TextFieldWithBrowseButton within cell(...) to satisfy UnstableApiUsage inspection.