Mejoras para scintilla

Re: Mejoras para scintilla

Postby cnavarro » Wed Dec 14, 2016 12:18 am

Open Fivedit - Preferences - Select Project xHarbour

Image

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

Image

Save Project ( Button project tab )
Image

Save Preferences ( button at bottom dialog )
Image
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: 6500
Joined: Wed Feb 15, 2012 8:25 pm
Location: España

Re: Mejoras para scintilla

Postby cnavarro » 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
User avatar
cnavarro
 
Posts: 6500
Joined: Wed Feb 15, 2012 8:25 pm
Location: España

Re: Mejoras para scintilla

Postby karinha » Wed Dec 14, 2016 2: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.

Image

Regards, saludos.
João Santos - São Paulo - Brasil - Phone: +55(11)95150-7341
User avatar
karinha
 
Posts: 7184
Joined: Tue Dec 20, 2005 7:36 pm
Location: São Paulo - Brasil

Re: Mejoras para scintilla

Postby MGA » Wed Dec 14, 2016 3: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

FWH18.02
FWPPC
Harbour/xHarbour
xMate
Pelles´C
TDolphin
MGA
 
Posts: 1234
Joined: Mon Feb 25, 2008 2:54 pm
Location: Brasil/PR/Maringá

Re: Mejoras para scintilla

Postby cnavarro » Wed Dec 14, 2016 3: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
User avatar
cnavarro
 
Posts: 6500
Joined: Wed Feb 15, 2012 8:25 pm
Location: España

Re: Mejoras para scintilla

Postby karinha » Wed Dec 14, 2016 5:24 pm

// TESTOPEN1.PRG - Abre direto do Editor do Fivedit.exe - Thanks mister Navarro.

Code: Select all  Expand view

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

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

// Test Open File |#opentoclip.https://bitbucket.org/fivetech/fivewin- ... nrar.prg#| to clipboard

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

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

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


Image


Saludos.
João Santos - São Paulo - Brasil - Phone: +55(11)95150-7341
User avatar
karinha
 
Posts: 7184
Joined: Tue Dec 20, 2005 7:36 pm
Location: São Paulo - Brasil

Re: Mejoras para scintilla

Postby karinha » Wed Dec 14, 2016 5:32 pm

Very good!! Ahi, me gusta bastante!!

Image

Saludos
João Santos - São Paulo - Brasil - Phone: +55(11)95150-7341
User avatar
karinha
 
Posts: 7184
Joined: Tue Dec 20, 2005 7:36 pm
Location: São Paulo - Brasil

Re: Mejoras para scintilla

Postby karinha » Wed Dec 14, 2016 5:48 pm

Acesso direto ao forum via fivedit.exe. very good mister Navarro.

Image

Saludos.
João Santos - São Paulo - Brasil - Phone: +55(11)95150-7341
User avatar
karinha
 
Posts: 7184
Joined: Tue Dec 20, 2005 7:36 pm
Location: São Paulo - Brasil

Re: Mejoras para scintilla

Postby karinha » Wed Dec 14, 2016 6:11 pm

Downloads: Harbour ó xHarbour

Image

Salduso.
João Santos - São Paulo - Brasil - Phone: +55(11)95150-7341
User avatar
karinha
 
Posts: 7184
Joined: Tue Dec 20, 2005 7:36 pm
Location: São Paulo - Brasil

Re: Mejoras para scintilla

Postby karinha » Wed Dec 14, 2016 6:17 pm

Enviando email, very good mister Navarro.

Image

Saludos.
João Santos - São Paulo - Brasil - Phone: +55(11)95150-7341
User avatar
karinha
 
Posts: 7184
Joined: Tue Dec 20, 2005 7:36 pm
Location: São Paulo - Brasil

Re: Mejoras para scintilla

Postby marca » Thu Dec 15, 2016 6: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
marca
 
Posts: 116
Joined: Mon Aug 13, 2007 5:22 pm
Location: Brazil

Re: Mejoras para scintilla

Postby cnavarro » Thu Dec 15, 2016 7: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
User avatar
cnavarro
 
Posts: 6500
Joined: Wed Feb 15, 2012 8:25 pm
Location: España

Re: Mejoras para scintilla

Postby cnavarro » 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
User avatar
cnavarro
 
Posts: 6500
Joined: Wed Feb 15, 2012 8:25 pm
Location: España

Re: Mejoras para scintilla

Postby albeiroval » Fri Dec 16, 2016 4:46 am

Cristobal,

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

Se podran importar proyectos desde U'Estudio ?
Saludos,
Regards,

Albeiro Valencia
www.avcsistemas.com
User avatar
albeiroval
 
Posts: 359
Joined: Tue Oct 16, 2007 5:51 pm
Location: Barquisimeto - Venezuela

Re: Mejoras para scintilla

Postby cnavarro » 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
User avatar
cnavarro
 
Posts: 6500
Joined: Wed Feb 15, 2012 8:25 pm
Location: España

PreviousNext

Return to FiveWin para Harbour/xHarbour

Who is online

Users browsing this forum: No registered users and 11 guests