Page 2 of 2

Re: Base sample with scintilla

PostPosted: Wed Mar 21, 2018 4:08 pm
by Antonio Linares
Antonino,

Could you provide a url to download the DLL ?

If you send it to me I will upload it to bitbucket and share it :-)

Re: Base sample with scintilla

PostPosted: Wed Mar 21, 2018 4:52 pm
by AntoninoP
I downloaded the source code from http://www.scintilla.org/ScintillaDownload.html and compiled it.
When I have a little more time i will compile the 64bit version and upload it somewhere...

Re: Base sample with scintilla

PostPosted: Thu Mar 22, 2018 10:37 am
by cnavarro
DLLs with all Lexers
For 32 bits
https://bitbucket.org/fivetech/fivewin- ... ll_X86.dll

For 64 bits
https://bitbucket.org/fivetech/fivewin- ... Dll_64.dll

Please rename to SciLexer.Dll ( X86 ) and SciLex64.Dll ( 64 ) for use with TScintilla

Re: Base sample with scintilla

PostPosted: Thu Mar 22, 2018 10:59 am
by AntoninoP

Re: Base sample with scintilla

PostPosted: Thu Mar 22, 2018 11:02 am
by cnavarro
I'm going to put the 4.0.3 also to use with Fivedit (samples)

Re: Base sample with scintilla

PostPosted: Fri Mar 23, 2018 11:58 pm
by cnavarro
Mr Antonino, in your code ( not important )


SCI_SETSTYLEBITS(int bits) Deprecated
SCI_GETSTYLEBITS → int Deprecated
SCI_GETSTYLEBITSNEEDED → int Deprecated
INDIC0_MASK, INDIC1_MASK, INDIC2_MASK, INDICS_MASK Deprecated
Scintilla no longer supports style byte indicators. The last version to support style byte indicators was 3.4.2
SCI_GETSTYLEBITS and SCI_GETSTYLEBITSNEEDED always return 8, indicating that 8 bits are used for styling and there are 256 styles