Skip to content

Code-Link enhancement #13

Description

@fglueck

Currently available is only a vscode link.
;toggle the linking feature
vscode_links=true
;when you run a virtual machine for development your server path might diverge from your loacal path. this is server.
vscode_path_search='/srv/www/current/'
;
vscode_path_replace='C:/my-repository/'

Change:
code_links="vscode";
code_path_search='/srv/www/current/';
code_path_replace='C:/my-repository/';

So it is also possible to use it with other editors:
code_links="eclipse";
code_path_search='/srv/www/current/';
code_path_replace='C:/my-repository/';

There a many ways to register a custom protokoll handler:
https://docs.microsoft.com/de-de/windows/win32/search/-search-3x-wds-ph-install-registration
https://medium.com/swlh/custom-protocol-handling-how-to-8ac41ff651eb
http://www.tutego.de/blog/javainsel/2012/08/thema-der-woche-externe-programme-starten-url-protokoll-unter-windows-registrieren/

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions