Documentation/Source/eric6.install.html

changeset 5215
c7eb25505d6c
parent 4455
ca13a6f6c452
child 5651
982465f8389c
equal deleted inserted replaced
5214:0473e5256ca9 5215:c7eb25505d6c
44 <td>Cleanup the sources directory to get rid of leftover files and directories.</td> 44 <td>Cleanup the sources directory to get rid of leftover files and directories.</td>
45 </tr><tr> 45 </tr><tr>
46 <td><a href="#compileUiFiles">compileUiFiles</a></td> 46 <td><a href="#compileUiFiles">compileUiFiles</a></td>
47 <td>Compile the .ui files to Python sources.</td> 47 <td>Compile the .ui files to Python sources.</td>
48 </tr><tr> 48 </tr><tr>
49 <td><a href="#copyAppStreamFile">copyAppStreamFile</a></td>
50 <td>Modify an appstream file and write it to its destination.</td>
51 </tr><tr>
49 <td><a href="#copyDesktopFile">copyDesktopFile</a></td> 52 <td><a href="#copyDesktopFile">copyDesktopFile</a></td>
50 <td>Modify a desktop file and write it to its destination.</td> 53 <td>Modify a desktop file and write it to its destination.</td>
51 </tr><tr> 54 </tr><tr>
52 <td><a href="#copyToFile">copyToFile</a></td> 55 <td><a href="#copyToFile">copyToFile</a></td>
53 <td>Copy a string to a file.</td> 56 <td>Copy a string to a file.</td>
152 <p> 155 <p>
153 Compile the .ui files to Python sources. 156 Compile the .ui files to Python sources.
154 </p> 157 </p>
155 <div align="right"><a href="#top">Up</a></div> 158 <div align="right"><a href="#top">Up</a></div>
156 <hr /><hr /> 159 <hr /><hr />
160 <a NAME="copyAppStreamFile" ID="copyAppStreamFile"></a>
161 <h2>copyAppStreamFile</h2>
162 <b>copyAppStreamFile</b>(<i>src, dst, marker</i>)
163 <p>
164 Modify an appstream file and write it to its destination.
165 </p><dl>
166 <dt><i>src</i></dt>
167 <dd>
168 source file name (string)
169 </dd><dt><i>dst</i></dt>
170 <dd>
171 destination file name (string)
172 </dd><dt><i>marker</i></dt>
173 <dd>
174 marker to be used (string)
175 </dd>
176 </dl>
177 <div align="right"><a href="#top">Up</a></div>
178 <hr /><hr />
157 <a NAME="copyDesktopFile" ID="copyDesktopFile"></a> 179 <a NAME="copyDesktopFile" ID="copyDesktopFile"></a>
158 <h2>copyDesktopFile</h2> 180 <h2>copyDesktopFile</h2>
159 <b>copyDesktopFile</b>(<i>src, dst, marker</i>) 181 <b>copyDesktopFile</b>(<i>src, dst, marker</i>)
160 <p> 182 <p>
161 Modify a desktop file and write it to its destination. 183 Modify a desktop file and write it to its destination.

eric ide

mercurial