首个正式版本发布!CompareLive 是一款 Sublime Text 4 实时差异对比插件:在独立新窗口中双窗格并排比较,编辑时实时刷新差异高亮。
The first stable release! CompareLive is a live diff comparison plugin for Sublime Text 4: side-by-side two-pane comparison in a dedicated window with real-time diff refresh while editing.
✨ 核心特性 / Highlights
- 实时差异对比 / Live diff — 双窗格并排显示,右侧编辑时实时重算并刷新差异高亮 / Diffs recomputed and refreshed as you edit
- 两层高亮 / Two-layer highlighting — 修改行采用"整行淡底色 + 词级字符重色"双层设计 / Line background + word-level character highlighting
- 联动滚动 / Synchronized scrolling — 基于行映射表同步滚动,差异区段精准对位 / Line-mapping based sync across diff regions
- 幽灵占位行 / Ghost placeholder lines — 自动插入等高空白 Phantom 占位块,保持两侧视觉对齐 / Phantom blocks keep both panes visually aligned
- 多语言界面 / Bilingual UI — 支持中文(
zh_CN)与英文(en),菜单与命令文案自动重新生成 / Menus and commands regenerated on language switch - 高亮颜色可配置 / Configurable colors — 所有差异高亮颜色均可自定义,修改后立即生效 / All diff highlight colors are customizable, applied instantly
- 独立比较窗口 / Dedicated compare window — 在独立窗口中进行比较,原工作区不受影响 / Runs in its own window without disturbing your workspace
- 基准侧只读保护 / Read-only base pane — 左侧基准默认只读,可通过配置关闭 / Left pane read-only by default, configurable
📖 文档 / Documentation
- 中文文档:README_zh.md
- English: README_en.md
Full Changelog: https://github.com/mwei-io/CompareLive/commits/v1.0.0