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.
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.
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.
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.