src/eric7/Documentation/Source/eric7.QScintilla.MiniEditor.html

branch
eric7
changeset 10479
856476537696
parent 10431
64157aeb0312
child 10518
1682f3203ae5
--- a/src/eric7/Documentation/Source/eric7.QScintilla.MiniEditor.html	Thu Jan 04 17:16:15 2024 +0100
+++ b/src/eric7/Documentation/Source/eric7.QScintilla.MiniEditor.html	Thu Jan 04 18:02:25 2024 +0100
@@ -7,19 +7,17 @@
 <body>
 <a NAME="top" ID="top"></a>
 <h1>eric7.QScintilla.MiniEditor</h1>
-
 <p>
 Module implementing an editor for simple editing tasks.
 </p>
+
 <h3>Global Attributes</h3>
-
 <table>
 <tr><td>None</td></tr>
 </table>
+
 <h3>Classes</h3>
-
 <table>
-
 <tr>
 <td><a href="#MiniEditor">MiniEditor</a></td>
 <td>Class implementing an editor for simple editing tasks.</td>
@@ -29,19 +27,20 @@
 <td>Class implementing a QsciScintillaCompat subclass for handling focus events.</td>
 </tr>
 </table>
+
 <h3>Functions</h3>
-
 <table>
 <tr><td>None</td></tr>
 </table>
+
 <hr />
 <hr />
 <a NAME="MiniEditor" ID="MiniEditor"></a>
 <h2>MiniEditor</h2>
-
 <p>
     Class implementing an editor for simple editing tasks.
 </p>
+
 <h3>Signals</h3>
 <dl>
 
@@ -71,19 +70,17 @@
 <h3>Derived from</h3>
 EricMainWindow
 <h3>Class Attributes</h3>
-
 <table>
 <tr><td>None</td></tr>
 </table>
+
 <h3>Class Methods</h3>
-
 <table>
 <tr><td>None</td></tr>
 </table>
+
 <h3>Methods</h3>
-
 <table>
-
 <tr>
 <td><a href="#MiniEditor.__init__">MiniEditor</a></td>
 <td>Constructor</td>
@@ -469,19 +466,20 @@
 <td>Public method to determine the selection or the current word for the next find operation.</td>
 </tr>
 </table>
+
 <h3>Static Methods</h3>
-
 <table>
 <tr><td>None</td></tr>
 </table>
 
+
 <a NAME="MiniEditor.__init__" ID="MiniEditor.__init__"></a>
 <h4>MiniEditor (Constructor)</h4>
 <b>MiniEditor</b>(<i>filename="", filetype="", parent=None, name=None</i>)
-
 <p>
         Constructor
 </p>
+
 <dl>
 
 <dt><i>filename</i> (str)</dt>
@@ -504,24 +502,24 @@
 <a NAME="MiniEditor.__about" ID="MiniEditor.__about"></a>
 <h4>MiniEditor.__about</h4>
 <b>__about</b>(<i></i>)
-
 <p>
         Private slot to show a little About message.
 </p>
+
 <a NAME="MiniEditor.__aboutQt" ID="MiniEditor.__aboutQt"></a>
 <h4>MiniEditor.__aboutQt</h4>
 <b>__aboutQt</b>(<i></i>)
-
 <p>
         Private slot to handle the About Qt dialog.
 </p>
+
 <a NAME="MiniEditor.__bindLexer" ID="MiniEditor.__bindLexer"></a>
 <h4>MiniEditor.__bindLexer</h4>
 <b>__bindLexer</b>(<i>filename, pyname=""</i>)
-
 <p>
         Private slot to set the correct lexer depending on language.
 </p>
+
 <dl>
 
 <dt><i>filename</i> (str)</dt>
@@ -537,10 +535,10 @@
 <a NAME="MiniEditor.__bindName" ID="MiniEditor.__bindName"></a>
 <h4>MiniEditor.__bindName</h4>
 <b>__bindName</b>(<i>line0</i>)
-
 <p>
         Private method to generate a dummy filename for binding a lexer.
 </p>
+
 <dl>
 
 <dt><i>line0</i> (str)</dt>
@@ -563,11 +561,11 @@
 <a NAME="MiniEditor.__checkActions" ID="MiniEditor.__checkActions"></a>
 <h4>MiniEditor.__checkActions</h4>
 <b>__checkActions</b>(<i>setSb=True</i>)
-
 <p>
         Private slot to check some actions for their enable/disable status
         and set the statusbar info.
 </p>
+
 <dl>
 
 <dt><i>setSb</i> (bool)</dt>
@@ -578,17 +576,17 @@
 <a NAME="MiniEditor.__checkLanguage" ID="MiniEditor.__checkLanguage"></a>
 <h4>MiniEditor.__checkLanguage</h4>
 <b>__checkLanguage</b>(<i></i>)
-
 <p>
         Private method to check the selected language of the language submenu.
 </p>
+
 <a NAME="MiniEditor.__contextMenuRequested" ID="MiniEditor.__contextMenuRequested"></a>
 <h4>MiniEditor.__contextMenuRequested</h4>
 <b>__contextMenuRequested</b>(<i>coord</i>)
-
 <p>
         Private slot to show the context menu.
 </p>
