dandavison / open-in-editor

Open a local file from a URL at a line number in an editor/IDE
55 stars 8 forks source link

feat: add column support for Sublime Text #13

Closed eugenesvk closed 1 year ago

eugenesvk commented 1 year ago

Sublime Text's subl command also supports columns

Filenames may be given a :line or :line:column suffix to open at a specific location.

dandavison commented 1 year ago

Hi @eugenesvk, there are various elegant aspects of this project, for example that it's written in Python2. But also, that the repo contains two identical copies of the Python script :) Could you apply this change also to OpenInEditor.app/Contents/Resources/script please?

eugenesvk commented 1 year ago

Sure, I just wanted to submit that separately along with other changes to the platypus bundle (and anyway the GUI doesn't support columns as they're not in the delta yet), but will add it here

dandavison commented 1 year ago

Thanks!

and anyway the GUI doesn't support columns as they're not in the delta yet)

(Yep I guess technically this project is independent of delta)