Hi,
I am totally new to Sublime Text 2 as of a couple of days ago, and am gradually getting to grips with the huge amount of functionality available. I am impressed! However, one thing I was hoping to be able to do concerns backup files. When I edit a file, it automatically creates a .bak file in my project folder. This means that when I do a, for example, āFind in Filesā search, it includes all the backup files in the results, which is kinda annoying. Is there any way I can direct the .bak files to a subdirectory called, for example, ābackupā?
I have installed the package āAutomatic Backupsā. I am working in directory
C:\Data\LxAC\V12_3_0_Os_2_5_2
and have set the directory I want backups to go to to ā.\backupā but the console gives me the following message when I write a file that I have edited:
āBackup saved to: .\backup\C\Data\LxAC\V12_3_0_Os_2_5_2\NODE-2015-08-04_16-21-16.CPPā
where I really want it to be saved to
āC:\Data\LxAC\V12_3_0_Os_2_5_2\backup\NODE-2015-08-04_16-21-16.CPPā
I apologise in advance if this posting is in the wrong forum, or is answered elsewhere or is even so basic that I should have been able to sort it out myself. Please be kind to a newbie!