editor opener
v1.3.0
JScript utility to open Desharp log links and rendered exception links like: 'editor://open?file=...&line=...' efectively back in Visual Studio or your favourite text editor or IDE.
This tool is proudly based on this script: Opening files in IDE by one click from Tracy's page
C:Program Files (x86)Editor OpenerInstall.wsf by double click on it, better to run as Administrator
editor:// to be handled in the future by Opener.wsfInstall.wsf anytime again without any consequences.cscript.exe Install.wsftest.html in your favourite browser and click on any editor link you have installed on your local machinetest.html in chosen editor, everything works fine and you can use Desharp HTML logs and Desharp web application exceptions in responses more efectivelyOpener.wsf, it's nice and short, you will see, what to do<add key="Desharp:Output" value="html" />
Desharp.Debug.Log(obj, Level.INFO);
editor:// link inside ~/logs/info.html file opened in your browser to see what happendsthrow new Exception("msg");
editor:// link in rendered exception in browser response to see what happends