Documentation/Source/eric5.QScintilla.Editor.html

changeset 253
3ccdf551bde7
parent 158
6a561f87bc07
child 409
0ea528e80202
--- a/Documentation/Source/eric5.QScintilla.Editor.html	Sat May 15 10:19:07 2010 +0200
+++ b/Documentation/Source/eric5.QScintilla.Editor.html	Sat May 15 15:29:39 2010 +0200
@@ -860,9 +860,6 @@
 <td><a href="#Editor.setCallTipHook">setCallTipHook</a></td>
 <td>Public method to set a calltip hook.</td>
 </tr><tr>
-<td><a href="#Editor.setEolModeByEolString">setEolModeByEolString</a></td>
-<td>Public method to set the eol mode given the eol string.</td>
-</tr><tr>
 <td><a href="#Editor.setLanguage">setLanguage</a></td>
 <td>Public method to set a lexer language.</td>
 </tr><tr>
@@ -2932,13 +2929,16 @@
 </dd>
 </dl><a NAME="Editor.saveFileAs" ID="Editor.saveFileAs"></a>
 <h4>Editor.saveFileAs</h4>
-<b>saveFileAs</b>(<i>path = None</i>)
+<b>saveFileAs</b>(<i>path = None, toProject = False</i>)
 <p>
         Public slot to save a file with a new name.
 </p><dl>
 <dt><i>path</i></dt>
 <dd>
 directory to save the file in (string)
+</dd><dt><i>toProject=</i></dt>
+<dd>
+flag indicating a save to project operation (boolean)
 </dd>
 </dl><dl>
 <dt>Returns:</dt>
@@ -3011,16 +3011,6 @@
             left of the cursor. It should return the possible
             calltips as a list of strings.
 </dd>
-</dl><a NAME="Editor.setEolModeByEolString" ID="Editor.setEolModeByEolString"></a>
-<h4>Editor.setEolModeByEolString</h4>
-<b>setEolModeByEolString</b>(<i>eolStr</i>)
-<p>
-        Public method to set the eol mode given the eol string.
-</p><dl>
-<dt><i>eolStr</i></dt>
-<dd>
-eol string (string)
-</dd>
 </dl><a NAME="Editor.setLanguage" ID="Editor.setLanguage"></a>
 <h4>Editor.setLanguage</h4>
 <b>setLanguage</b>(<i>filename, initTextDisplay = True, propagate = True, pyname = ""</i>)

eric ide

mercurial