src/eric7/Documentation/Source/eric7.MicroPython.MicroPythonFileManagerWidget.html

branch
eric7
changeset 9760
11245ac9c258
parent 9209
b99e7fd55fd3
child 9765
6378da868bb0
equal deleted inserted replaced
9759:4543b7876047 9760:11245ac9c258
205 <tr> 205 <tr>
206 <td><a href="#MicroPythonFileManagerWidget.on_localUpButton_clicked">on_localUpButton_clicked</a></td> 206 <td><a href="#MicroPythonFileManagerWidget.on_localUpButton_clicked">on_localUpButton_clicked</a></td>
207 <td>Private slot to go up one directory level.</td> 207 <td>Private slot to go up one directory level.</td>
208 </tr> 208 </tr>
209 <tr> 209 <tr>
210 <td><a href="#MicroPythonFileManagerWidget.on_openButton_clicked">on_openButton_clicked</a></td>
211 <td>Private slot to open the selected file in a new editor.</td>
212 </tr>
213 <tr>
210 <td><a href="#MicroPythonFileManagerWidget.on_putAsButton_clicked">on_putAsButton_clicked</a></td> 214 <td><a href="#MicroPythonFileManagerWidget.on_putAsButton_clicked">on_putAsButton_clicked</a></td>
211 <td>Private slot to copy the selected file to the connected device with a different name.</td> 215 <td>Private slot to copy the selected file to the connected device with a different name.</td>
212 </tr> 216 </tr>
213 <tr> 217 <tr>
214 <td><a href="#MicroPythonFileManagerWidget.on_putButton_clicked">on_putButton_clicked</a></td> 218 <td><a href="#MicroPythonFileManagerWidget.on_putButton_clicked">on_putButton_clicked</a></td>
215 <td>Private slot to copy the selected file to the connected device.</td> 219 <td>Private slot to copy the selected file to the connected device.</td>
220 </tr>
221 <tr>
222 <td><a href="#MicroPythonFileManagerWidget.on_saveAsButton_clicked">on_saveAsButton_clicked</a></td>
223 <td>Private slot to save the current editor in a new file on the connected device.</td>
224 </tr>
225 <tr>
226 <td><a href="#MicroPythonFileManagerWidget.on_saveButton_clicked">on_saveButton_clicked</a></td>
227 <td>Private slot to save the text of the current editor to a file on the device.</td>
216 </tr> 228 </tr>
217 <tr> 229 <tr>
218 <td><a href="#MicroPythonFileManagerWidget.on_syncButton_clicked">on_syncButton_clicked</a></td> 230 <td><a href="#MicroPythonFileManagerWidget.on_syncButton_clicked">on_syncButton_clicked</a></td>
219 <td>Private slot to synchronize the local directory to the device.</td> 231 <td>Private slot to synchronize the local directory to the device.</td>
220 </tr> 232 </tr>
709 <b>on_localUpButton_clicked</b>(<i></i>) 721 <b>on_localUpButton_clicked</b>(<i></i>)
710 722
711 <p> 723 <p>
712 Private slot to go up one directory level. 724 Private slot to go up one directory level.
713 </p> 725 </p>
726 <a NAME="MicroPythonFileManagerWidget.on_openButton_clicked" ID="MicroPythonFileManagerWidget.on_openButton_clicked"></a>
727 <h4>MicroPythonFileManagerWidget.on_openButton_clicked</h4>
728 <b>on_openButton_clicked</b>(<i></i>)
729
730 <p>
731 Private slot to open the selected file in a new editor.
732 </p>
714 <a NAME="MicroPythonFileManagerWidget.on_putAsButton_clicked" ID="MicroPythonFileManagerWidget.on_putAsButton_clicked"></a> 733 <a NAME="MicroPythonFileManagerWidget.on_putAsButton_clicked" ID="MicroPythonFileManagerWidget.on_putAsButton_clicked"></a>
715 <h4>MicroPythonFileManagerWidget.on_putAsButton_clicked</h4> 734 <h4>MicroPythonFileManagerWidget.on_putAsButton_clicked</h4>
716 <b>on_putAsButton_clicked</b>(<i></i>) 735 <b>on_putAsButton_clicked</b>(<i></i>)
717 736
718 <p> 737 <p>
731 <dt><i>putAs</i> (bool)</dt> 750 <dt><i>putAs</i> (bool)</dt>
732 <dd> 751 <dd>
733 flag indicating to give it a new name 752 flag indicating to give it a new name
734 </dd> 753 </dd>
735 </dl> 754 </dl>
755 <a NAME="MicroPythonFileManagerWidget.on_saveAsButton_clicked" ID="MicroPythonFileManagerWidget.on_saveAsButton_clicked"></a>
756 <h4>MicroPythonFileManagerWidget.on_saveAsButton_clicked</h4>
757 <b>on_saveAsButton_clicked</b>(<i></i>)
758
759 <p>
760 Private slot to save the current editor in a new file on the connected device.
761 </p>
762 <a NAME="MicroPythonFileManagerWidget.on_saveButton_clicked" ID="MicroPythonFileManagerWidget.on_saveButton_clicked"></a>
763 <h4>MicroPythonFileManagerWidget.on_saveButton_clicked</h4>
764 <b>on_saveButton_clicked</b>(<i>saveAs=False</i>)
765
766 <p>
767 Private slot to save the text of the current editor to a file on the device.
768 </p>
736 <a NAME="MicroPythonFileManagerWidget.on_syncButton_clicked" ID="MicroPythonFileManagerWidget.on_syncButton_clicked"></a> 769 <a NAME="MicroPythonFileManagerWidget.on_syncButton_clicked" ID="MicroPythonFileManagerWidget.on_syncButton_clicked"></a>
737 <h4>MicroPythonFileManagerWidget.on_syncButton_clicked</h4> 770 <h4>MicroPythonFileManagerWidget.on_syncButton_clicked</h4>
738 <b>on_syncButton_clicked</b>(<i></i>) 771 <b>on_syncButton_clicked</b>(<i></i>)
739 772
740 <p> 773 <p>

eric ide

mercurial