[scite] a VB module to interface to Scintilla, and a lua script to make it

2006-07-11 Thread April White
Some time ago I downloaded a VB example of an interface to Scintilla. I recently realized that this example was missing many of the constants and such from Scintilla.iface. Not having Python on my PC, updating the HFacer.py script was fruitless, so I wrote an equivalent one in Lua. This

[scite] Spell Check dll

2006-07-11 Thread future . com
Dear All I have downloaded a SpellCheck program written in VB and avilable as a dll on http://www.developerfusion.co.uk/show/337/2/ and want to use it with SciTE. Probably some thing like : command.4.*=RUNDLL32.EXE $(SciteDefaultHome)\vbwSpellCheck.dll may work. However I

[scite] Re: a VB module to interface to Scintilla, and a lua script to make it

2006-07-11 Thread Philippe Lhoste
April White wrote: Some time ago I downloaded a VB example of an interface to Scintilla. I recently realized that this example was missing many of the constants and such from Scintilla.iface. Not having Python on my PC, updating the HFacer.py script was fruitless, so I wrote an equivalent

[scite] Re: Copy File Name option

2006-07-11 Thread Bruce Dodson
Easily done with Lua: command.name.1.*=File Name to Output command.mode.1.*=subsystem:lua,savebefore:no command.1.*=dostring print(props.FilePath) Cheers, Bruce Yury Dubinsky [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] I have an additional suggestion. It's nice to copy file