Documentation/Source/eric6.UI.Browser.html

changeset 5727
c8842a8d1167
parent 5606
da305d172769
--- a/Documentation/Source/eric6.UI.Browser.html	Fri May 05 19:06:52 2017 +0200
+++ b/Documentation/Source/eric6.UI.Browser.html	Fri May 05 19:07:43 2017 +0200
@@ -49,45 +49,60 @@
     the selected file.
 </p><h3>Signals</h3>
 <dl>
-<dt>binaryFile(str)</dt>
+<dt>binaryFile(filename)</dt>
 <dd>
-emitted to open a file as binary
-</dd><dt>designerFile(str)</dt>
+emitted to open a file as binary (str)
+</dd><dt>designerFile(filename)</dt>
+<dd>
+emitted to open a Qt-Designer file (str)
+</dd><dt>linguistFile(filename)</dt>
 <dd>
-emitted to open a Qt-Designer file
-</dd><dt>linguistFile(str)</dt>
+emitted to open a Qt-Linguist (*.ts)
+        file (str)
+</dd><dt>multiProjectFile(filename)</dt>
 <dd>
-emitted to open a Qt-Linguist (*.ts) file
-</dd><dt>multiProjectFile(str)</dt>
+emitted to open an eric multi project
+        file (str)
+</dd><dt>pixmapEditFile(filename)</dt>
 <dd>
-emitted to open an eric4/5 multi project file
-</dd><dt>pixmapEditFile(str)</dt>
+emitted to edit a pixmap file (str)
+</dd><dt>pixmapFile(filename)</dt>
 <dd>
-emitted to edit a pixmap file
-</dd><dt>pixmapFile(str)</dt>
+emitted to open a pixmap file (str)
+</dd><dt>projectFile(filename)</dt>
 <dd>
-emitted to open a pixmap file
-</dd><dt>projectFile(str)</dt>
+emitted to open an eric project file (str)
+</dd><dt>sourceFile(filename)</dt>
 <dd>
-emitted to open an eric4/5 project file
-</dd><dt>sourceFile(str, int = 0, str = "")</dt>
+emitted to open a Python file at a line (str)
+</dd><dt>sourceFile(filename, lineno)</dt>
+<dd>
+emitted to open a Python file at a
+        line (str, int)
+</dd><dt>sourceFile(filename, lineno, type)</dt>
 <dd>
 emitted to open a Python file
-        at a line
-</dd><dt>sourceFile(str, list)</dt>
+        at a line giving an explicit file type (str, int, str)
+</dd><dt>sourceFile(filename, linenos)</dt>
 <dd>
-emitted to open a Python file giving a list
-        of lines
-</dd><dt>svgFile(str)</dt>
+emitted to open a Python file giving
+        a list of lines(str, list)
+</dd><dt>svgFile(filename)</dt>
+<dd>
+emitted to open a SVG file (str)
+</dd><dt>trpreview(filenames)</dt>
 <dd>
-emitted to open a SVG file
-</dd><dt>trpreview(list of str, bool = False)</dt>
+emitted to preview Qt-Linguist (*.qm)
+        files (list of str)
+</dd><dt>trpreview(filenames, ignore)</dt>
 <dd>
-emitted to preview a
-        Qt-Linguist (*.qm) file
-</dd><dt>unittestOpen(str)</dt>
+emitted to preview Qt-Linguist (*.qm)
+        files indicating whether non-existent files shall be ignored
+        (list of str, bool)
+</dd><dt>unittestOpen(filename)</dt>
 <dd>
-emitted to open a Python file for a unittest
+emitted to open a Python file for a
+        unit test (str)
 </dd>
 </dl>
 <h3>Derived from</h3>

eric ide

mercurial