Skip to content

Tags: jfcherng-sublime/ST-CommandAndMenu

Tags

0.3.7

Toggle 0.3.7's commit message

Verified

This commit was signed with the committer’s verified signature.
jfcherng Jack Cherng
perf: reduce a HTTP redirect

Signed-off-by: Jack Cherng <[email protected]>

0.3.6

Toggle 0.3.6's commit message

Verified

This commit was signed with the committer’s verified signature.
jfcherng Jack Cherng
refactor: tidy codes

Signed-off-by: Jack Cherng <[email protected]>

0.3.5

Toggle 0.3.5's commit message

Verified

This commit was signed with the committer’s verified signature.
jfcherng Jack Cherng
chore: update deps

Signed-off-by: Jack Cherng <[email protected]>

0.3.4

Toggle 0.3.4's commit message

Verified

This commit was signed with the committer’s verified signature.
jfcherng Jack Cherng
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]>

0.3.3

Toggle 0.3.3's commit message

Verified

This commit was signed with the committer’s verified signature.
jfcherng Jack Cherng
refactor: use py38 syntax

Signed-off-by: Jack Cherng <[email protected]>

0.3.2

Toggle 0.3.2's commit message

Verified

This commit was signed with the committer’s verified signature.
jfcherng Jack Cherng
refactor: make mypy happy

Signed-off-by: Jack Cherng <[email protected]>

0.3.1

Toggle 0.3.1's commit message

Verified

This commit was signed with the committer’s verified signature.
jfcherng Jack Cherng
feat: add "Clear Console" to widget context menu

Signed-off-by: Jack Cherng <[email protected]>

0.3.0

Toggle 0.3.0's commit message

Verified

This commit was signed with the committer’s verified signature.
jfcherng Jack Cherng
feat: add pin/unpin tab commands

Signed-off-by: Jack Cherng <[email protected]>

0.2.24

Toggle 0.2.24's commit message

Verified

This commit was signed with the committer’s verified signature. The key has been revoked.
jfcherng Jack Cherng
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]>

0.2.23

Toggle 0.2.23's commit message

Verified

This commit was signed with the committer’s verified signature. The key has been revoked.
jfcherng Jack Cherng
refactor: tidy codes

Signed-off-by: Jack Cherng <[email protected]>