+
 <dl>
 
 <dt><i>coord</i> (QPoint)</dt>
@@ -599,88 +597,88 @@
 <a NAME="MiniEditor.__convertTabs" ID="MiniEditor.__convertTabs"></a>
 <h4>MiniEditor.__convertTabs</h4>
 <b>__convertTabs</b>(<i></i>)
-
 <p>
         Private slot to convert tabulators to spaces.
 </p>
+
 <a NAME="MiniEditor.__createActions" ID="MiniEditor.__createActions"></a>
 <h4>MiniEditor.__createActions</h4>
 <b>__createActions</b>(<i></i>)
-
 <p>
         Private method to create the actions.
 </p>
+
 <a NAME="MiniEditor.__createConfigActions" ID="MiniEditor.__createConfigActions"></a>
 <h4>MiniEditor.__createConfigActions</h4>
 <b>__createConfigActions</b>(<i></i>)
-
 <p>
         Private method to create the Settings actions.
 </p>
+
 <a NAME="MiniEditor.__createEditActions" ID="MiniEditor.__createEditActions"></a>
 <h4>MiniEditor.__createEditActions</h4>
 <b>__createEditActions</b>(<i></i>)
-
 <p>
         Private method to create the Edit actions.
 </p>
+
 <a NAME="MiniEditor.__createFileActions" ID="MiniEditor.__createFileActions"></a>
 <h4>MiniEditor.__createFileActions</h4>
 <b>__createFileActions</b>(<i></i>)
-
 <p>
         Private method to create the File actions.
 </p>
+
 <a NAME="MiniEditor.__createHelpActions" ID="MiniEditor.__createHelpActions"></a>
 <h4>MiniEditor.__createHelpActions</h4>
 <b>__createHelpActions</b>(<i></i>)
-
 <p>
         Private method to create the Help actions.
 </p>
+
 <a NAME="MiniEditor.__createMenus" ID="MiniEditor.__createMenus"></a>
 <h4>MiniEditor.__createMenus</h4>
 <b>__createMenus</b>(<i></i>)
-
 <p>
         Private method to create the menus of the menu bar.
 </p>
+
 <a NAME="MiniEditor.__createSearchActions" ID="MiniEditor.__createSearchActions"></a>
 <h4>MiniEditor.__createSearchActions</h4>
 <b>__createSearchActions</b>(<i></i>)
-
 <p>
         Private method defining the user interface actions for the search
             commands.
 </p>
+
 <a NAME="MiniEditor.__createStatusBar" ID="MiniEditor.__createStatusBar"></a>
 <h4>MiniEditor.__createStatusBar</h4>
 <b>__createStatusBar</b>(<i></i>)
-
 <p>
         Private method to initialize the status bar.
 </p>
+
 <a NAME="MiniEditor.__createToolBars" ID="MiniEditor.__createToolBars"></a>
 <h4>MiniEditor.__createToolBars</h4>
 <b>__createToolBars</b>(<i></i>)
-
 <p>
         Private method to create the various toolbars.
 </p>
+
 <a NAME="MiniEditor.__createViewActions" ID="MiniEditor.__createViewActions"></a>
 <h4>MiniEditor.__createViewActions</h4>
 <b>__createViewActions</b>(<i></i>)
-
 <p>
         Private method to create the View actions.
 </p>
+
 <a NAME="MiniEditor.__cursorPositionChanged" ID="MiniEditor.__cursorPositionChanged"></a>
 <h4>MiniEditor.__cursorPositionChanged</h4>
 <b>__cursorPositionChanged</b>(<i>line, pos</i>)
-
 <p>
         Private slot to handle the cursorPositionChanged signal.
 </p>
+
 <dl>
 
 <dt><i>line</i> (int)</dt>
@@ -695,31 +693,31 @@
 <a NAME="MiniEditor.__deselectAll" ID="MiniEditor.__deselectAll"></a>
 <h4>MiniEditor.__deselectAll</h4>
 <b>__deselectAll</b>(<i></i>)
-
 <p>
         Private slot handling the deselect all context menu action.
 </p>
+
 <a NAME="MiniEditor.__documentWasModified" ID="MiniEditor.__documentWasModified"></a>
 <h4>MiniEditor.__documentWasModified</h4>
 <b>__documentWasModified</b>(<i></i>)
-
 <p>
         Private slot to handle a change in the documents modification status.
 </p>
+
 <a NAME="MiniEditor.__editorChanged" ID="MiniEditor.__editorChanged"></a>
 <h4>MiniEditor.__editorChanged</h4>
 <b>__editorChanged</b>(<i></i>)
-
 <p>
         Private slot handling changes of the editor language or file name.
 </p>
+
 <a NAME="MiniEditor.__getCurrentWord" ID="MiniEditor.__getCurrentWord"></a>
 <h4>MiniEditor.__getCurrentWord</h4>
 <b>__getCurrentWord</b>(<i></i>)
-
 <p>
         Private method to get the word at the current position.
 </p>
+
 <dl>
 <dt>Return:</dt>
 <dd>
