Piotr Fusik:

> What's that z-order buffer switching thing?
> First time I saw it, I misread it as "z-buffer" (3D text editor?). :-)

   Z-order means remembering the order in which buffers are activated
and switching between them in that order.  This makes it easy to
switch to recently used buffers. This is what the windowing system
does for Alt+Tab. At one stage a poor implementation of this was added
to SciTE but I took it out because it is buggy.

> You can keep a filelist in the output pane, in a format
> acceptable by double-click.
> How about adding a SciTE command to put the current filename
> and cursor position in the output pane?
> It seems trivial to implement, and it would work as cross-file
> cross-directory bookmarks.

   This does not look like something that deserves to be in the basic
download of SciTE. Perhaps it could be done as a script.

   Neil

_______________________________________________
Scite-interest mailing list
[email protected]
http://mailman.lyra.org/mailman/listinfo/scite-interest

Reply via email to