Turning off autosaving

Bug #819958 reported by walther
8
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Scribes
New
Undecided
py2maker

Bug Description

What do I have to tweak in scribe's code to turn off every kind of autosaving, except when I press Ctrl+S? I'm especially talking about the saving happening when just closing an unsaved document.
Background: Just broke my CMS while reading the sources. Must have accidentally pressed a key when the search-bar didn't have the focus.

Revision history for this message
Eduardo Mucelli Rezende Oliveira (eduardo-mucelli) wrote :

Im not an expert in the Scribes code, but I would suggest you take a look at /scribes/SCRIBES/SaveSystem/AutomaticSaver.py

Revision history for this message
porter (78536-b) wrote :

The following seems to work, although I have not fully tested it yet (use at your own risk). Edit /usr/lib/python2.7/site-packages/SCRIBES/SaveSystem/Manager.py and comment out the following lines:

from AutomaticSaver import Saver
Saver(self, editor)
from FocusOutSaver import Saver
Saver(self, editor)
from QuitSaver import Saver
Saver(self, editor)

Revision history for this message
py2maker (py2maker) wrote :

This single feature keeps me from using Scribes - otherwise a very good editor.

Regards,
py2maker

Changed in scribes:
assignee: nobody → py2maker (py2maker-d)
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.