- AuthorPosts
- September 30, 2013 at 8:48 pm #16947QiaoJiaoParticipant
Is it possible to make autosaving every change or every second? For example, save when you stop printing.
It will be good for interpreted languages or webpages when you add a little and go to see result launching your script or refreshing browser. Now I am pressing ctrl+s every time, very tired of it and sometimes I forget it.
Files usually are very small, saving costs nothing in performance.October 1, 2013 at 5:55 am #16954StefanParticipantYou can utilize “Tools > Properties for xyz > [Auto Save] >> Auto Save [ 1] Minutes”
Additionally you can write a macro to save your document, and launch that macro at an event:
Select Events :
** Cursor Moved
** Changed
** Character Inserted
** Group Window Closed
** Configuration Changed
** Group Window Created
** Document Closed
** Active Document Changed
** File Opened
** Idle
** Focus Lost
** Modified or Unmodified
** Tab Moved
** Scrolled
** Selection Changed
** Focus Set
** Before Saving
** File Dropped.
October 1, 2013 at 7:34 am #16957QiaoJiaoParticipantIn properties you can use only minutes.
I will try write macro on Focus Lost.
- AuthorPosts
- You must be logged in to reply to this topic.