vote up 7 vote down star
3

Hello,

Does anyone know of any notepad++ plugin that saves a version of whatever I'm working on periodically? Ideally, it would save many versions with the automatic version number and the date in the title, and perhaps store them in a zipped archive to save space.

Does something like this exist already, or shold I attempt to write such a plugin myself?

Thanks,
Cameron

P.S. It should be freeware or (preferably) open-source.

flag

5 Answers

vote up 1 vote down

fstellari.googlepages.com/npp_plugins

link|flag
vote up 0 vote down

Thanks everyone for the suggestions.

@falco1: I didn't know that there was even that feature built-in! It is not flexible enough for my needs, however, because it sticks all backups of all file in the same directory, and I wanted something with version numbers.

I've decided to write my own plugin in my spare time. The first version will be finished soon and I will find a way to distribute it for anybody who wants it.

Cheers,
Cameron

link|flag
vote up 9 vote down

Settings > Preferences > Backup-Auto-completion tab > Click Verbose Backup and Tick Enable Auto-completion on each input

This will time stamp a copy of your file every time you save.


Update:

AutoSave allows to automatically save the currently open files based on a timer schedule (default is 1 min) and/or upon the application losing focus. The plugin offers a couple of options to save the current (or all the files), selecting only the named ones, accessible through a menu.

[Via Lifehacker]

link|flag
vote up 0 vote down

It seems that you are a windows user, so you have an option of using shadow copies, but copies are probably not genedated often enough.

IntelliJ Idea and some other Java IDEs have local history feature.

I personally use TortoiseSVN and svn server on Dreamhost. This had additional benefit of having my files stored off-site in case of disaster.

link|flag
vote up 1 vote down

You might be better off looking into something closer to "real" version control - Mercurial, perhaps. It doesn't require a server, and it's really easy to set up.

To automate it, you could turn on autosave in Notepad++, and set up a windows scheduled task to do an hg commit every few minutes.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.