Page 1 of 1

Scintilla Documentation

Posted: Sun Jan 25, 2015 9:14 pm
by Pablo César
Very interesting !

http://www.scintilla.org/ScintillaDoc.html

I really wait the day to comes for HMG !

Re: Scintilla Documentation

Posted: Mon Feb 16, 2015 9:14 pm
by Italia1
Scintilla or SciTE for HMG?
Notepad++ is based on the powerful editing component Scintilla.
I don't understand very well what is Scintilla.
Regards, Italia1

Re: Scintilla Documentation

Posted: Tue Feb 17, 2015 9:40 am
by serge_girard
Pablo, It looks all nice but what benefit for us (HMG)?
Like Italia I cannot see clearly what it is.

Serge

Scintilla Documentation

Posted: Tue Feb 17, 2015 11:03 am
by Pablo César
Probably using Scintilla with dll and elaborate our own Lexer for source code editor.
Imaging to have it with auto-completion and in the future having our own framework with IDE, EDITOR and all necessary enviroment all integrated...

Scintilla allows control of syntax styling (highlighting strings), folding, markers, autocompletion and call tips.

Re: Scintilla Documentation

Posted: Tue Feb 17, 2015 11:12 am
by serge_girard
Pablo, Now I see..

Scintilla is a free source code editing component. (From http://www.scintilla.org home page)

Thanks, it would be very interesting and great!

Serge

Scintilla Documentation

Posted: Tue Feb 17, 2015 11:35 am
by Pablo César
Yes, Serge it's really good for Source codes editors and any other Text control.

For example Sci_TextToFind internal function is exactly the same shape as the Win32 structure FINDTEXTEX for old code that treated Scintilla as a RichEdit control.