Documentation/Source/eric5.QScintilla.Lexers.__init__.html

changeset 744
2b850514083b
parent 440
69ace3e2dcf6
child 945
8cd4d08fa9f6
--- a/Documentation/Source/eric5.QScintilla.Lexers.__init__.html	Wed Dec 08 20:01:04 2010 +0100
+++ b/Documentation/Source/eric5.QScintilla.Lexers.__init__.html	Wed Dec 08 20:07:48 2010 +0100
@@ -114,7 +114,7 @@
 <hr /><hr />
 <a NAME="getOpenFileFiltersList" ID="getOpenFileFiltersList"></a>
 <h2>getOpenFileFiltersList</h2>
-<b>getOpenFileFiltersList</b>(<i>includeAll = False, asString = False</i>)
+<b>getOpenFileFiltersList</b>(<i>includeAll = False, asString = False, withAdditional = True</i>)
 <p>
     Module function to get the file filter list for an open file operation.
 </p><dl>
@@ -126,6 +126,10 @@
 <dd>
 flag indicating the list should be returned
         as a string (boolean)
+</dd><dt><i>withAdditional=</i></dt>
+<dd>
+flag indicating to include additional filters
+        defined by the user (boolean)
 </dd>
 </dl><dl>
 <dt>Returns:</dt>
@@ -137,7 +141,7 @@
 <hr /><hr />
 <a NAME="getSaveFileFiltersList" ID="getSaveFileFiltersList"></a>
 <h2>getSaveFileFiltersList</h2>
-<b>getSaveFileFiltersList</b>(<i>includeAll = False, asString = False</i>)
+<b>getSaveFileFiltersList</b>(<i>includeAll = False, asString = False, withAdditional = True</i>)
 <p>
     Module function to get the file filter list for a save file operation.
 </p><dl>
@@ -149,6 +153,10 @@
 <dd>
 flag indicating the list should be returned
         as a string (boolean)
+</dd><dt><i>withAdditional=</i></dt>
+<dd>
+flag indicating to include additional filters
+        defined by the user (boolean)
 </dd>
 </dl><dl>
 <dt>Returns:</dt>

eric ide

mercurial