arendvw / ScriptParasite

A component that allows editting of C# definitions in external editors
22 stars 5 forks source link

Added: Double click to open explorer and file name indication as output #13

Open dilomo opened 3 years ago

dilomo commented 3 years ago

I did not add dependency dlls or compile, just copy the code from my working version. I hope you would be able to compile it.

arendvw commented 3 years ago

Hi Anton,

Thanks for your pull request, I'm currently on holidays, I will get back to you in two weeks

dilomo commented 2 years ago

Could you have time to check it out? I think at least the double click functionality is good to have? Maybe it can directly start the editor of our choice as well ?

arendvw commented 2 years ago

Cool, I've copied your implementation some time ago, and simplified it a bit. It's a bit busy, but I'll try to push a new version somewhere this week.

Opening an editor would be awesome, but I'm a bit hesitant, because visual studio would not read the file correctly if it also does not open the project at the same time; or by accident already has the project open.

dilomo commented 2 years ago

Opening an editor would be awesome, but I'm a bit hesitant, because visual studio would not read the file correctly if it also does not open the project at the same time; or by accident already has the project open.

That's true and it can get complicated to just open the project instead of the file i guess.