Python Editor or IDE ActiveX control

Michel Claveau - MVP enleverLesX_XXmcX at XmclavXeauX.com.invalid
Fri Aug 27 01:55:11 EDT 2010


Hi!

Scintilla come like a "control" (a piece for a window), raleted to the
file SciLexer.DLL
For call the scintilla-componant, use "messages". Example :
   SendMessage(Sci, SCI_GOTOLINE, line, 0)
For the constant SCI_GOTOLINE, I suggest  scintillacon.py, include in
Pywin32.

@-salutations
-- 
Michel Claveau 



More information about the Python-list mailing list