View Single Post
Old 02-21-2016, 01:37 PM  
bigstar
FlashFXP Developer
 
bigstar's Avatar
 
Join Date: Oct 2001
Posts: 8,012
Default

Thank you for the additional information.

The backup is created after your first save of a remote edit, subsequent saves do not automatically create backups, this was done to minimize the amount of backups created. (it was also done on the basis that most people keep the file open between edits and just save the file with most editors provide multiple levels of undo)

So the typical usage based on using Notepad++ might be as followed:

* Edit a remote file

(The user edits the file within Notepad++ and save the file; without closing Notepad++ or the file)
* FlashFXP detects the local file has changed.
* FlashFXP automatically uploads (and creates) a backup of the original file.
* FlashFXP uploads the modified file.

(the user makes additional edits within Notepad++ and saves the file again)
* FlashFXP detects the local file has changed.
* FlashFXP uploads the modified file.

If at any time you use the remote edit (right-click Edit) feature to re-open the remote file for editing then it will then create a new backup on the first save.
bigstar is offline