On Thu, 08 Feb 2007 18:23:24 -0500, mitchell <[EMAIL PROTECTED]> wrote:
>Hi, > > > Hello, two things, I would like to know! ;) > > > > 1) > > a) Is it possible to only bind lua scripts to keyboard shortcuts >without showing them in the > > SciTE tools menu? (I didn't accomplish that). >Not in the current SciTE implementation, but you can with my keys.lua >implementation (utilizes a new OnKey Lua extension): > http://caladbolg.net/scite.php#keys > Hi mitchell, cool, thank you! Great Site. > > b) Is it somehow possible to use another menu (not tools for a lua >script? >No Ok. > > > > > 2) Show user list: > > Is it possible to have the listbox bigger and center it in the >middle of the editing area or at the top? >You can make it bigger by setting the AutoCMaxHeight and AutoCMaxWidth >properties. Aha. >By default I believe the listbox is displayed at the cursor position and > cannot be put elsewhere. > > > What properties can I control in the UserList? >In src/scintilla/include/Scintilla.iface: > > fun void AutoCShow=2100(int lenEntered, string itemList) >[...] > get int AutoCGetMaxHeight=2211(,) > Thank you very much! One little question, maybe you know by chance, I got no answer until now from the second question in the thread "Numpad key as shortcut" (Keypad shortcuts on linux; apparently only KeypadPlus and KeyPadMinus ist working(?)) I just discovered, hat KeypadMultiply|IDM_UNDO|\ KeypadDivide|IDM_REDO| is only woking on windows, but not on linux. This entries are simply ignored, und redo and undo stays on ctrl-y and ctrl-z. -- Franz Steinhaeusler _______________________________________________ Scite-interest mailing list [email protected] http://mailman.lyra.org/mailman/listinfo/scite-interest
