Difference between revisions of "Environment Variables plugin"

From Code::Blocks
Line 2: Line 2:
 
{{Infobox_Plugin|
 
{{Infobox_Plugin|
 
   name = Environment Variables Editor |
 
   name = Environment Variables Editor |
   logo = [[Image:Generic-plugin.png]] |
+
   logo = [[File:Envvars.png]] |
 
   developer = [[User:MortenMacFly|MortenMacFly]] |
 
   developer = [[User:MortenMacFly|MortenMacFly]] |
 
   maintainer = MortenMacFly |
 
   maintainer = MortenMacFly |
Line 8: Line 8:
 
}}
 
}}
  
'''Environment variables editor''' plugin allows setting environment variables in the focus of Code::Blocks. A user can have several sets that contain 1..n environment variables. A user can switch between these sets within the environment variables configuration dialog. In addition the envvars plugin offers an option to projects (within project setup) to apply a certain envvar set to activate (and use during compilation).
+
'''Environment variables editor''' plugin allows setting environment variables in the focus of Code::Blocks. A user can have several sets that contain 1..n environment variables. A user can switch between these sets within the environment variables configuration dialog. In addition the EnvVars plugin offers an option to projects (within project setup) to apply a certain EnvVar set to activate (and use during compilation).
  
 
The dialog for editing the sets is located in Settings->Environment->Environment variables.<br/>
 
The dialog for editing the sets is located in Settings->Environment->Environment variables.<br/>
 
The dialog for choosing the active set for the current project is located in Project->Properties->EnvVar options.
 
The dialog for choosing the active set for the current project is located in Project->Properties->EnvVar options.

Revision as of 01:28, 27 August 2011

Environment Variables Editor
Envvars.png
Developer(s): MortenMacFly
Maintainer(s): MortenMacFly
Version: 0.97

Environment variables editor plugin allows setting environment variables in the focus of Code::Blocks. A user can have several sets that contain 1..n environment variables. A user can switch between these sets within the environment variables configuration dialog. In addition the EnvVars plugin offers an option to projects (within project setup) to apply a certain EnvVar set to activate (and use during compilation).

The dialog for editing the sets is located in Settings->Environment->Environment variables.
The dialog for choosing the active set for the current project is located in Project->Properties->EnvVar options.