Opened 12 years ago
Closed 12 years ago
#10 closed enhancement (fixed)
Rework key and maybe menu defs to use Save instead of SmartSave
Reported by: | Andreas Schnellbacher | Owned by: | Andreas Schnellbacher |
---|---|---|---|
Priority: | minor | Milestone: | 2.0 beta |
Component: | Menu and keys | Version: | 1.14 |
Keywords: | Cc: |
Description
A Save key or menu command should execute a Save (as expected), not a
SmartSave. SmartSave would only save a file if it was changed. The
original Save always saves a file.
This was suggested by John Small.
I don't like the idea to support the SMARTSAVE constant any further,
because the key def file is already much too complicated. It provides
much more options then the original. The additional complexity affords
that we should really try to reduce the number of constants to zero.
BTW: SMARTSAVE only applies on the key def, not on the menu items.
Of course, they should be synchronous.
Change History (3)
comment:1 by , 12 years ago
Owner: | set to |
---|---|
Status: | new → accepted |
comment:2 by , 12 years ago
Summary: | Rework key and maybe menu defs to use Save instead of !SmartSave → Rework key and maybe menu defs to use Save instead of SmartSave |
---|
comment:3 by , 12 years ago
Resolution: | → fixed |
---|---|
Status: | accepted → closed |
Fixed by changeset r2553.