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

branch
eric7
changeset 10849
78d338b6d89f
parent 10836
dc7f25f2f7e4
child 10850
d835f48b9908
equal deleted inserted replaced
10848:328c9a177c64 10849:78d338b6d89f
1244 <tr> 1244 <tr>
1245 <td><a href="#Editor.getApiLanguage">getApiLanguage</a></td> 1245 <td><a href="#Editor.getApiLanguage">getApiLanguage</a></td>
1246 <td>Public method to get the API language of the editor.</td> 1246 <td>Public method to get the API language of the editor.</td>
1247 </tr> 1247 </tr>
1248 <tr> 1248 <tr>
1249 <td><a href="#Editor.getAssembly">getAssembly</a></td>
1250 <td>Public method to get a reference to the editor assembly object.</td>
1251 </tr>
1252 <tr>
1249 <td><a href="#Editor.getBookmarkLines">getBookmarkLines</a></td> 1253 <td><a href="#Editor.getBookmarkLines">getBookmarkLines</a></td>
1250 <td>Public method to get the lines containing a bookmark.</td> 1254 <td>Public method to get the lines containing a bookmark.</td>
1251 </tr> 1255 </tr>
1252 <tr> 1256 <tr>
1253 <td><a href="#Editor.getBookmarks">getBookmarks</a></td> 1257 <td><a href="#Editor.getBookmarks">getBookmarks</a></td>
1877 </table> 1881 </table>
1878 1882
1879 1883
1880 <a NAME="Editor.__init__" ID="Editor.__init__"></a> 1884 <a NAME="Editor.__init__" ID="Editor.__init__"></a>
1881 <h4>Editor (Constructor)</h4> 1885 <h4>Editor (Constructor)</h4>
1882 <b>Editor</b>(<i>dbs, fn="", vm=None, filetype="", editor=None, tv=None, parent=None</i>) 1886 <b>Editor</b>(<i>dbs, fn="", vm=None, filetype="", editor=None, tv=None, assembly=None, parent=None, </i>)
1883 <p> 1887 <p>
1884 Constructor 1888 Constructor
1885 </p> 1889 </p>
1886 1890
1887 <dl> 1891 <dl>
1888 1892
1889 <dt><i>dbs</i> (DebugServer)</dt> 1893 <dt><i>dbs</i> (DebugServer)</dt>
1890 <dd> 1894 <dd>
1891 reference to the debug server object 1895 reference to the debug server object
1892 </dd> 1896 </dd>
1893 <dt><i>fn</i> (str)</dt> 1897 <dt><i>fn</i> (str (optional))</dt>
1894 <dd> 1898 <dd>
1895 name of the file to be opened. If it is None, a new (empty) 1899 name of the file to be opened. If it is None, a new (empty)
1896 editor is opened. 1900 editor is opened. (defaults to "")
1897 </dd> 1901 </dd>
1898 <dt><i>vm</i> (ViewManager)</dt> 1902 <dt><i>vm</i> (ViewManager (optional))</dt>
1899 <dd> 1903 <dd>
1900 reference to the view manager object 1904 reference to the view manager object (defaults to None)
1901 </dd> 1905 </dd>
1902 <dt><i>filetype</i> (str)</dt> 1906 <dt><i>filetype</i> (str (optional))</dt>
1903 <dd> 1907 <dd>
1904 type of the source file 1908 type of the source file (defaults to "")
1905 </dd> 1909 </dd>
1906 <dt><i>editor</i> (Editor)</dt> 1910 <dt><i>editor</i> (Editor (optional))</dt>
1907 <dd> 1911 <dd>
1908 reference to an Editor object, if this is a cloned view 1912 reference to an Editor object, if this is a cloned view
1909 </dd> 1913 (defaults to None)
1910 <dt><i>tv</i> (TaskViewer)</dt> 1914 </dd>
1911 <dd> 1915 <dt><i>tv</i> (TaskViewer (optional))</dt>
1912 reference to the task viewer object 1916 <dd>
1913 </dd> 1917 reference to the task viewer object (defaults to None)
1914 <dt><i>parent</i> (QWidget)</dt> 1918 </dd>
1915 <dd> 1919 <dt><i>assembly</i> (EditorAssembly (optional))</dt>
1916 reference to the parent widget 1920 <dd>
1921 reference to the editor assembly object (defaults to None)
1922 </dd>
1923 <dt><i>parent</i> (QWidget (optional))</dt>
1924 <dd>
1925 reference to the parent widget (defaults to None)
1917 </dd> 1926 </dd>
1918 </dl> 1927 </dl>
1919 <dl> 1928 <dl>
1920 1929
1921 <dt>Raises <b>OSError</b>:</dt> 1930 <dt>Raises <b>OSError</b>:</dt>
5404 </dl> 5413 </dl>
5405 <dl> 5414 <dl>
5406 <dt>Return Type:</dt> 5415 <dt>Return Type:</dt>
5407 <dd> 5416 <dd>
5408 str 5417 str
5418 </dd>
5419 </dl>
5420 <a NAME="Editor.getAssembly" ID="Editor.getAssembly"></a>
5421 <h4>Editor.getAssembly</h4>
5422 <b>getAssembly</b>(<i></i>)
5423 <p>
5424 Public method to get a reference to the editor assembly object.
5425 </p>
5426
5427 <dl>
5428 <dt>Return:</dt>
5429 <dd>
5430 reference to the editor assembly object
5431 </dd>
5432 </dl>
5433 <dl>
5434 <dt>Return Type:</dt>
5435 <dd>
5436 EditorAssembly
5409 </dd> 5437 </dd>
5410 </dl> 5438 </dl>
5411 <a NAME="Editor.getBookmarkLines" ID="Editor.getBookmarkLines"></a> 5439 <a NAME="Editor.getBookmarkLines" ID="Editor.getBookmarkLines"></a>
5412 <h4>Editor.getBookmarkLines</h4> 5440 <h4>Editor.getBookmarkLines</h4>
5413 <b>getBookmarkLines</b>(<i></i>) 5441 <b>getBookmarkLines</b>(<i></i>)

eric ide

mercurial