Release history

Changelog

Release history for MarkdownTableEditor for Notepad++ and JetBrains IDEs. The latest releases are listed first, with earlier versions summarized from GitHub Releases and project tags.

Release and fixes

Release package 11.0.2 published for both platforms

MarkdownTableEditor 11.0.2 was released on June 26, 2026 for Notepad++ and JetBrains IDEs. The release fixes the caret jumping to the second row under Power Auto Fit when editing lower sparse or continuation rows, and protects manual plugin commands from pending auto-fit timers.

Notepad++ 11.0.2

x86, x64, and ARM64 ZIP archives are published in GitHub Releases. Plugin Admin ZIP files were checked against published SHA-256 hashes, and the update was submitted through Plugin List PR #1127.

JetBrains 11.0.2

The ZIP is published in GitHub Releases and listed on JetBrains Marketplace as update 1087578. Compatibility is declared for IntelliJ Platform 2022.3+.

What changed

The Java/C++ core keeps caret placement in sync for continuation-row reflow, manual column resizing, escaped pipes, and Unicode/CJK width handling. The latest Notepad++ smoke test now retries transient GitHub API failures.

Release checks

Java core coverage 91.45%, C++ core coverage 93.21%, Gradle clean check buildPlugin verifyPlugin playback smoke, MSBuild CoreSmoke PluginShortcutSmoke Coverage Package CorePerformance, NPP compatibility/latest smoke, GitHub Actions Release/CI, and Plugin List validators for x86/x64/arm64/all_md passed.

Release

Release package 11.0.0 published for both platforms

MarkdownTableEditor 11.0.0 was released on June 13, 2026 for Notepad++ and JetBrains IDEs. The release adds Narrow Column and Widen Column commands, keeps Java/C++ core parity for long-cell wrapping, and locks in responsive fit-width checks for wide tables.

Notepad++ 11.0.0

x86, x64, and ARM64 ZIP archives are published in GitHub Releases. Plugin Admin ZIP files were checked against published SHA-256 hashes, and the update was submitted through Plugin List PR #1116.

JetBrains 11.0.0

The ZIP is published in GitHub Releases, uploaded to JetBrains Marketplace as update 1076796, and available in OpenIDE Marketplace. Compatibility is declared for IntelliJ Platform 2022.3+.

What changed

Narrow Column and Widen Column were added with Ctrl+Alt+Shift+, and Ctrl+Alt+Shift+.. The shared core handles hard wrap, protected Markdown links, code spans, line continuations, and repeated fit-width alignment.

Release checks

Java core coverage 91.33%, C++ core coverage 93.15%, Gradle clean check buildPlugin verifyPlugin, MSBuild CoreSmoke PluginShortcutSmoke Coverage Package, GitHub Actions Release/CI, and Plugin List validators for x86/x64/arm64/all_md passed.

Release

Release package 10.0.0 published for both platforms

MarkdownTableEditor 10.0.0 was released on June 9, 2026 for Notepad++ and JetBrains IDEs. It added UI localization for 20 popular languages, faster large-table operations, and performance benchmarks as release gates for the Java/C++ core.

Notepad++ 10.0.0

x86, x64, and ARM64 ZIP archives are published in GitHub Releases. Plugin Admin ZIP files and SHA-256 hashes were prepared for Plugin List PR #1115.

JetBrains 10.0.0

The ZIP is published in GitHub Releases and uploaded to JetBrains Marketplace as update 1070817.

What changed

Menus, commands, dialogs, and messages were localized for popular IDE and Notepad++ languages. The core handles large tables, Unicode/CJK width, sorting, CSV/TSV conversion, and row/column edits faster while preserving Java/C++ behavior parity.

Release checks

Java core coverage 91.60%, C++ core coverage 93.33%, Gradle and MSBuild release checks, GitHub Actions Release/CI, and Plugin List validators passed.

Project history

Earlier versions

Earlier releases introduced the shared editing model, CSV/TSV conversion, Unicode-aware alignment, deterministic sorting, packaging for both plugin ecosystems, and common golden fixtures for Java/C++ parity.

June 9, 2026

9.0.0

Synchronized release for Notepad++ and JetBrains IDEs.

  • Locked in a non-conflicting keyboard shortcut set around Tab and Ctrl+Alt+Shift.
  • CSV/TSV conversion uses the current multiline block and respects quoted commas.
  • Extended shared Java/C++ checks for CJK, emoji clusters, and escaped pipes.
June 8-9, 2026

8.5.0 - 0.7.0

Shared Notepad++ and JetBrains workstream.

  • Improved CSV/TSV detection and conversion without selecting a block manually.
  • Improved Unicode alignment for CJK, emoji, combining marks, and zero-width sequences.
  • Fixed table block detection so nearby pipe characters outside a table are not edited.
June 7-8, 2026

0.6.0 - 0.1.0

Initial public and pre-public builds.

  • Added row and column editing, sorting, table creation, and CSV/TSV conversion.
  • Added Gradle and MSBuild packaging, smoke tests, CI checks, README updates, and demo assets.
  • Prepared the first JetBrains and Notepad++ plugin release flows.