Documentation/Source/eric6.UI.UserInterface.html

changeset 6267
350655a6c85f
parent 6123
39cd368143db
child 6287
9a193ff6d24a
--- a/Documentation/Source/eric6.UI.UserInterface.html	Sun Apr 22 14:01:39 2018 +0200
+++ b/Documentation/Source/eric6.UI.UserInterface.html	Sun Apr 22 19:21:44 2018 +0200
@@ -829,40 +829,43 @@
 </table>
 <a NAME="UserInterface.__init__" ID="UserInterface.__init__"></a>
 <h4>UserInterface (Constructor)</h4>
-<b>UserInterface</b>(<i>app, locale, splash, plugin, noOpenAtStartup, noCrashOpenAtStartup, disableCrashSession, restartArguments</i>)
+<b>UserInterface</b>(<i>app, locale, splash, plugin, disabledPlugins, noOpenAtStartup, noCrashOpenAtStartup, disableCrashSession, restartArguments</i>)
 <p>
         Constructor
 </p><dl>
-<dt><i>app</i></dt>
+<dt><i>app</i> (E5Application)</dt>
 <dd>
-reference to the application object (E5Application)
-</dd><dt><i>locale</i></dt>
+reference to the application object
+</dd><dt><i>locale</i> (str)</dt>
 <dd>
-locale to be used by the UI (string)
-</dd><dt><i>splash</i></dt>
+locale to be used by the UI
+</dd><dt><i>splash</i> (UI.SplashScreen.SplashScreen)</dt>
 <dd>
 reference to the splashscreen
-            (UI.SplashScreen.SplashScreen)
-</dd><dt><i>plugin</i></dt>
+</dd><dt><i>plugin</i> (str)</dt>
 <dd>
-filename of a plugin to be loaded (used for plugin
+filename of a plug-in to be loaded (used for plugin
             development)
-</dd><dt><i>noOpenAtStartup</i></dt>
+</dd><dt><i>disabledPlugins</i> (list of str)</dt>
+<dd>
+list of plug-ins that have been disabled via
+            the command line parameters '--disable-plugin='
+</dd><dt><i>noOpenAtStartup</i> (bool)</dt>
 <dd>
 flag indicating that the open at startup option
-            should not be executed (boolean)
-</dd><dt><i>noCrashOpenAtStartup</i></dt>
+            should not be executed
+</dd><dt><i>noCrashOpenAtStartup</i> (bool)</dt>
 <dd>
 flag indicating to ignore any crash session
-            file found at statup (boolean)
-</dd><dt><i>disableCrashSession</i></dt>
+            file found at statup
+</dd><dt><i>disableCrashSession</i> (bool)</dt>
 <dd>
 flag indicating to disable the crash session
-            support (boolean)
-</dd><dt><i>restartArguments</i></dt>
+            support
+</dd><dt><i>restartArguments</i> (list of str)</dt>
 <dd>
 list of command line parameters to be used for
-            a restart (list of strings)
+            a restart
 </dd>
 </dl><a NAME="UserInterface.__TBMenuTriggered" ID="UserInterface.__TBMenuTriggered"></a>
 <h4>UserInterface.__TBMenuTriggered</h4>

eric ide

mercurial