You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The gui wrapper on a Mac doesn't seem to be able to handle hyperlink clicks when those contain spaces etc.
I guess there needs to be some (html??) un-escape conversion?
this works with the same editor
printf'\x1b]8;;file:///path/to/file/with spaces.txt\x1b\\This is a file with spaces\x1b]8;;\x1b\\\n'
while this fails trying to open a with%20spaces.txt instead
printf'\x1b]8;;file-line-column:///path/to/file/with spaces.txt\x1b\\This is a file with spaces\x1b]8;;\x1b\\\n'
The text was updated successfully, but these errors were encountered:
The gui wrapper on a Mac doesn't seem to be able to handle hyperlink clicks when those contain spaces etc.
I guess there needs to be some (html??) un-escape conversion?
this works with the same editor
while this fails trying to open a
with%20spaces.txt
insteadThe text was updated successfully, but these errors were encountered: