logic: fixed environment variable detection
* fixed detection of environment variables in path that are encapsulated in %VARIABLE_NAME% * mentioned notation for environment variables in documentation
This commit is contained in:
@@ -558,6 +558,8 @@
|
||||
|
||||
<h3>Path List Box</h3>
|
||||
<p>The Path List Box is a user interface element that is used within the <a href="#PreferencesWindow">Preferences Window</a> and the <a href="#ProjectSetupWizard">Project Setup Wizard</a>. It allows for entering a list of file and directory paths.</p>
|
||||
<p>If you want to use environment variables you can use either of the following notations.</p>
|
||||
<pre>${VARIABLE_NAME} or %VARIABLE_NAME%</pre>
|
||||
<div class="row">
|
||||
<div class="col-sm-10 col-sm-offset-1">
|
||||
<img src="img/path_list_box.png" style="width:100%;">
|
||||
|
||||
Reference in New Issue
Block a user