Documentation/Source/eric5.Plugins.CheckerPlugins.SyntaxChecker.SyntaxCheckerDialog.html

changeset 58
37f0444c3479
parent 21
b88a0e6268bd
child 88
3701923bccf2
equal deleted inserted replaced
57:81326a94fdca 58:37f0444c3479
20 </style> 20 </style>
21 </head> 21 </head>
22 <body><a NAME="top" ID="top"></a> 22 <body><a NAME="top" ID="top"></a>
23 <h1>eric5.Plugins.CheckerPlugins.SyntaxChecker.SyntaxCheckerDialog</h1> 23 <h1>eric5.Plugins.CheckerPlugins.SyntaxChecker.SyntaxCheckerDialog</h1>
24 <p> 24 <p>
25 &#77;&#111;&#100;&#117;&#108;&#101; &#105;&#109;&#112;&#108;&#101;&#109;&#101;&#110;&#116;&#105;&#110;&#103; &#97; &#115;&#105;&#109;&#112;&#108;&#101; &#80;y&#116;&#104;&#111;&#110; &#115;y&#110;&#116;&#97;x &#99;&#104;&#101;&#99;&#107;&#101;&#114;. 25 Module implementing a simple Python syntax checker.
26 </p> 26 </p>
27 <h3>Global Attributes</h3> 27 <h3>Global Attributes</h3>
28 <table> 28 <table>
29 <tr><td>None</td></tr> 29 <tr><td>None</td></tr>
30 </table> 30 </table>
31 <h3>Classes</h3> 31 <h3>Classes</h3>
32 <table> 32 <table>
33 <tr> 33 <tr>
34 <td><a href="#SyntaxCheckerDialog">SyntaxCheckerDialog</a></td> 34 <td><a href="#SyntaxCheckerDialog">SyntaxCheckerDialog</a></td>
35 <td>&#67;&#108;&#97;&#115;&#115; &#105;&#109;&#112;&#108;&#101;&#109;&#101;&#110;&#116;&#105;&#110;&#103; &#97; &#100;&#105;&#97;&#108;&#111;&#103; &#116;&#111; &#100;&#105;&#115;&#112;&#108;&#97;y &#116;&#104;&#101; &#114;&#101;&#115;&#117;&#108;&#116;&#115; &#111;&#102; &#97; &#115;y&#110;&#116;&#97;x &#99;&#104;&#101;&#99;&#107; &#114;&#117;&#110;.</td> 35 <td>Class implementing a dialog to display the results of a syntax check run.</td>
36 </tr> 36 </tr>
37 </table> 37 </table>
38 <h3>Functions</h3> 38 <h3>Functions</h3>
39 <table> 39 <table>
40 <tr><td>None</td></tr> 40 <tr><td>None</td></tr>
41 </table> 41 </table>
42 <hr /><hr /> 42 <hr /><hr />
43 <a NAME="SyntaxCheckerDialog" ID="SyntaxCheckerDialog"></a> 43 <a NAME="SyntaxCheckerDialog" ID="SyntaxCheckerDialog"></a>
44 <h2>SyntaxCheckerDialog</h2> 44 <h2>SyntaxCheckerDialog</h2>
45 <p> 45 <p>
46 &#67;&#108;&#97;&#115;&#115; &#105;&#109;&#112;&#108;&#101;&#109;&#101;&#110;&#116;&#105;&#110;&#103; &#97; &#100;&#105;&#97;&#108;&#111;&#103; &#116;&#111; &#100;&#105;&#115;&#112;&#108;&#97;y &#116;&#104;&#101; &#114;&#101;&#115;&#117;&#108;&#116;&#115; &#111;&#102; &#97; &#115;y&#110;&#116;&#97;x &#99;&#104;&#101;&#99;&#107; &#114;&#117;&#110;. 46 Class implementing a dialog to display the results of a syntax check run.
47 </p> 47 </p>
48 <h3>Derived from</h3> 48 <h3>Derived from</h3>
49 QDialog, Ui_SyntaxCheckerDialog 49 QDialog, Ui_SyntaxCheckerDialog
50 <h3>Class Attributes</h3> 50 <h3>Class Attributes</h3>
51 <table> 51 <table>
53 </table> 53 </table>
54 <h3>Methods</h3> 54 <h3>Methods</h3>
55 <table> 55 <table>
56 <tr> 56 <tr>
57 <td><a href="#SyntaxCheckerDialog.__init__">SyntaxCheckerDialog</a></td> 57 <td><a href="#SyntaxCheckerDialog.__init__">SyntaxCheckerDialog</a></td>
58 <td>&#67;&#111;&#110;&#115;&#116;&#114;&#117;&#99;&#116;&#111;&#114;</td> 58 <td>Constructor</td>
59 </tr><tr> 59 </tr><tr>
60 <td><a href="#SyntaxCheckerDialog.__clearErrors">__clearErrors</a></td> 60 <td><a href="#SyntaxCheckerDialog.__clearErrors">__clearErrors</a></td>
61 <td>&#80;&#114;&#105;v&#97;&#116;&#101; &#109;&#101;&#116;&#104;&#111;&#100; &#116;&#111; &#99;&#108;&#101;&#97;&#114; &#97;&#108;&#108; &#101;&#114;&#114;&#111;&#114; &#109;&#97;&#114;&#107;&#101;&#114;&#115; &#111;&#102; &#111;&#112;&#101;&#110; &#101;&#100;&#105;&#116;&#111;&#114;&#115;.</td> 61 <td>Private method to clear all error markers of open editors.</td>
62 </tr><tr> 62 </tr><tr>
63 <td><a href="#SyntaxCheckerDialog.__createResultItem">__createResultItem</a></td> 63 <td><a href="#SyntaxCheckerDialog.__createResultItem">__createResultItem</a></td>
64 <td>&#80;&#114;&#105;v&#97;&#116;&#101; &#109;&#101;&#116;&#104;&#111;&#100; &#116;&#111; &#99;&#114;&#101;&#97;&#116;&#101; &#97;&#110; &#101;&#110;&#116;&#114;y &#105;&#110; &#116;&#104;&#101; &#114;&#101;&#115;&#117;&#108;&#116; &#108;&#105;&#115;&#116;.</td> 64 <td>Private method to create an entry in the result list.</td>
65 </tr><tr> 65 </tr><tr>
66 <td><a href="#SyntaxCheckerDialog.__finish">__finish</a></td> 66 <td><a href="#SyntaxCheckerDialog.__finish">__finish</a></td>
67 <td>&#80;&#114;&#105;v&#97;&#116;&#101; &#115;&#108;&#111;&#116; &#99;&#97;&#108;&#108;&#101;&#100; w&#104;&#101;&#110; &#116;&#104;&#101; &#115;y&#110;&#116;&#97;x &#99;&#104;&#101;&#99;&#107; &#102;&#105;&#110;&#105;&#115;&#104;&#101;&#100; &#111;&#114; &#116;&#104;&#101; &#117;&#115;&#101;&#114; &#112;&#114;&#101;&#115;&#115;&#101;&#100; &#116;&#104;&#101; &#98;&#117;&#116;&#116;&#111;&#110;.</td> 67 <td>Private slot called when the syntax check finished or the user pressed the button.</td>
68 </tr><tr> 68 </tr><tr>
69 <td><a href="#SyntaxCheckerDialog.__resort">__resort</a></td> 69 <td><a href="#SyntaxCheckerDialog.__resort">__resort</a></td>
70 <td>&#80;&#114;&#105;v&#97;&#116;&#101; &#109;&#101;&#116;&#104;&#111;&#100; &#116;&#111; &#114;&#101;&#115;&#111;&#114;&#116; &#116;&#104;&#101; &#116;&#114;&#101;&#101;.</td> 70 <td>Private method to resort the tree.</td>
71 </tr><tr> 71 </tr><tr>
72 <td><a href="#SyntaxCheckerDialog.on_buttonBox_clicked">on_buttonBox_clicked</a></td> 72 <td><a href="#SyntaxCheckerDialog.on_buttonBox_clicked">on_buttonBox_clicked</a></td>
73 <td>&#80;&#114;&#105;v&#97;&#116;&#101; &#115;&#108;&#111;&#116; &#99;&#97;&#108;&#108;&#101;&#100; &#98;y &#97; &#98;&#117;&#116;&#116;&#111;&#110; &#111;&#102; &#116;&#104;&#101; &#98;&#117;&#116;&#116;&#111;&#110; &#98;&#111;x &#99;&#108;&#105;&#99;&#107;&#101;&#100;.</td> 73 <td>Private slot called by a button of the button box clicked.</td>
74 </tr><tr> 74 </tr><tr>
75 <td><a href="#SyntaxCheckerDialog.on_resultList_itemActivated">on_resultList_itemActivated</a></td> 75 <td><a href="#SyntaxCheckerDialog.on_resultList_itemActivated">on_resultList_itemActivated</a></td>
76 <td>&#80;&#114;&#105;v&#97;&#116;&#101; &#115;&#108;&#111;&#116; &#116;&#111; &#104;&#97;&#110;&#100;&#108;&#101; &#116;&#104;&#101; &#97;&#99;&#116;&#105;v&#97;&#116;&#105;&#111;&#110; &#111;&#102; &#97;&#110; &#105;&#116;&#101;&#109;.</td> 76 <td>Private slot to handle the activation of an item.</td>
77 </tr><tr> 77 </tr><tr>
78 <td><a href="#SyntaxCheckerDialog.on_showButton_clicked">on_showButton_clicked</a></td> 78 <td><a href="#SyntaxCheckerDialog.on_showButton_clicked">on_showButton_clicked</a></td>
79 <td>&#80;&#114;&#105;v&#97;&#116;&#101; &#115;&#108;&#111;&#116; &#116;&#111; &#104;&#97;&#110;&#100;&#108;&#101; &#116;&#104;&#101; "&#83;&#104;&#111;w" &#98;&#117;&#116;&#116;&#111;&#110; &#112;&#114;&#101;&#115;&#115;.</td> 79 <td>Private slot to handle the "Show" button press.</td>
80 </tr><tr> 80 </tr><tr>
81 <td><a href="#SyntaxCheckerDialog.start">start</a></td> 81 <td><a href="#SyntaxCheckerDialog.start">start</a></td>
82 <td>&#80;&#117;&#98;&#108;&#105;&#99; &#115;&#108;&#111;&#116; &#116;&#111; &#115;&#116;&#97;&#114;&#116; &#116;&#104;&#101; &#115;y&#110;&#116;&#97;x &#99;&#104;&#101;&#99;&#107;.</td> 82 <td>Public slot to start the syntax check.</td>
83 </tr> 83 </tr>
84 </table> 84 </table>
85 <a NAME="SyntaxCheckerDialog.__init__" ID="SyntaxCheckerDialog.__init__"></a> 85 <a NAME="SyntaxCheckerDialog.__init__" ID="SyntaxCheckerDialog.__init__"></a>
86 <h4>SyntaxCheckerDialog (Constructor)</h4> 86 <h4>SyntaxCheckerDialog (Constructor)</h4>
87 <b>SyntaxCheckerDialog</b>(<i>parent = None</i>) 87 <b>SyntaxCheckerDialog</b>(<i>parent = None</i>)
88 <p> 88 <p>
89 &#67;&#111;&#110;&#115;&#116;&#114;&#117;&#99;&#116;&#111;&#114; 89 Constructor
90 </p><dl> 90 </p><dl>
91 <dt><i>parent</i></dt> 91 <dt><i>parent</i></dt>
92 <dd> 92 <dd>
93 &#84;&#104;&#101; &#112;&#97;&#114;&#101;&#110;&#116; w&#105;&#100;&#103;&#101;&#116;. (&#81;&#87;&#105;&#100;&#103;&#101;&#116;) 93 The parent widget. (QWidget)
94 </dd> 94 </dd>
95 </dl><a NAME="SyntaxCheckerDialog.__clearErrors" ID="SyntaxCheckerDialog.__clearErrors"></a> 95 </dl><a NAME="SyntaxCheckerDialog.__clearErrors" ID="SyntaxCheckerDialog.__clearErrors"></a>
96 <h4>SyntaxCheckerDialog.__clearErrors</h4> 96 <h4>SyntaxCheckerDialog.__clearErrors</h4>
97 <b>__clearErrors</b>(<i></i>) 97 <b>__clearErrors</b>(<i></i>)
98 <p> 98 <p>
99 &#80;&#114;&#105;v&#97;&#116;&#101; &#109;&#101;&#116;&#104;&#111;&#100; &#116;&#111; &#99;&#108;&#101;&#97;&#114; &#97;&#108;&#108; &#101;&#114;&#114;&#111;&#114; &#109;&#97;&#114;&#107;&#101;&#114;&#115; &#111;&#102; &#111;&#112;&#101;&#110; &#101;&#100;&#105;&#116;&#111;&#114;&#115;. 99 Private method to clear all error markers of open editors.
100 </p><a NAME="SyntaxCheckerDialog.__createResultItem" ID="SyntaxCheckerDialog.__createResultItem"></a> 100 </p><a NAME="SyntaxCheckerDialog.__createResultItem" ID="SyntaxCheckerDialog.__createResultItem"></a>
101 <h4>SyntaxCheckerDialog.__createResultItem</h4> 101 <h4>SyntaxCheckerDialog.__createResultItem</h4>
102 <b>__createResultItem</b>(<i>file, line, error, sourcecode</i>) 102 <b>__createResultItem</b>(<i>file, line, error, sourcecode</i>)
103 <p> 103 <p>
104 &#80;&#114;&#105;v&#97;&#116;&#101; &#109;&#101;&#116;&#104;&#111;&#100; &#116;&#111; &#99;&#114;&#101;&#97;&#116;&#101; &#97;&#110; &#101;&#110;&#116;&#114;y &#105;&#110; &#116;&#104;&#101; &#114;&#101;&#115;&#117;&#108;&#116; &#108;&#105;&#115;&#116;. 104 Private method to create an entry in the result list.
105 </p><dl> 105 </p><dl>
106 <dt><i>file</i></dt> 106 <dt><i>file</i></dt>
107 <dd> 107 <dd>
108 &#102;&#105;&#108;&#101;&#110;&#97;&#109;&#101; &#111;&#102; &#102;&#105;&#108;&#101; (&#115;&#116;&#114;&#105;&#110;&#103;) 108 filename of file (string)
109 </dd><dt><i>line</i></dt> 109 </dd><dt><i>line</i></dt>
110 <dd> 110 <dd>
111 &#108;&#105;&#110;&#101;&#110;&#117;&#109;&#98;&#101;&#114; &#111;&#102; &#102;&#97;&#117;&#108;&#116;y &#115;&#111;&#117;&#114;&#99;&#101; (&#105;&#110;&#116;&#101;&#103;&#101;&#114; &#111;&#114; &#115;&#116;&#114;&#105;&#110;&#103;) 111 linenumber of faulty source (integer or string)
112 </dd><dt><i>error</i></dt> 112 </dd><dt><i>error</i></dt>
113 <dd> 113 <dd>
114 &#101;&#114;&#114;&#111;&#114; &#116;&#101;x&#116; (&#115;&#116;&#114;&#105;&#110;&#103;) 114 error text (string)
115 </dd><dt><i>sourcecode</i></dt> 115 </dd><dt><i>sourcecode</i></dt>
116 <dd> 116 <dd>
117 &#102;&#97;&#117;&#108;&#116;y &#108;&#105;&#110;&#101; &#111;&#102; &#99;&#111;&#100;&#101; (&#115;&#116;&#114;&#105;&#110;&#103;) 117 faulty line of code (string)
118 </dd> 118 </dd>
119 </dl><a NAME="SyntaxCheckerDialog.__finish" ID="SyntaxCheckerDialog.__finish"></a> 119 </dl><a NAME="SyntaxCheckerDialog.__finish" ID="SyntaxCheckerDialog.__finish"></a>
120 <h4>SyntaxCheckerDialog.__finish</h4> 120 <h4>SyntaxCheckerDialog.__finish</h4>
121 <b>__finish</b>(<i></i>) 121 <b>__finish</b>(<i></i>)
122 <p> 122 <p>
123 &#80;&#114;&#105;v&#97;&#116;&#101; &#115;&#108;&#111;&#116; &#99;&#97;&#108;&#108;&#101;&#100; w&#104;&#101;&#110; &#116;&#104;&#101; &#115;y&#110;&#116;&#97;x &#99;&#104;&#101;&#99;&#107; &#102;&#105;&#110;&#105;&#115;&#104;&#101;&#100; &#111;&#114; &#116;&#104;&#101; &#117;&#115;&#101;&#114; &#112;&#114;&#101;&#115;&#115;&#101;&#100; &#116;&#104;&#101; &#98;&#117;&#116;&#116;&#111;&#110;. 123 Private slot called when the syntax check finished or the user pressed the button.
124 </p><a NAME="SyntaxCheckerDialog.__resort" ID="SyntaxCheckerDialog.__resort"></a> 124 </p><a NAME="SyntaxCheckerDialog.__resort" ID="SyntaxCheckerDialog.__resort"></a>
125 <h4>SyntaxCheckerDialog.__resort</h4> 125 <h4>SyntaxCheckerDialog.__resort</h4>
126 <b>__resort</b>(<i></i>) 126 <b>__resort</b>(<i></i>)
127 <p> 127 <p>
128 &#80;&#114;&#105;v&#97;&#116;&#101; &#109;&#101;&#116;&#104;&#111;&#100; &#116;&#111; &#114;&#101;&#115;&#111;&#114;&#116; &#116;&#104;&#101; &#116;&#114;&#101;&#101;. 128 Private method to resort the tree.
129 </p><a NAME="SyntaxCheckerDialog.on_buttonBox_clicked" ID="SyntaxCheckerDialog.on_buttonBox_clicked"></a> 129 </p><a NAME="SyntaxCheckerDialog.on_buttonBox_clicked" ID="SyntaxCheckerDialog.on_buttonBox_clicked"></a>
130 <h4>SyntaxCheckerDialog.on_buttonBox_clicked</h4> 130 <h4>SyntaxCheckerDialog.on_buttonBox_clicked</h4>
131 <b>on_buttonBox_clicked</b>(<i>button</i>) 131 <b>on_buttonBox_clicked</b>(<i>button</i>)
132 <p> 132 <p>
133 &#80;&#114;&#105;v&#97;&#116;&#101; &#115;&#108;&#111;&#116; &#99;&#97;&#108;&#108;&#101;&#100; &#98;y &#97; &#98;&#117;&#116;&#116;&#111;&#110; &#111;&#102; &#116;&#104;&#101; &#98;&#117;&#116;&#116;&#111;&#110; &#98;&#111;x &#99;&#108;&#105;&#99;&#107;&#101;&#100;. 133 Private slot called by a button of the button box clicked.
134 </p><dl> 134 </p><dl>
135 <dt><i>button</i></dt> 135 <dt><i>button</i></dt>
136 <dd> 136 <dd>
137 &#98;&#117;&#116;&#116;&#111;&#110; &#116;&#104;&#97;&#116; w&#97;&#115; &#99;&#108;&#105;&#99;&#107;&#101;&#100; (&#81;&#65;&#98;&#115;&#116;&#114;&#97;&#99;&#116;&#66;&#117;&#116;&#116;&#111;&#110;) 137 button that was clicked (QAbstractButton)
138 </dd> 138 </dd>
139 </dl><a NAME="SyntaxCheckerDialog.on_resultList_itemActivated" ID="SyntaxCheckerDialog.on_resultList_itemActivated"></a> 139 </dl><a NAME="SyntaxCheckerDialog.on_resultList_itemActivated" ID="SyntaxCheckerDialog.on_resultList_itemActivated"></a>
140 <h4>SyntaxCheckerDialog.on_resultList_itemActivated</h4> 140 <h4>SyntaxCheckerDialog.on_resultList_itemActivated</h4>
141 <b>on_resultList_itemActivated</b>(<i>itm, col</i>) 141 <b>on_resultList_itemActivated</b>(<i>itm, col</i>)
142 <p> 142 <p>
143 &#80;&#114;&#105;v&#97;&#116;&#101; &#115;&#108;&#111;&#116; &#116;&#111; &#104;&#97;&#110;&#100;&#108;&#101; &#116;&#104;&#101; &#97;&#99;&#116;&#105;v&#97;&#116;&#105;&#111;&#110; &#111;&#102; &#97;&#110; &#105;&#116;&#101;&#109;. 143 Private slot to handle the activation of an item.
144 </p><dl> 144 </p><dl>
145 <dt><i>itm</i></dt> 145 <dt><i>itm</i></dt>
146 <dd> 146 <dd>
147 &#114;&#101;&#102;&#101;&#114;&#101;&#110;&#99;&#101; &#116;&#111; &#116;&#104;&#101; &#97;&#99;&#116;&#105;v&#97;&#116;&#101;&#100; &#105;&#116;&#101;&#109; (&#81;&#84;&#114;&#101;&#101;&#87;&#105;&#100;&#103;&#101;&#116;&#73;&#116;&#101;&#109;) 147 reference to the activated item (QTreeWidgetItem)
148 </dd><dt><i>col</i></dt> 148 </dd><dt><i>col</i></dt>
149 <dd> 149 <dd>
150 &#99;&#111;&#108;&#117;&#109;&#110; &#116;&#104;&#101; &#105;&#116;&#101;&#109; w&#97;&#115; &#97;&#99;&#116;&#105;v&#97;&#116;&#101;&#100; &#105;&#110; (&#105;&#110;&#116;&#101;&#103;&#101;&#114;) 150 column the item was activated in (integer)
151 </dd> 151 </dd>
152 </dl><a NAME="SyntaxCheckerDialog.on_showButton_clicked" ID="SyntaxCheckerDialog.on_showButton_clicked"></a> 152 </dl><a NAME="SyntaxCheckerDialog.on_showButton_clicked" ID="SyntaxCheckerDialog.on_showButton_clicked"></a>
153 <h4>SyntaxCheckerDialog.on_showButton_clicked</h4> 153 <h4>SyntaxCheckerDialog.on_showButton_clicked</h4>
154 <b>on_showButton_clicked</b>(<i></i>) 154 <b>on_showButton_clicked</b>(<i></i>)
155 <p> 155 <p>
156 &#80;&#114;&#105;v&#97;&#116;&#101; &#115;&#108;&#111;&#116; &#116;&#111; &#104;&#97;&#110;&#100;&#108;&#101; &#116;&#104;&#101; "&#83;&#104;&#111;w" &#98;&#117;&#116;&#116;&#111;&#110; &#112;&#114;&#101;&#115;&#115;. 156 Private slot to handle the "Show" button press.
157 </p><a NAME="SyntaxCheckerDialog.start" ID="SyntaxCheckerDialog.start"></a> 157 </p><a NAME="SyntaxCheckerDialog.start" ID="SyntaxCheckerDialog.start"></a>
158 <h4>SyntaxCheckerDialog.start</h4> 158 <h4>SyntaxCheckerDialog.start</h4>
159 <b>start</b>(<i>fn, codestring = ""</i>) 159 <b>start</b>(<i>fn, codestring = ""</i>)
160 <p> 160 <p>
161 &#80;&#117;&#98;&#108;&#105;&#99; &#115;&#108;&#111;&#116; &#116;&#111; &#115;&#116;&#97;&#114;&#116; &#116;&#104;&#101; &#115;y&#110;&#116;&#97;x &#99;&#104;&#101;&#99;&#107;. 161 Public slot to start the syntax check.
162 </p><dl> 162 </p><dl>
163 <dt><i>fn</i></dt> 163 <dt><i>fn</i></dt>
164 <dd> 164 <dd>
165 &#102;&#105;&#108;&#101; &#111;&#114; &#108;&#105;&#115;&#116; &#111;&#102; &#102;&#105;&#108;&#101;&#115; &#111;&#114; &#100;&#105;&#114;&#101;&#99;&#116;&#111;&#114;y &#116;&#111; &#98;&#101; &#99;&#104;&#101;&#99;&#107;&#101;&#100; 165 file or list of files or directory to be checked
166 (&#115;&#116;&#114;&#105;&#110;&#103; &#111;&#114; &#108;&#105;&#115;&#116; &#111;&#102; &#115;&#116;&#114;&#105;&#110;&#103;&#115;) 166 (string or list of strings)
167 </dd><dt><i>codestring</i></dt> 167 </dd><dt><i>codestring</i></dt>
168 <dd> 168 <dd>
169 &#115;&#116;&#114;&#105;&#110;&#103; &#99;&#111;&#110;&#116;&#97;&#105;&#110;&#105;&#110;&#103; &#116;&#104;&#101; &#99;&#111;&#100;&#101; &#116;&#111; &#98;&#101; &#99;&#104;&#101;&#99;&#107;&#101;&#100; (&#115;&#116;&#114;&#105;&#110;&#103;). 169 string containing the code to be checked (string).
170 &#73;&#102; &#116;&#104;&#105;&#115; &#105;&#115; &#103;&#105;v&#101;&#110;, &#102;&#105;&#108;&#101; &#109;&#117;&#115;&#116; &#98;&#101; &#97; &#115;&#105;&#110;&#103;&#108;&#101; &#102;&#105;&#108;&#101; &#110;&#97;&#109;&#101;. 170 If this is given, file must be a single file name.
171 </dd> 171 </dd>
172 </dl> 172 </dl>
173 <div align="right"><a href="#top">Up</a></div> 173 <div align="right"><a href="#top">Up</a></div>
174 <hr /> 174 <hr />
175 </body></html> 175 </body></html>

eric ide

mercurial