Differences
This shows you the differences between the selected revisions of the page.
| 2005-02-11 | 2005-04-29 | ||
| no summary (204.154.199.200) | recreated (martin) | ||
| Line 1: | Line 1: | ||
| - | ===== Internal text editor ===== | + | ====== Internal Text Editor ====== |
| + | WinSCP has intergrated simple text editor. You can use it to [[task_edit|edit remote or local text files]]. If you want to use more complex editor or edit binary files, you need to [[ui_pref_editor#default_editor|setup external editor]]. | ||
| &screenshotpict(editor) | &screenshotpict(editor) | ||
| - | WinSCP has an Internal text editor to view/edit contents of a file. | + | The editor capabilities are similar to those of Notepad (simple editor shipped with windows): |
| + | * Clipboard operations: Copy (''Ctrl+C''), Cut (''Ctrl+X''), Paste (''Ctrl+V''). | ||
| + | * Single undo (''Ctrl+Z''). | ||
| + | * Find (''Ctrl+F''), Replace (''Ctrl+H''), Find next (''F3''). | ||
| + | * Go to line number (''Ctrl+G''). | ||
| + | * Save (''Ctrl+S''). | ||
| + | |||
| + | When you save remote file, the upload is immeditally started. | ||