@@ -735,7 +733,6 @@
 <a NAME="MiniEditor.__getEditorConfig" ID="MiniEditor.__getEditorConfig"></a>
 <h4>MiniEditor.__getEditorConfig</h4>
 <b>__getEditorConfig</b>(<i>option, nodefault=False, config=None</i>)
-
 <p>
         Private method to get the requested option via EditorConfig.
 </p>
@@ -745,6 +742,7 @@
         Preferences option key. The mapping to the EditorConfig option name
         will be done within this method.
 </p>
+
 <dl>
 
 <dt><i>option</i> (str)</dt>
@@ -777,10 +775,10 @@
 <a NAME="MiniEditor.__getOverrideValue" ID="MiniEditor.__getOverrideValue"></a>
 <h4>MiniEditor.__getOverrideValue</h4>
 <b>__getOverrideValue</b>(<i>option</i>)
-
 <p>
         Private method to get an override value for the current file type.
 </p>
+
 <dl>
 
 <dt><i>option</i> (str)</dt>
@@ -803,10 +801,10 @@
 <a NAME="MiniEditor.__getWord" ID="MiniEditor.__getWord"></a>
 <h4>MiniEditor.__getWord</h4>
 <b>__getWord</b>(<i>line, index</i>)
-
 <p>
         Private method to get the word at a position.
 </p>
+
 <dl>
 
 <dt><i>line</i> (int)</dt>
@@ -833,17 +831,17 @@
 <a NAME="MiniEditor.__initContextMenu" ID="MiniEditor.__initContextMenu"></a>
 <h4>MiniEditor.__initContextMenu</h4>
 <b>__initContextMenu</b>(<i></i>)
-
 <p>
         Private method used to setup the context menu.
 </p>
+
 <a NAME="MiniEditor.__initContextMenuLanguages" ID="MiniEditor.__initContextMenuLanguages"></a>
 <h4>MiniEditor.__initContextMenuLanguages</h4>
 <b>__initContextMenuLanguages</b>(<i></i>)
-
 <p>
         Private method used to setup the Languages context sub menu.
 </p>
+
 <dl>
 <dt>Return:</dt>
 <dd>
@@ -859,10 +857,10 @@
 <a NAME="MiniEditor.__languageMenuTriggered" ID="MiniEditor.__languageMenuTriggered"></a>
 <h4>MiniEditor.__languageMenuTriggered</h4>
 <b>__languageMenuTriggered</b>(<i>act</i>)
-
 <p>
         Private method to handle the selection of a lexer language.
 </p>
+
 <dl>
 
 <dt><i>act</i> (QAction)</dt>
@@ -873,17 +871,17 @@
 <a NAME="MiniEditor.__loadConfiguration" ID="MiniEditor.__loadConfiguration"></a>
 <h4>MiniEditor.__loadConfiguration</h4>
 <b>__loadConfiguration</b>(<i></i>)
-
 <p>
         Private slot to load the configuration.
 </p>
+
 <a NAME="MiniEditor.__loadEditorConfig" ID="MiniEditor.__loadEditorConfig"></a>
 <h4>MiniEditor.__loadEditorConfig</h4>
 <b>__loadEditorConfig</b>(<i>fileName=""</i>)
-
 <p>
         Private method to load the EditorConfig properties.
 </p>
+
 <dl>
 
 <dt><i>fileName</i> (str)</dt>
@@ -894,11 +892,11 @@
 <a NAME="MiniEditor.__loadEditorConfigObject" ID="MiniEditor.__loadEditorConfigObject"></a>
 <h4>MiniEditor.__loadEditorConfigObject</h4>
 <b>__loadEditorConfigObject</b>(<i>fileName</i>)
-
 <p>
         Private method to load the EditorConfig properties for the given
         file name.
 </p>
+
 <dl>
 
 <dt><i>fileName</i> (str)</dt>
@@ -921,10 +919,10 @@
 <a NAME="MiniEditor.__loadFile" ID="MiniEditor.__loadFile"></a>
 <h4>MiniEditor.__loadFile</h4>
 <b>__loadFile</b>(<i>fileName, filetype=None</i>)
-
 <p>
         Private method to load the given file.
 </p>
+
 <dl>
 
 <dt><i>fileName</i> (str)</dt>
@@ -939,17 +937,17 @@
 <a NAME="MiniEditor.__markOccurrences" ID="MiniEditor.__markOccurrences"></a>
 <h4>MiniEditor.__markOccurrences</h4>
 <b>__markOccurrences</b>(<i></i>)
-
 <p>
         Private method to mark all occurrences of the current word.
 </p>
+
 <a NAME="MiniEditor.__maybeSave" ID="MiniEditor.__maybeSave"></a>
 <h4>MiniEditor.__maybeSave</h4>
 <b>__maybeSave</b>(<i></i>)
-
 <p>
         Private method to ask the user to save the file, if it was modified.
 </p>
+
 <dl>
 <dt>Return:</dt>
 <dd>
@@ -965,10 +963,10 @@
 <a NAME="MiniEditor.__modificationChanged" ID="MiniEditor.__modificationChanged"></a>
 <h4>MiniEditor.__modificationChanged</h4>
 <b>__modificationChanged</b>(<i>m</i>)
-
 <p>
         Private slot to handle the modificationChanged signal.
 </p>
