Author |
Topic |
|
kennyl
Ketchup Master
50 Posts |
Posted - Aug 12 2010 : 12:58:46 AM
|
In snippet editor, the %EnvVar% works, but it seems that VA loads the variables list when Visual Studio starts up, if you change the value of the env variable, VA will still use the old one.
I guess maybe you can provide a way to update/retrieve/refresh the environment variables?
Regards, Kenny |
|
accord
Whole Tomato Software
United Kingdom
3287 Posts |
Posted - Aug 12 2010 : 3:31:50 PM
|
What Visual Studio and Visual Assist version are you using? Why do you need this? Can you please give me an example where it would be useful for you? How do you change the environment variable? |
|
|
gmit
Whole Tomato Software
Croatia
90 Posts |
Posted - Aug 12 2010 : 3:46:20 PM
|
That's how Windows handle environment variables. They aren't global, but derived from either system/user defaults and/or parent process. Once the new process is created, variables are copied and they lose any connection with their ancestors. |
|
|
kennyl
Ketchup Master
50 Posts |
Posted - Aug 13 2010 : 01:10:04 AM
|
quote: Originally posted by gmit
That's how Windows handle environment variables. They aren't global, but derived from either system/user defaults and/or parent process. Once the new process is created, variables are copied and they lose any connection with their ancestors.
I guess I understand now, thank you! |
|
|
|
Topic |
|