Tags: jfcherng-sublime/ST-CommandAndMenu
Tags
perf: reduce a HTTP redirect Signed-off-by: Jack Cherng <[email protected]>
refactor: tidy codes Signed-off-by: Jack Cherng <[email protected]>
chore: update deps Signed-off-by: Jack Cherng <[email protected]>
fix: "open_sublime_text_dir" command exception on Direct-IO disk I set my TEMP dir to a Direct-IO disk created by a Ramdisk software. And "path.resolve()" failed on that disk. OSError: [WinError 1] 功能錯誤。: 'R:\\TEMP-J~1\\..' Signed-off-by: Jack Cherng <[email protected]>
refactor: use py38 syntax Signed-off-by: Jack Cherng <[email protected]>
refactor: make mypy happy Signed-off-by: Jack Cherng <[email protected]>
feat: add "Clear Console" to widget context menu Signed-off-by: Jack Cherng <[email protected]>
feat: add pin/unpin tab commands Signed-off-by: Jack Cherng <[email protected]>
feat: introduce "repo.remote_to_web_url" in preferences This can be used to define custom remote <-> web URL mappings. "repo.remote_to_web_url": [ // Realtek Gerrit { "search": "ssh://(?P<domain>[^:/]+\\.(?:realtek|rtkbf)\\.com):29418/(?P<project>.+)", "replace": "https://\\g<domain>/gerrit/admin/projects/\\g<project>", }, ], Signed-off-by: Jack Cherng <[email protected]>
refactor: tidy codes Signed-off-by: Jack Cherng <[email protected]>
PreviousNext