+
 <dl>
 
 <dt><i>m</i> (bool)</dt>
@@ -979,38 +977,38 @@
 <a NAME="MiniEditor.__newFile" ID="MiniEditor.__newFile"></a>
 <h4>MiniEditor.__newFile</h4>
 <b>__newFile</b>(<i></i>)
-
 <p>
         Private slot to create a new file.
 </p>
+
 <a NAME="MiniEditor.__open" ID="MiniEditor.__open"></a>
 <h4>MiniEditor.__open</h4>
 <b>__open</b>(<i></i>)
-
 <p>
         Private slot to open a file.
 </p>
+
 <a NAME="MiniEditor.__preferencesChanged" ID="MiniEditor.__preferencesChanged"></a>
 <h4>MiniEditor.__preferencesChanged</h4>
 <b>__preferencesChanged</b>(<i></i>)
-
 <p>
         Private slot to handle a configuration change.
 </p>
+
 <a NAME="MiniEditor.__printFile" ID="MiniEditor.__printFile"></a>
 <h4>MiniEditor.__printFile</h4>
 <b>__printFile</b>(<i></i>)
-
 <p>
         Private slot to print the text.
 </p>
+
 <a NAME="MiniEditor.__printPreview" ID="MiniEditor.__printPreview"></a>
 <h4>MiniEditor.__printPreview</h4>
 <b>__printPreview</b>(<i>printer</i>)
-
 <p>
         Private slot to generate a print preview.
 </p>
+
 <dl>
 
 <dt><i>printer</i> (QScintilla.Printer.Printer)</dt>
@@ -1021,24 +1019,24 @@
 <a NAME="MiniEditor.__printPreviewFile" ID="MiniEditor.__printPreviewFile"></a>
 <h4>MiniEditor.__printPreviewFile</h4>
 <b>__printPreviewFile</b>(<i></i>)
-
 <p>
         Private slot to show a print preview of the text.
 </p>
+
 <a NAME="MiniEditor.__readSettings" ID="MiniEditor.__readSettings"></a>
 <h4>MiniEditor.__readSettings</h4>
 <b>__readSettings</b>(<i></i>)
-
 <p>
         Private method to read the settings remembered last time.
 </p>
+
 <a NAME="MiniEditor.__readShortcut" ID="MiniEditor.__readShortcut"></a>
 <h4>MiniEditor.__readShortcut</h4>
 <b>__readShortcut</b>(<i>act, category</i>)
-
 <p>
         Private function to read a single keyboard shortcut from the settings.
 </p>
+
 <dl>
 
 <dt><i>act</i> (EricAction)</dt>
@@ -1053,38 +1051,38 @@
 <a NAME="MiniEditor.__redo" ID="MiniEditor.__redo"></a>
 <h4>MiniEditor.__redo</h4>
 <b>__redo</b>(<i></i>)
-
 <p>
         Private method to redo the last recorded change.
 </p>
+
 <a NAME="MiniEditor.__resetChangeTimer" ID="MiniEditor.__resetChangeTimer"></a>
 <h4>MiniEditor.__resetChangeTimer</h4>
 <b>__resetChangeTimer</b>(<i></i>)
-
 <p>
         Private slot to reset the parse timer.
 </p>
+
 <a NAME="MiniEditor.__resetLanguage" ID="MiniEditor.__resetLanguage"></a>
 <h4>MiniEditor.__resetLanguage</h4>
 <b>__resetLanguage</b>(<i></i>)
-
 <p>
         Private method used to reset the language selection.
 </p>
+
 <a NAME="MiniEditor.__resizeLinenoMargin" ID="MiniEditor.__resizeLinenoMargin"></a>
 <h4>MiniEditor.__resizeLinenoMargin</h4>
 <b>__resizeLinenoMargin</b>(<i></i>)
-
 <p>
         Private slot to resize the line numbers margin.
 </p>
+
 <a NAME="MiniEditor.__save" ID="MiniEditor.__save"></a>
 <h4>MiniEditor.__save</h4>
 <b>__save</b>(<i></i>)
-
 <p>
         Private slot to save a file.
 </p>
+
 <dl>
 <dt>Return:</dt>
 <dd>
@@ -1100,10 +1098,10 @@
 <a NAME="MiniEditor.__saveAs" ID="MiniEditor.__saveAs"></a>
 <h4>MiniEditor.__saveAs</h4>
 <b>__saveAs</b>(<i></i>)
-
 <p>
         Private slot to save a file with a new name.
 </p>
+
 <dl>
 <dt>Return:</dt>
 <dd>
@@ -1119,17 +1117,17 @@
 <a NAME="MiniEditor.__saveCopy" ID="MiniEditor.__saveCopy"></a>
 <h4>MiniEditor.__saveCopy</h4>
 <b>__saveCopy</b>(<i></i>)
-
 <p>
         Private slot to save a copy of the file with a new name.
 </p>
+
 <a NAME="MiniEditor.__saveFile" ID="MiniEditor.__saveFile"></a>
 <h4>MiniEditor.__saveFile</h4>
 <b>__saveFile</b>(<i>fileName</i>)
-
 <p>
         Private method to save to the given file.
 </p>
