Sat, 04 May 2019 14:46:45 +0200
Regenerated source docu.
--- a/eric6/Documentation/Help/source.qhp Sat May 04 14:45:04 2019 +0200 +++ b/eric6/Documentation/Help/source.qhp Sat May 04 14:46:45 2019 +0200 @@ -10321,6 +10321,7 @@ <keyword name="InterfacePage (Constructor)" id="InterfacePage (Constructor)" ref="eric6.Preferences.ConfigurationPages.InterfacePage.html#InterfacePage.__init__" /> <keyword name="InterfacePage (Module)" id="InterfacePage (Module)" ref="eric6.Preferences.ConfigurationPages.InterfacePage.html" /> <keyword name="InterfacePage.__populateLanguageCombo" id="InterfacePage.__populateLanguageCombo" ref="eric6.Preferences.ConfigurationPages.InterfacePage.html#InterfacePage.__populateLanguageCombo" /> + <keyword name="InterfacePage.__populateShellPositionCombo" id="InterfacePage.__populateShellPositionCombo" ref="eric6.Preferences.ConfigurationPages.InterfacePage.html#InterfacePage.__populateShellPositionCombo" /> <keyword name="InterfacePage.__populateStyleCombo" id="InterfacePage.__populateStyleCombo" ref="eric6.Preferences.ConfigurationPages.InterfacePage.html#InterfacePage.__populateStyleCombo" /> <keyword name="InterfacePage.on_resetLayoutButton_clicked" id="InterfacePage.on_resetLayoutButton_clicked" ref="eric6.Preferences.ConfigurationPages.InterfacePage.html#InterfacePage.on_resetLayoutButton_clicked" /> <keyword name="InterfacePage.save" id="InterfacePage.save" ref="eric6.Preferences.ConfigurationPages.InterfacePage.html#InterfacePage.save" />
--- a/eric6/Documentation/Source/eric6.Preferences.ConfigurationPages.InterfacePage.html Sat May 04 14:45:04 2019 +0200 +++ b/eric6/Documentation/Source/eric6.Preferences.ConfigurationPages.InterfacePage.html Sat May 04 14:46:45 2019 +0200 @@ -64,7 +64,10 @@ <td>Constructor</td> </tr><tr> <td><a href="#InterfacePage.__populateLanguageCombo">__populateLanguageCombo</a></td> -<td>Private method to initialize the language combobox of the Interface configuration page.</td> +<td>Private method to initialize the language combo box.</td> +</tr><tr> +<td><a href="#InterfacePage.__populateShellPositionCombo">__populateShellPositionCombo</a></td> +<td>Private method to initialize the shell position combo box.</td> </tr><tr> <td><a href="#InterfacePage.__populateStyleCombo">__populateStyleCombo</a></td> <td>Private method to populate the style combo box.</td> @@ -89,8 +92,12 @@ <h4>InterfacePage.__populateLanguageCombo</h4> <b>__populateLanguageCombo</b>(<i></i>) <p> - Private method to initialize the language combobox of the Interface - configuration page. + Private method to initialize the language combo box. +</p><a NAME="InterfacePage.__populateShellPositionCombo" ID="InterfacePage.__populateShellPositionCombo"></a> +<h4>InterfacePage.__populateShellPositionCombo</h4> +<b>__populateShellPositionCombo</b>(<i></i>) +<p> + Private method to initialize the shell position combo box. </p><a NAME="InterfacePage.__populateStyleCombo" ID="InterfacePage.__populateStyleCombo"></a> <h4>InterfacePage.__populateStyleCombo</h4> <b>__populateStyleCombo</b>(<i></i>)
--- a/eric6/Documentation/Source/eric6.QScintilla.Editor.html Sat May 04 14:45:04 2019 +0200 +++ b/eric6/Documentation/Source/eric6.QScintilla.Editor.html Sat May 04 14:46:45 2019 +0200 @@ -1808,8 +1808,8 @@ Private method to get the requested option via EditorConfig. </p><p> If there is no EditorConfig defined, the equivalent built-in option - will be used (Preferences.getEditor(). The option must be given as the - Preferences option key. The mapping to the EditorConfig option name + will be used (Preferences.getEditor() ). The option must be given as + the Preferences option key. The mapping to the EditorConfig option name will be done within this method. </p><dl> <dt><i>option</i> (str)</dt>