On 9/30/07, Lars Clausen <[EMAIL PROTECTED]> wrote: > So all this talk about delete key make me think more about how edit mode > would happen, and eventually I sat down and did the first essentials. > The current SVN uses edit mode, entering it automatically when an object > with text is created or on Enter or F2, and exiting on deselecting the > object or Escape. It doesn't fix the menus or anything, but I'm piling > up remaining tasks on > <URL:http://live.gnome.org/Dia/CurrentDevelopment>.
It seems when typing in edit mode, every letter creates a new undo change object. The undo stack gets filled very fast if you type a lot. Suggestion: 1) Edit mode should create its own local undo stack that is always initially empty. 2) Exiting the edit mode should destroy the local undo stack and insert a single change in the global stack. Sameer. -- Research Scholar, Department of CSE, IIT Bombay http://www.it.iitb.ac.in/~sameerds/ _______________________________________________ Dia-list mailing list [email protected] http://mail.gnome.org/mailman/listinfo/dia-list FAQ at http://live.gnome.org/Dia/Faq Main page at http://live.gnome.org/Dia