+
 <dl>
 
 <dt><i>fileName</i> (str)</dt>
@@ -1152,38 +1150,38 @@
 <a NAME="MiniEditor.__searchClearMarkers" ID="MiniEditor.__searchClearMarkers"></a>
 <h4>MiniEditor.__searchClearMarkers</h4>
 <b>__searchClearMarkers</b>(<i></i>)
-
 <p>
         Private method to clear the search markers of the active window.
 </p>
+
 <a NAME="MiniEditor.__searchNext" ID="MiniEditor.__searchNext"></a>
 <h4>MiniEditor.__searchNext</h4>
 <b>__searchNext</b>(<i></i>)
-
 <p>
         Private slot to handle the search next action.
 </p>
+
 <a NAME="MiniEditor.__searchPrev" ID="MiniEditor.__searchPrev"></a>
 <h4>MiniEditor.__searchPrev</h4>
 <b>__searchPrev</b>(<i></i>)
-
 <p>
         Private slot to handle the search previous action.
 </p>
+
 <a NAME="MiniEditor.__selectAll" ID="MiniEditor.__selectAll"></a>
 <h4>MiniEditor.__selectAll</h4>
 <b>__selectAll</b>(<i></i>)
-
 <p>
         Private slot handling the select all context menu action.
 </p>
+
 <a NAME="MiniEditor.__selectPygmentsLexer" ID="MiniEditor.__selectPygmentsLexer"></a>
 <h4>MiniEditor.__selectPygmentsLexer</h4>
 <b>__selectPygmentsLexer</b>(<i></i>)
-
 <p>
         Private method to select a specific pygments lexer.
 </p>
+
 <dl>
 <dt>Return:</dt>
 <dd>
@@ -1199,10 +1197,10 @@
 <a NAME="MiniEditor.__setCurrentFile" ID="MiniEditor.__setCurrentFile"></a>
 <h4>MiniEditor.__setCurrentFile</h4>
 <b>__setCurrentFile</b>(<i>fileName</i>)
-
 <p>
         Private method to register the file name of the current file.
 </p>
+
 <dl>
 
 <dt><i>fileName</i> (str)</dt>
@@ -1213,24 +1211,24 @@
 <a NAME="MiniEditor.__setEolMode" ID="MiniEditor.__setEolMode"></a>
 <h4>MiniEditor.__setEolMode</h4>
 <b>__setEolMode</b>(<i></i>)
-
 <p>
         Private method to configure the eol mode of the editor.
 </p>
+
 <a NAME="MiniEditor.__setMargins" ID="MiniEditor.__setMargins"></a>
 <h4>MiniEditor.__setMargins</h4>
 <b>__setMargins</b>(<i></i>)
-
 <p>
         Private method to configure the margins.
 </p>
+
 <a NAME="MiniEditor.__setMonospaced" ID="MiniEditor.__setMonospaced"></a>
 <h4>MiniEditor.__setMonospaced</h4>
 <b>__setMonospaced</b>(<i>on</i>)
-
 <p>
         Private method to set/reset a monospaced font.
 </p>
+
 <dl>
 
 <dt><i>on</i> (bool)</dt>
@@ -1241,10 +1239,10 @@
 <a NAME="MiniEditor.__setSbFile" ID="MiniEditor.__setSbFile"></a>
 <h4>MiniEditor.__setSbFile</h4>
 <b>__setSbFile</b>(<i>line=None, pos=None, language=None, zoom=None</i>)
-
 <p>
         Private method to set the file info in the status bar.
 </p>
+
 <dl>
 
 <dt><i>line</i> (int)</dt>
@@ -1267,32 +1265,32 @@
 <a NAME="MiniEditor.__setTabAndIndent" ID="MiniEditor.__setTabAndIndent"></a>
 <h4>MiniEditor.__setTabAndIndent</h4>
 <b>__setTabAndIndent</b>(<i></i>)
-
 <p>
         Private method to set indentation size and style and tab width.
 </p>
+
 <a NAME="MiniEditor.__setTextDisplay" ID="MiniEditor.__setTextDisplay"></a>
 <h4>MiniEditor.__setTextDisplay</h4>
 <b>__setTextDisplay</b>(<i></i>)
-
 <p>
         Private method to configure the text display.
 </p>
+
 <a NAME="MiniEditor.__showContextMenuLanguages" ID="MiniEditor.__showContextMenuLanguages"></a>
 <h4>MiniEditor.__showContextMenuLanguages</h4>
 <b>__showContextMenuLanguages</b>(<i></i>)
-
 <p>
         Private slot handling the aboutToShow signal of the languages context
         menu.
 </p>
+
 <a NAME="MiniEditor.__showLanguagesMenu" ID="MiniEditor.__showLanguagesMenu"></a>
 <h4>MiniEditor.__showLanguagesMenu</h4>
 <b>__showLanguagesMenu</b>(<i>pos</i>)
-
 <p>
         Private slot to show the Languages menu of the status bar.
 </p>
+
 <dl>
 
 <dt><i>pos</i> (QPoint)</dt>
@@ -1303,17 +1301,17 @@
 <a NAME="MiniEditor.__showPreferences" ID="MiniEditor.__showPreferences"></a>
 <h4>MiniEditor.__showPreferences</h4>
 <b>__showPreferences</b>(<i></i>)
