Base sample with scintilla

User avatar
Antonio Linares
Site Admin
Posts: 42597
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain
Has thanked: 40 times
Been thanked: 86 times
Contact:

Re: Base sample with scintilla

Post 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 :-)
regards, saludos

Antonio Linares
www.fivetechsoft.com
AntoninoP
Posts: 375
Joined: Tue Feb 10, 2015 9:48 am
Location: Albenga, Italy
Contact:

Re: Base sample with scintilla

Post 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...
User avatar
cnavarro
Posts: 6558
Joined: Wed Feb 15, 2012 8:25 pm
Location: España
Been thanked: 3 times

Re: Base sample with scintilla

Post 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
Cristobal Navarro
Hay dos tipos de personas: las que te hacen perder el tiempo y las que te hacen perder la noción del tiempo
El secreto de la felicidad no está en hacer lo que te gusta, sino en que te guste lo que haces
AntoninoP
Posts: 375
Joined: Tue Feb 10, 2015 9:48 am
Location: Albenga, Italy
Contact:

Re: Base sample with scintilla

Post by AntoninoP »

User avatar
cnavarro
Posts: 6558
Joined: Wed Feb 15, 2012 8:25 pm
Location: España
Been thanked: 3 times

Re: Base sample with scintilla

Post by cnavarro »

I'm going to put the 4.0.3 also to use with Fivedit (samples)
Cristobal Navarro
Hay dos tipos de personas: las que te hacen perder el tiempo y las que te hacen perder la noción del tiempo
El secreto de la felicidad no está en hacer lo que te gusta, sino en que te guste lo que haces
User avatar
cnavarro
Posts: 6558
Joined: Wed Feb 15, 2012 8:25 pm
Location: España
Been thanked: 3 times

Re: Base sample with scintilla

Post 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

Cristobal Navarro
Hay dos tipos de personas: las que te hacen perder el tiempo y las que te hacen perder la noción del tiempo
El secreto de la felicidad no está en hacer lo que te gusta, sino en que te guste lo que haces
Post Reply