FiveTech Support Forums

FiveWin / Harbour / xBase community
Board index FiveWin para Harbour/xHarbour Mejoras para scintilla
Posts: 6755
Joined: Wed Feb 15, 2012 08:25 PM

Re: Mejoras para scintilla

Posted: Wed Dec 14, 2016 12:18 AM
Open Fivedit - Preferences - Select Project xHarbour



Add lib FiveHx from folder lib of Fivewin and del FiveH.lib



Save Project ( Button project tab )


Save Preferences ( button at bottom dialog )
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: Mejoras para scintilla

Posted: Wed Dec 14, 2016 12:38 AM
-------------------------------------------- NEW VERSION 14/12/2016 ------------------

https://bitbucket.org/fivetech/fivewin- ... edit53.zip

New Template project for MingW
New Template project for Harbour console
Template project XHarour fixed
Detect if document is open and modified with extern application
New: Tools - Explorer
New: Sintax for links
Only in comments lines ( // ) or inside string
This links init with |# and end with #|
Samples:

// Test Open File from URL |#openfile.https://bitbucket.org/fivetech/fivewin-contributions/downloads/demo_unrar.prg#| and others

// Test Open File |#open.D:\Fwh\Fwhteam\samples\testure.prg#| from path

// Test Open File |#opentoclip.https://bitbucket.org/fivetech/fivewin-contributions/downloads/demo_unrar.prg#| to clipboard
// After, Paste text

// Test download |#download.https://bitbucket.org/fivetech/fivewin-contributions/downloads/demo_unrar.prg#| to file in disk

// Open Explorer |#www.google.es#|

// Open Explorer |#https://www.fivetechsoft.com/english/index.php#|

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: 8523
Joined: Tue Dec 20, 2005 07:36 PM

Re: Mejoras para scintilla

Posted: Wed Dec 14, 2016 02:03 PM
Gracias Master, ahora está compilando sin problemas. Cambie el fivedit.ini y los archivos *.FIV informando los paths correctos que estaban d:\fwh\fwhteam... para C:\FWH1610 - C:\HB1610 - C:\BCC7 y listo. Many thanks.



Regards, saludos.
João Santos - São Paulo - Brasil - Phone: +55(11)95150-7341
Posts: 1286
Joined: Mon Feb 25, 2008 02:54 PM

Re: Mejoras para scintilla

Posted: Wed Dec 14, 2016 03:41 PM

Sr. Cristobal, MYSQL to EXCEL:

Time from start: 0 hours 3 mins 19 secs
Error occurred at: 14/12/2016, 13:38:29
Error description: (DOS Error -2147352567) WINOLE/1007 Erro geral do ODBC (0x800A03EC): Microsoft Excel

Stack Calls

Called from: => TOLEAUTO:REFRESH( 0 )
Called from: \FWH\FWHTEAM\SAMPLES\fivedit.prg => MYSQLEXCEL( 6200 )
Called from: .\source\classes\TFIVEDIT.PRG => (b)TFIVEDIT_MENUTOOLS( 11355 )
Called from: .\source\classes\MENU.PRG => TMENU:COMMAND( 1226 )
Called from: .\source\classes\WINDOW.PRG => TFIVEDITWND:COMMAND( 1118 )
Called from: => TWINDOW:HANDLEEVENT( 0 )
Called from: \FWH\FWHTEAM\SAMPLES\fivedit.prg => TFIVEDITWND:HANDLEEVENT( 2983 )
Called from: .\source\classes\WINDOW.PRG => _FWH( 3348 )
Called from: => WINRUN( 0 )
Called from: .\source\classes\WINDOW.PRG => TFIVEDITWND:ACTIVATE( 1074 )
Called from: .\source\classes\TFIVEDIT.PRG => TFIVEDIT:ACTIVATE( 740 )
Called from: \FWH\FWHTEAM\SAMPLES\fivedit.prg => MAIN( 105 )

ubiratanmga@gmail.com

FWH24.04
BCC7.3
HARBOUR3.2
xMate
Pelles´C
TDolphin
Posts: 6755
Joined: Wed Feb 15, 2012 08:25 PM

Re: Mejoras para scintilla

Posted: Wed Dec 14, 2016 03:57 PM

1.- The whole issue of databases is not yet finished
2.- Please, describe step by step the actions taken until the error

------------------------------------ EDIT -----------------------------
Sorry, Are test functions performed on my MySql server
The error is produced because it does not have the database I use

Surely the next version includes this function and you can select the database
Thanks

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: 8523
Joined: Tue Dec 20, 2005 07:36 PM

Re: Mejoras para scintilla

Posted: Wed Dec 14, 2016 05:24 PM
// TESTOPEN1.PRG - Abre direto do Editor do Fivedit.exe - Thanks mister Navarro.

Code (fw): Select all Collapse
// Test Open File from URL |#openfile.<!-- m --><a class="postlink" href="https://bitbucket.org/fivetech/fivewin-contributions/downloads/demo_unrar.prg#|">https://bitbucket.org/fivetech/fivewin- ... nrar.prg#|</a><!-- m --> and others tests

// Test Open File |#open.c:\Fwh1610\samples\testure.prg#| from path change your path and file

// Test Open File |#opentoclip.<!-- m --><a class="postlink" href="https://bitbucket.org/fivetech/fivewin-contributions/downloads/demo_unrar.prg#|">https://bitbucket.org/fivetech/fivewin- ... nrar.prg#|</a><!-- m --> to clipboard

// Test download |#download.<!-- m --><a class="postlink" href="https://bitbucket.org/fivetech/fivewin-contributions/downloads/demo_unrar.prg#|">https://bitbucket.org/fivetech/fivewin- ... nrar.prg#|</a><!-- m --> to file in disk

// Open Explorer |#www.google.es#| 

// Open Explorer |#https://www.fivetechsoft.com/english/index.php#|





Saludos.
João Santos - São Paulo - Brasil - Phone: +55(11)95150-7341
Posts: 8523
Joined: Tue Dec 20, 2005 07:36 PM

Re: Mejoras para scintilla

Posted: Wed Dec 14, 2016 05:32 PM
Very good!! Ahi, me gusta bastante!!



Saludos
João Santos - São Paulo - Brasil - Phone: +55(11)95150-7341
Posts: 8523
Joined: Tue Dec 20, 2005 07:36 PM

Re: Mejoras para scintilla

Posted: Wed Dec 14, 2016 05:48 PM
Acesso direto ao forum via fivedit.exe. very good mister Navarro.



Saludos.
João Santos - São Paulo - Brasil - Phone: +55(11)95150-7341
Posts: 8523
Joined: Tue Dec 20, 2005 07:36 PM

Re: Mejoras para scintilla

Posted: Wed Dec 14, 2016 06:11 PM
Downloads: Harbour ó xHarbour



Salduso.
João Santos - São Paulo - Brasil - Phone: +55(11)95150-7341
Posts: 8523
Joined: Tue Dec 20, 2005 07:36 PM

Re: Mejoras para scintilla

Posted: Wed Dec 14, 2016 06:17 PM
Enviando email, very good mister Navarro.



Saludos.
João Santos - São Paulo - Brasil - Phone: +55(11)95150-7341
Posts: 117
Joined: Mon Aug 13, 2007 05:22 PM

Re: Mejoras para scintilla

Posted: Thu Dec 15, 2016 06:50 PM

From which version of five does it work?

Marcelo Ferro da Silveira

Fwh14.04/xHarbour 1.2.3 Simplex / Bcc582 / Pelles 8

SqlLib /xMate/WS
Posts: 6755
Joined: Wed Feb 15, 2012 08:25 PM

Re: Mejoras para scintilla

Posted: Thu Dec 15, 2016 07:04 PM
marca wrote:From which version of five does it work?


With all
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: Mejoras para scintilla

Posted: Thu Dec 15, 2016 11:59 PM
------------------------------- NEW VERSION 16/12/2016 -----------------------

Message "Re-read the File ?" in option "Save File as" ----------------------> now not, FIXED

https://bitbucket.org/fivetech/fivewin- ... ivedit.exe
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: 400
Joined: Tue Oct 16, 2007 05:51 PM

Re: Mejoras para scintilla

Posted: Fri Dec 16, 2016 04:46 AM

Cristobal,

Se ve muy bien, gran trabajo, felicitaciones !!!

Se podran importar proyectos desde U'Estudio ?

Saludos,
Regards,

Albeiro Valencia
www.avcsistemas.com
Posts: 6755
Joined: Wed Feb 15, 2012 08:25 PM

Re: Mejoras para scintilla

Posted: Fri Dec 16, 2016 12:26 PM

Si me envias un proyecto veo como implementarlo

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