-
 <p>
         Private slot to set the preferences.
 </p>
+
 <a NAME="MiniEditor.__strippedName" ID="MiniEditor.__strippedName"></a>
 <h4>MiniEditor.__strippedName</h4>
 <b>__strippedName</b>(<i>fullFileName</i>)
-
 <p>
         Private method to return the filename part of the given path.
 </p>
+
 <dl>
 
 <dt><i>fullFileName</i> (str)</dt>
@@ -1336,10 +1334,10 @@
 <a NAME="MiniEditor.__styleNeeded" ID="MiniEditor.__styleNeeded"></a>
 <h4>MiniEditor.__styleNeeded</h4>
 <b>__styleNeeded</b>(<i>position</i>)
-
 <p>
         Private slot to handle the need for more styling.
 </p>
+
 <dl>
 
 <dt><i>position</i> (int)</dt>
@@ -1350,24 +1348,24 @@
 <a NAME="MiniEditor.__undo" ID="MiniEditor.__undo"></a>
 <h4>MiniEditor.__undo</h4>
 <b>__undo</b>(<i></i>)
-
 <p>
         Private method to undo the last recorded change.
 </p>
+
 <a NAME="MiniEditor.__whatsThis" ID="MiniEditor.__whatsThis"></a>
 <h4>MiniEditor.__whatsThis</h4>
 <b>__whatsThis</b>(<i></i>)
-
 <p>
         Private slot called in to enter Whats This mode.
 </p>
+
 <a NAME="MiniEditor.__writeFile" ID="MiniEditor.__writeFile"></a>
 <h4>MiniEditor.__writeFile</h4>
 <b>__writeFile</b>(<i>fileName</i>)
-
 <p>
         Private method to write the current editor text to a file.
 </p>
+
 <dl>
 
 <dt><i>fileName</i> (str)</dt>
@@ -1390,45 +1388,45 @@
 <a NAME="MiniEditor.__writeSettings" ID="MiniEditor.__writeSettings"></a>
 <h4>MiniEditor.__writeSettings</h4>
 <b>__writeSettings</b>(<i></i>)
-
 <p>
         Private method to write the settings for reuse.
 </p>
+
 <a NAME="MiniEditor.__zoom" ID="MiniEditor.__zoom"></a>
 <h4>MiniEditor.__zoom</h4>
 <b>__zoom</b>(<i></i>)
-
 <p>
         Private method to handle the zoom action.
 </p>
+
 <a NAME="MiniEditor.__zoomIn" ID="MiniEditor.__zoomIn"></a>
 <h4>MiniEditor.__zoomIn</h4>
 <b>__zoomIn</b>(<i></i>)
-
 <p>
         Private method to handle the zoom in action.
 </p>
+
 <a NAME="MiniEditor.__zoomOut" ID="MiniEditor.__zoomOut"></a>
 <h4>MiniEditor.__zoomOut</h4>
 <b>__zoomOut</b>(<i></i>)
-
 <p>
         Private method to handle the zoom out action.
 </p>
+
 <a NAME="MiniEditor.__zoomReset" ID="MiniEditor.__zoomReset"></a>
 <h4>MiniEditor.__zoomReset</h4>
 <b>__zoomReset</b>(<i></i>)
-
 <p>
         Private method to reset the zoom factor.
 </p>
+
 <a NAME="MiniEditor.__zoomTo" ID="MiniEditor.__zoomTo"></a>
 <h4>MiniEditor.__zoomTo</h4>
 <b>__zoomTo</b>(<i>value</i>)
-
 <p>
         Private slot to zoom to a given value.
 </p>
+
 <dl>
 
 <dt><i>value</i> (int)</dt>
@@ -1439,10 +1437,10 @@
 <a NAME="MiniEditor.activeWindow" ID="MiniEditor.activeWindow"></a>
 <h4>MiniEditor.activeWindow</h4>
 <b>activeWindow</b>(<i></i>)
-
 <p>
         Public method to fulfill the ViewManager interface.
 </p>
+
 <dl>
 <dt>Return:</dt>
 <dd>
@@ -1458,24 +1456,24 @@
 <a NAME="MiniEditor.clearSearchIndicators" ID="MiniEditor.clearSearchIndicators"></a>
 <h4>MiniEditor.clearSearchIndicators</h4>
 <b>clearSearchIndicators</b>(<i></i>)
-
 <p>
         Public method to clear all search indicators.
 </p>
+
 <a NAME="MiniEditor.clearSearchSelectionHighlight" ID="MiniEditor.clearSearchSelectionHighlight"></a>
 <h4>MiniEditor.clearSearchSelectionHighlight</h4>
 <b>clearSearchSelectionHighlight</b>(<i></i>)
-
 <p>
         Public method to clear all highlights.
 </p>
+
 <a NAME="MiniEditor.closeEvent" ID="MiniEditor.closeEvent"></a>
 <h4>MiniEditor.closeEvent</h4>
 <b>closeEvent</b>(<i>event</i>)
-
 <p>
         Protected method to handle the close event.
 </p>
+
 <dl>
 
 <dt><i>event</i> (QCloseEvent)</dt>
