--- a/Documentation/Source/eric6.UI.UserInterface.html Sun Nov 04 18:12:25 2018 +0100 +++ b/Documentation/Source/eric6.UI.UserInterface.html Sun Nov 04 18:35:18 2018 +0100 @@ -750,6 +750,9 @@ <td><a href="#UserInterface.getMenuBarAction">getMenuBarAction</a></td> <td>Public method to get a reference to an action of the main menu.</td> </tr><tr> +<td><a href="#UserInterface.getOriginalPathString">getOriginalPathString</a></td> +<td>Public method to get the original PATH environment variable (i.e.</td> +</tr><tr> <td><a href="#UserInterface.getToolBarIconSize">getToolBarIconSize</a></td> <td>Public method to get the toolbar icon size.</td> </tr><tr> @@ -2379,6 +2382,22 @@ <dd> reference to the menu bar action (QAction) </dd> +</dl><a NAME="UserInterface.getOriginalPathString" ID="UserInterface.getOriginalPathString"></a> +<h4>UserInterface.getOriginalPathString</h4> +<b>getOriginalPathString</b>(<i></i>) +<p> + Public method to get the original PATH environment variable (i.e. + before modifications by eric6 and PyQt5) +</p><dl> +<dt>Returns:</dt> +<dd> +original PATH environment variable +</dd> +</dl><dl> +<dt>Return Type:</dt> +<dd> +str +</dd> </dl><a NAME="UserInterface.getToolBarIconSize" ID="UserInterface.getToolBarIconSize"></a> <h4>UserInterface.getToolBarIconSize</h4> <b>getToolBarIconSize</b>(<i></i>)