RFE: right-click editor tab menu option 'open in new instance'
A fairly common need for me is trying to view 2 LINQPad scripts side-by-side to compare them, bring bits of one over to the other, etc.
My current workflow to do this is to right-click on one of the scripts in the existing LINQPad instance, copy full path, open a new LINQPad instance, open, paste path, enter.
Now, I realize that trying to support horizontal/vertical/whatever splits within the existing LINQPad UI would likely be a huge amount of work, but I'm hoping LINQPad could add the 'open in new instance' type of feature that Notepad++ has.
This would likely just run the current .exe and pass the full path to the current script as the parameter (so no need to add any kind of automation interface just for this), but would be a nice addition to simplify this particular workflow.
Thanks!
My current workflow to do this is to right-click on one of the scripts in the existing LINQPad instance, copy full path, open a new LINQPad instance, open, paste path, enter.
Now, I realize that trying to support horizontal/vertical/whatever splits within the existing LINQPad UI would likely be a huge amount of work, but I'm hoping LINQPad could add the 'open in new instance' type of feature that Notepad++ has.
This would likely just run the current .exe and pass the full path to the current script as the parameter (so no need to add any kind of automation interface just for this), but would be a nice addition to simplify this particular workflow.
Thanks!
Comments
Thanks, Joe!
Perhaps (somewhere in a future release) you could add a browser like drag-n-drop behavior, like in IE/Chrome/FF:
- drag the query tab out of the window to move the query to a new instance
- drag the query tab into another window to move the query to that instance (and close the current instance if this was the last query in the current window)