|
Title: Lua auto-completion file for Notepad++ Post by: dcarrigg on March 22, 2011, 08:56:17 AM Hey Guys,
I couldn't find a Lua auto-completion file for Notepad++, so I made one. I figured some people here may be interested in it. If anyone here uses Notepad++ for Lua scripting, then it'll probably help you out a bit. http://retroaffect.com/blog/190/A_Lua_Language_File_for_Notepad__/#b -Dave Title: Re: Lua auto-completion file for Notepad++ Post by: Makai on March 22, 2011, 12:36:20 PM Good stuff! :handthumbsupL: ;D
I always end up running back to my reference material when I can't remember the exact name of a function. If you're not sure about how to display functions that car return different types of data I'd suggest just leaving the retVal attributes as a null string and describe what the function returns in its description as the current "void" return values might be a tad confusing. Just my two cents on it! |