@@ -1486,10 +1484,10 @@
 <a NAME="MiniEditor.getFileName" ID="MiniEditor.getFileName"></a>
 <h4>MiniEditor.getFileName</h4>
 <b>getFileName</b>(<i></i>)
-
 <p>
         Public method to return the name of the file being displayed.
 </p>
+
 <dl>
 <dt>Return:</dt>
 <dd>
@@ -1505,10 +1503,10 @@
 <a NAME="MiniEditor.getLanguage" ID="MiniEditor.getLanguage"></a>
 <h4>MiniEditor.getLanguage</h4>
 <b>getLanguage</b>(<i>normalized=True, forPygments=False</i>)
-
 <p>
         Public method to retrieve the language of the editor.
 </p>
+
 <dl>
 
 <dt><i>normalized</i> (bool)</dt>
@@ -1537,10 +1535,10 @@
 <a NAME="MiniEditor.getSRHistory" ID="MiniEditor.getSRHistory"></a>
 <h4>MiniEditor.getSRHistory</h4>
 <b>getSRHistory</b>(<i>key</i>)
-
 <p>
         Public method to get the search or replace history list.
 </p>
+
 <dl>
 
 <dt><i>key</i> (str)</dt>
@@ -1563,10 +1561,10 @@
 <a NAME="MiniEditor.getSearchSelectionHighlight" ID="MiniEditor.getSearchSelectionHighlight"></a>
 <h4>MiniEditor.getSearchSelectionHighlight</h4>
 <b>getSearchSelectionHighlight</b>(<i></i>)
-
 <p>
         Public method to get the start and end of the selection highlight.
 </p>
+
 <dl>
 <dt>Return:</dt>
 <dd>
@@ -1582,10 +1580,10 @@
 <a NAME="MiniEditor.gotoLine" ID="MiniEditor.gotoLine"></a>
 <h4>MiniEditor.gotoLine</h4>
 <b>gotoLine</b>(<i>line, pos=1</i>)
-
 <p>
         Public slot to jump to the beginning of a line.
 </p>
+
 <dl>
 
 <dt><i>line</i> (int)</dt>
@@ -1600,10 +1598,10 @@
 <a NAME="MiniEditor.highlightSearchSelection" ID="MiniEditor.highlightSearchSelection"></a>
 <h4>MiniEditor.highlightSearchSelection</h4>
 <b>highlightSearchSelection</b>(<i>startLine, startIndex, endLine, endIndex</i>)
-
 <p>
         Public method to set a highlight for the selection at the start of a search.
 </p>
+
 <dl>
 
 <dt><i>startLine</i> (int)</dt>
@@ -1626,10 +1624,10 @@
 <a NAME="MiniEditor.setLanguage" ID="MiniEditor.setLanguage"></a>
 <h4>MiniEditor.setLanguage</h4>
 <b>setLanguage</b>(<i>filename, initTextDisplay=True, pyname=""</i>)
-
 <p>
         Public method to set a lexer language.
 </p>
+
 <dl>
 
 <dt><i>filename</i> (str)</dt>
@@ -1650,10 +1648,10 @@
 <a NAME="MiniEditor.setSearchIndicator" ID="MiniEditor.setSearchIndicator"></a>
 <h4>MiniEditor.setSearchIndicator</h4>
 <b>setSearchIndicator</b>(<i>startPos, indicLength</i>)
-
 <p>
         Public method to set a search indicator for the given range.
 </p>
+
 <dl>
 
 <dt><i>startPos</i> (int)</dt>
@@ -1668,10 +1666,10 @@
 <a NAME="MiniEditor.setText" ID="MiniEditor.setText"></a>
 <h4>MiniEditor.setText</h4>
 <b>setText</b>(<i>txt, filetype=None</i>)
-
 <p>
         Public method to set the text programatically.
 </p>
+
 <dl>
 
 <dt><i>txt</i> (str)</dt>
@@ -1686,10 +1684,10 @@
 <a NAME="MiniEditor.setWindowModified" ID="MiniEditor.setWindowModified"></a>
 <h4>MiniEditor.setWindowModified</h4>
 <b>setWindowModified</b>(<i>modified</i>)
-
 <p>
         Public method to set the window modification status.
 </p>
+
 <dl>
 
 <dt><i>modified</i> (bool)</dt>
@@ -1700,25 +1698,25 @@
 <a NAME="MiniEditor.showReplaceWidget" ID="MiniEditor.showReplaceWidget"></a>
 <h4>MiniEditor.showReplaceWidget</h4>
 <b>showReplaceWidget</b>(<i></i>)
-
 <p>
         Public method to show the replace widget.
 </p>
+
 <a NAME="MiniEditor.showSearchWidget" ID="MiniEditor.showSearchWidget"></a>
 <h4>MiniEditor.showSearchWidget</h4>
 <b>showSearchWidget</b>(<i></i>)
-
 <p>
         Public method to show the search widget.
 </p>
+
 <a NAME="MiniEditor.textForFind" ID="MiniEditor.textForFind"></a>
 <h4>MiniEditor.textForFind</h4>
 <b>textForFind</b>(<i></i>)
