mozers:
Storing bookmarks and folds in session files works very well. IMHO if SciTE Director Interface will have the command "addsession:<path>" (it is similar to "loadsession:<path>" and "savesession:<path>"), that allows to add previously saved session to current session then it will be very convenient and necessary.
This doesn't appear to me to be a common use case. I can understand using sessions for accessing the files in a project or area of work and then wanting to work in two areas at once but merging the sessions then loses the individual session's identities: you can't save the session except as merged. Using two instances of SciTE, instead, preserves each session. Its simple enough to implement, mainly by not calling CloseAllBuffers in LoadSession and then ensuring SetDocumentAt is called with a sensible value, possibly by remembering the name of the file that is current rather than position. It should also have a policy on what to do with files in the session that are already open. Neil _______________________________________________ Scite-interest mailing list [email protected] http://mailman.lyra.org/mailman/listinfo/scite-interest
