Hey Nick,
I wanted to check out the Visual Studio 2010 IDE with Lua. using
SetAlphaOption ("script_editor_argument", "/edit '%file'")
so that devenv would recycle the running instance and add a tab. This causes an error in devenv that " /edit 'C:\Users\Me\Documents\Scriptfile.lua'" can't find that file and will not be added.
So it doesn't open the file.
Without /edit, you get multiple instances. /edit works from a cmd prompt.
The Shell can be DL'd from http://www.microsoft.com/downloads/details.aspx?familyid=8E5AA7B6-8436-43F0-B778-00C3BCA733D3&displaylang=en
If you were curious.
I wanted to check out the Visual Studio 2010 IDE with Lua. using
SetAlphaOption ("script_editor_argument", "/edit '%file'")
so that devenv would recycle the running instance and add a tab. This causes an error in devenv that " /edit 'C:\Users\Me\Documents\Scriptfile.lua'" can't find that file and will not be added.
So it doesn't open the file.
Without /edit, you get multiple instances. /edit works from a cmd prompt.
The Shell can be DL'd from http://www.microsoft.com/downloads/details.aspx?familyid=8E5AA7B6-8436-43F0-B778-00C3BCA733D3&displaylang=en
If you were curious.