FiveTech Support Forums

FiveWin / Harbour / xBase community
Board index FiveWin for Harbour/xHarbour Base sample with scintilla
Posts: 44158
Joined: Thu Oct 06, 2005 05:47 PM
Re: Base sample with scintilla
Posted: Wed Mar 21, 2018 04:08 PM

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
Posts: 375
Joined: Tue Feb 10, 2015 09:48 AM
Re: Base sample with scintilla
Posted: Wed Mar 21, 2018 04:52 PM
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...
Posts: 6755
Joined: Wed Feb 15, 2012 08:25 PM
Re: Base sample with scintilla
Posted: Thu Mar 22, 2018 10:37 AM

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
Posts: 375
Joined: Tue Feb 10, 2015 09:48 AM
Re: Base sample with scintilla
Posted: Thu Mar 22, 2018 10:59 AM
Posts: 6755
Joined: Wed Feb 15, 2012 08:25 PM
Re: Base sample with scintilla
Posted: Thu Mar 22, 2018 11:02 AM

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
Posts: 6755
Joined: Wed Feb 15, 2012 08:25 PM
Re: Base sample with scintilla
Posted: Fri Mar 23, 2018 11:58 PM
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

Continue the discussion