- feat: 打开文件标签支持预览模式,双击标签或编辑内容可变更为编辑模式
- feat: 编辑器增加“在预览中聚焦“功能,快捷键
Alt/Option + L - feat: 增加关于对话框
- upd: 打开空仓库时候总是展示创建文件按钮
- upd: 微调界面 UI
- upd: 关闭空白页时候增加内容保存提示
- fix: 修复打印时代码可能溢出问题
- feat(plugin): 增加
TREE_NODE_DBLCLICKHook - feat(plugin): 增加
ctx.lib.uuid模块 - feat(plugin): 增加
ctx.view.highlightLine方法 - upd(plugin): 调整
ctx.editor.highlightLine方法参数
- feat: open the file tab to support preview mode, double-click the tab or edit the content to change to edit mode
- feat: add "Reveal Line in Preview" function to editor, shortcut key
Alt/Option + L - feat: add about dialog
- upd: always show the create file button when opening an empty repository
- upd: fine-tuned UI
- upd: add content saving prompt when closing blank page
- fix: fix the problem that the code may overflow when printing
- feat(plugin): add
TREE_NODE_DBLCLICKHook - feat(plugin): add
ctx.lib.uuidmodule - feat(plugin): add
ctx.view.highlightLinemethod - upd(plugin): change
ctx.editor.highlightLinemethod parameters