multiple undo
What is the trick to get multiple-undo to work in an editor-pane? In my custom interface, I can only undo one command. If I execute undo a second time, it just toggles back to the previous state. Undo works OK in the capi editor-pane example, so I'm wondering what I could have done to mess this up. Right now the only difference I see is that the example uses capi:call-editor and I'm using editor:process-character. And now I just noticed that it does seem to work correctly if I undo using ctrl-_ rather than the command-z menu item (which calls editor:undo-command using process-character). John DeSoi, Ph.D. http://pgedit.com/ Power Tools for PostgreSQL