Documentation/Source/eric5.ViewManager.ViewManager.html

changeset 2211
86bdcfac4a4a
parent 2162
4627e6ea7b6b
child 2213
022f4ad3ed19
diff -r e02bb8cbf145 -r 86bdcfac4a4a Documentation/Source/eric5.ViewManager.ViewManager.html
--- a/Documentation/Source/eric5.ViewManager.ViewManager.html	Fri Nov 09 17:57:48 2012 +0100
+++ b/Documentation/Source/eric5.ViewManager.ViewManager.html	Sat Nov 10 16:17:03 2012 +0100
@@ -266,6 +266,12 @@
 <td><a href="#ViewManager.__editPaste">__editPaste</a></td>
 <td>Private method to handle the paste action.</td>
 </tr><tr>
+<td><a href="#ViewManager.__editProjectPEL">__editProjectPEL</a></td>
+<td>Private slot to edit the project exception list.</td>
+</tr><tr>
+<td><a href="#ViewManager.__editProjectPWL">__editProjectPWL</a></td>
+<td>Private slot to edit the project word list.</td>
+</tr><tr>
 <td><a href="#ViewManager.__editRedo">__editRedo</a></td>
 <td>Private method to handle the redo action.</td>
 </tr><tr>
@@ -284,6 +290,9 @@
 <td><a href="#ViewManager.__editSmartIndent">__editSmartIndent</a></td>
 <td>Private method to handle the smart indent action</td>
 </tr><tr>
+<td><a href="#ViewManager.__editSpellingDictionary">__editSpellingDictionary</a></td>
+<td>Private slot to edit the given spelling dictionary.</td>
+</tr><tr>
 <td><a href="#ViewManager.__editStreamComment">__editStreamComment</a></td>
 <td>Private method to handle the stream comment action.</td>
 </tr><tr>
@@ -299,6 +308,12 @@
 <td><a href="#ViewManager.__editUnindent">__editUnindent</a></td>
 <td>Private method to handle the unindent action.</td>
 </tr><tr>
+<td><a href="#ViewManager.__editUserPEL">__editUserPEL</a></td>
+<td>Private slot to edit the user exception list.</td>
+</tr><tr>
+<td><a href="#ViewManager.__editUserPWL">__editUserPWL</a></td>
+<td>Private slot to edit the user word list.</td>
+</tr><tr>
 <td><a href="#ViewManager.__editorAutoCompletionAPIsAvailable">__editorAutoCompletionAPIsAvailable</a></td>
 <td>Private method to handle the availability of API autocompletion signal.</td>
 </tr><tr>
@@ -1043,6 +1058,16 @@
 <b>__editPaste</b>(<i></i>)
 <p>
         Private method to handle the paste action.
+</p><a NAME="ViewManager.__editProjectPEL" ID="ViewManager.__editProjectPEL"></a>
+<h4>ViewManager.__editProjectPEL</h4>
+<b>__editProjectPEL</b>(<i></i>)
+<p>
+        Private slot to edit the project exception list.
+</p><a NAME="ViewManager.__editProjectPWL" ID="ViewManager.__editProjectPWL"></a>
+<h4>ViewManager.__editProjectPWL</h4>
+<b>__editProjectPWL</b>(<i></i>)
+<p>
+        Private slot to edit the project word list.
 </p><a NAME="ViewManager.__editRedo" ID="ViewManager.__editRedo"></a>
 <h4>ViewManager.__editRedo</h4>
 <b>__editRedo</b>(<i></i>)
@@ -1073,6 +1098,11 @@
 <b>__editSmartIndent</b>(<i></i>)
 <p>
         Private method to handle the smart indent action
+</p><a NAME="ViewManager.__editSpellingDictionary" ID="ViewManager.__editSpellingDictionary"></a>
+<h4>ViewManager.__editSpellingDictionary</h4>
+<b>__editSpellingDictionary</b>(<i>dictionaryFile</i>)
+<p>
+        Private slot to edit the given spelling dictionary.
 </p><a NAME="ViewManager.__editStreamComment" ID="ViewManager.__editStreamComment"></a>
 <h4>ViewManager.__editStreamComment</h4>
 <b>__editStreamComment</b>(<i></i>)
@@ -1098,6 +1128,16 @@
 <b>__editUnindent</b>(<i></i>)
 <p>
         Private method to handle the unindent action.
+</p><a NAME="ViewManager.__editUserPEL" ID="ViewManager.__editUserPEL"></a>
+<h4>ViewManager.__editUserPEL</h4>
+<b>__editUserPEL</b>(<i></i>)
+<p>
+        Private slot to edit the user exception list.
+</p><a NAME="ViewManager.__editUserPWL" ID="ViewManager.__editUserPWL"></a>
+<h4>ViewManager.__editUserPWL</h4>
+<b>__editUserPWL</b>(<i></i>)
+<p>
+        Private slot to edit the user word list.
 </p><a NAME="ViewManager.__editorAutoCompletionAPIsAvailable" ID="ViewManager.__editorAutoCompletionAPIsAvailable"></a>
 <h4>ViewManager.__editorAutoCompletionAPIsAvailable</h4>
 <b>__editorAutoCompletionAPIsAvailable</b>(<i>available</i>)

eric ide

mercurial