-
 <p>
         Public method to determine the selection or the current word for the
         next find operation.
 </p>
+
 <dl>
 <dt>Return:</dt>
 <dd>
@@ -1736,27 +1734,25 @@
 <hr />
 <a NAME="MiniScintilla" ID="MiniScintilla"></a>
 <h2>MiniScintilla</h2>
-
 <p>
     Class implementing a QsciScintillaCompat subclass for handling focus
     events.
 </p>
+
 <h3>Derived from</h3>
 QsciScintillaCompat
 <h3>Class Attributes</h3>
-
 <table>
 <tr><td>EncloseChars</td></tr>
 </table>
+
 <h3>Class Methods</h3>
-
 <table>
 <tr><td>None</td></tr>
 </table>
+
 <h3>Methods</h3>
-
 <table>
-
 <tr>
 <td><a href="#MiniScintilla.__init__">MiniScintilla</a></td>
 <td>Constructor</td>
@@ -1794,19 +1790,20 @@
 <td>Public method to remove trailing whitespace.</td>
 </tr>
 </table>
+
 <h3>Static Methods</h3>
-
 <table>
 <tr><td>None</td></tr>
 </table>
 
+
 <a NAME="MiniScintilla.__init__" ID="MiniScintilla.__init__"></a>
 <h4>MiniScintilla (Constructor)</h4>
 <b>MiniScintilla</b>(<i>parent=None</i>)
-
 <p>
         Constructor
 </p>
+
 <dl>
 
 <dt><i>parent</i> (QWidget)</dt>
@@ -1817,10 +1814,10 @@
 <a NAME="MiniScintilla.editorCommand" ID="MiniScintilla.editorCommand"></a>
 <h4>MiniScintilla.editorCommand</h4>
 <b>editorCommand</b>(<i>cmd</i>)
-
 <p>
         Public method to perform a simple editor command.
 </p>
+
 <dl>
 
 <dt><i>cmd</i> (int)</dt>
@@ -1831,11 +1828,11 @@
 <a NAME="MiniScintilla.encloseSelectedText" ID="MiniScintilla.encloseSelectedText"></a>
 <h4>MiniScintilla.encloseSelectedText</h4>
 <b>encloseSelectedText</b>(<i></i>)
-
 <p>
             Local function to enclose the current selection with some
             characters.
 </p>
+
 <dl>
 
 <dt><i>encString</i> (str)</dt>
@@ -1847,7 +1844,6 @@
 <a NAME="MiniScintilla.focusInEvent" ID="MiniScintilla.focusInEvent"></a>
 <h4>MiniScintilla.focusInEvent</h4>
 <b>focusInEvent</b>(<i>event</i>)
-
 <p>
         Protected method called when the editor receives focus.
 </p>
@@ -1857,6 +1853,7 @@
         assuming, that it is in the vicinity of the old position after the
         reread.
 </p>
+
 <dl>
 
 <dt><i>event</i> (QFocusEvent)</dt>
@@ -1867,10 +1864,10 @@
 <a NAME="MiniScintilla.focusOutEvent" ID="MiniScintilla.focusOutEvent"></a>
 <h4>MiniScintilla.focusOutEvent</h4>
 <b>focusOutEvent</b>(<i>event</i>)
-
 <p>
         Protected method called when the editor loses focus.
 </p>
+
 <dl>
 
 <dt><i>event</i> (QFocusEvent)</dt>
@@ -1881,10 +1878,10 @@
 <a NAME="MiniScintilla.getFileName" ID="MiniScintilla.getFileName"></a>
 <h4>MiniScintilla.getFileName</h4>
 <b>getFileName</b>(<i></i>)
-
 <p>
         Public method to return the name of the file being displayed.
 </p>
+
 <dl>
 <dt>Return:</dt>
 <dd>
@@ -1900,10 +1897,10 @@
 <a NAME="MiniScintilla.keyPressEvent" ID="MiniScintilla.keyPressEvent"></a>
 <h4>MiniScintilla.keyPressEvent</h4>
 <b>keyPressEvent</b>(<i>ev</i>)
-
 <p>
         Protected method to handle the user input a key at a time.
 </p>
+
 <dl>
 
 <dt><i>ev</i> (QKeyEvent)</dt>
@@ -1914,10 +1911,10 @@
 <a NAME="MiniScintilla.mousePressEvent" ID="MiniScintilla.mousePressEvent"></a>
 <h4>MiniScintilla.mousePressEvent</h4>
 <b>mousePressEvent</b>(<i>event</i>)
-
 <p>
         Protected method to handle the mouse press event.
 </p>
+
 <dl>
 
 <dt><i>event</i> (QMouseEvent)</dt>
@@ -1928,10 +1925,10 @@
 <a NAME="MiniScintilla.removeTrailingWhitespace" ID="MiniScintilla.removeTrailingWhitespace"></a>
 <h4>MiniScintilla.removeTrailingWhitespace</h4>
 <b>removeTrailingWhitespace</b>(<i></i>)
-
 <p>
         Public method to remove trailing whitespace.
 </p>
+
 <div align="right"><a href="#top">Up</a></div>
 <hr />
-</body></html>
\ No newline at end of file
+</body></html>

eric ide

mercurial