Doyle Whisenant wrote:

Thank you, April, I appreciate it. One question, though. What is "udl_Separator"? User Defined List seperator?

I knew I forgot something. :-)

at the top:

local udl_Separator; -- this is the American spelling

local function udl_Initialize()
   if editor and not udl_Separator then
udl_Separator = string.char(editor.AutoCSeparator); -- this is the American spelling
       editor.AutoCMaxHeight = 10
   end
end

function OnClear()
   udl_Initialize()
   return false;
end

for 99.999 of all UDL use, the seperator from SciTE suffices. It think it is a space, so if your UDL uses spaces, change this

April

--
Cats are rather delicate creatures and they are subject to a good many 
ailments, but I never heard of one who suffered from insomnia.
Joseph Wood Krutch

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

Reply via email to