Custom Query (31 matches)
Results (4 - 6 of 31)
Ticket | Owner | Reporter | Resolution | Summary |
---|---|---|---|---|
#5 | fixed | Fix key defs for dynaspell | ||
Description |
Replace .keyset with accel key defs. It looks like that was broken since a long time. It looks like several parts of epmlex.e have to be reworked. |
|||
#9 | fixed | Make key def strings in menu items update automatically with keyset change | ||
Description |
The key def functions are already prepared for that. MenuAccelString() handles that. |
|||
#10 | fixed | Rework key and maybe menu defs to use Save instead of SmartSave | ||
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. |