Hi,

(1) Is there a way (short of Lua) to get Scite to begin with the
active focus on buffer #1, even if there is there more than one file
loaded at startup? (current behavior as of v1.72 seems to be to focus
on the last buffer loaded.)
I don't think so.


(2) If not, is there a lua function which accomplishes "view buffer n"
(perhaps triggering one or more events; I don't care)? I can't seem to
find the answer to this amidst the available documention, lua-users
wiki, etc.
Neil has mentioned the possibility of incorporating a few extra Lua Extension functions I have written, namely scite.SwitchToBuffer(), however I don't believe they are in CVS yet. You can download my copy of the modified LuaExtension.cxx at:
http://scite-tools.googlecode.com/svn/src/scite/src/LuaExtension.cxx
and recompile SciTE with it.
From the README:
  scite.SwitchToBuffer([int] index)
    Switches to the buffer specified by index

Take care,
-Mitchell;


Thanks for any help, GF

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

Reply via email to