Skip to content

v1.5.0 — Sync VSCode improvements, simplified settings, broader compatibility#54

Merged
siropkin merged 3 commits into
mainfrom
v1.5.0
Feb 24, 2026
Merged

v1.5.0 — Sync VSCode improvements, simplified settings, broader compatibility#54
siropkin merged 3 commits into
mainfrom
v1.5.0

Conversation

@siropkin

Copy link
Copy Markdown
Owner

Summary

  • Simplify settings: remove font, opacity, and position options (auto-derived from editor)
  • Separate cursor color and text indicator color into independent settings
  • Add text indicator background color option
  • Add Apple Chinese input method detection on macOS
  • Fix Chinese input methods displaying "cn" instead of "zh"
  • Improve Linux keyboard layout detection for GNOME-based distributions
  • Replace deprecated IdeEventQueue.addDispatcher with addPostprocessor
  • Remove pluginUntilBuild to support all future IDE versions automatically

Test plan

  • ./gradlew buildPlugin passes
  • Manual testing in sandbox IDE — settings UI, cursor color, text indicator, background color, keyboard switching all verified

🤖 Generated with Claude Code

siropkin and others added 3 commits February 24, 2026 10:04
Simplify settings by removing font, opacity, and position options
(auto-derived from editor). Separate cursor and text indicator colors
into independent settings. Add optional text indicator background color.
Add Apple Chinese input method detection and fix "cn"→"zh" display on
macOS. Improve Linux keyboard layout detection for GNOME-based distros.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Fixes deprecated API warning for IntelliJ 2026.1 compatibility.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
No more manual version bumps needed for new IntelliJ releases.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@siropkin siropkin merged commit 08b0f1a into main Feb 24, 2026
1 check passed
@github-actions

Copy link
Copy Markdown

Qodana Community for JVM

2 new problems were found

Inspection name Severity Problems
Unused symbol 🔶 Warning 2

💡 Qodana analysis was run in the pull request mode: only the changed files were checked

View the detailed Qodana report

To be able to view the detailed Qodana report, you can either:

To get *.log files or any other Qodana artifacts, run the action with upload-result option set to true,
so that the action will upload the files as the job artifacts:

      - name: 'Qodana Scan'
        uses: JetBrains/qodana-action@v2024.2.5
        with:
          upload-result: true
Contact Qodana team

Contact us at qodana-support@jetbrains.com

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