For Everyone Who Uses Scite For Write Scripts: Api File For Scite

I wrote program which transform renoise documentation to scite api file (needed for autocomplete and tips)
That is it: RenoiseLua.api

Place RenoiseLua.api to Scite/api folder
and in lua.properties for

  
api.$(file.patterns.lua)=.....  

add

  
;$(SciteDefaultHome)\api\LuaRenoise.api"  

at end of string

For these who interested, I attach transformer too: RenoiseLuaApiTransformer.java

Any suggestions and bug reports are welcome.

Hope this help to write scripts faster.