Greg Johnstone wrote: > When I open a large docbook in the XML editor the first thing I do is > collapse all the chapters, so all I see is a list of chapter headings. > > This makes it much easier to move quickly to different parts of the > document. > > It would be nice to have a button to do this in one click, or better, > remember that I did this last time.
Remembering what you did last time cannot be implemented simply and elegantly. We'll try to implement a flexible command which can be used to collapse, expand, collapse all, expand all, toggle collapse, etc, the view of an element. Using this command, it will be possible to add a button to the toolbar and/or an entry in a menu and/or a keyboard shortcut (already requested by another user). Note that, given the way collapse/expand is implemented in XXE, we are not 100% sure that such a command can be implemented. However, we'll try to do it.

