Volkan Civelek wrote: > the only thing that i couldn't figured out is; > when you type an open brace lets say { > it auto completes and closes the brace } > > do you know how can i disable this feature in scite? > i couldn't find it somehow.. > > thanks, > -v In macros.lua, ruby.lua, etc. the OnChar function has what you are looking to remove. -Mitchell;