Mejoras para scintilla

User avatar
cnavarro
Posts: 5792
Joined: Wed Feb 15, 2012 8:25 pm
Location: España

Re: Mejoras para scintilla

Post by cnavarro »

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
C. Navarro
Hay dos tipos de personas: las que te hacen perder el tiempo y las que te hacen perder la noción del tiempo
Si alguien te dice que algo no se puede hacer, recuerda que esta hablando de sus limitaciones, no de las tuyas.
User avatar
cnavarro
Posts: 5792
Joined: Wed Feb 15, 2012 8:25 pm
Location: España

Re: Mejoras para scintilla

Post by cnavarro »

-------------------------------------------- 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- ... _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- ... _unrar.prg#| to clipboard
// After, Paste text

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

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

// Open Explorer |#https://www.fivetechsoft.com/english/index.php#|
C. Navarro
Hay dos tipos de personas: las que te hacen perder el tiempo y las que te hacen perder la noción del tiempo
Si alguien te dice que algo no se puede hacer, recuerda que esta hablando de sus limitaciones, no de las tuyas.
User avatar
karinha
Posts: 4882
Joined: Tue Dec 20, 2005 7:36 pm
Location: São Paulo - Brasil

Re: Mejoras para scintilla

Post by karinha »

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
MGA
Posts: 1219
Joined: Mon Feb 25, 2008 2:54 pm
Location: Brasil/PR/Maringá
Contact:

Re: Mejoras para scintilla

Post by MGA »

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

FWH17.04
FWPPC
Harbour/xHarbour
xMate
Pelles´C
TDolphin
User avatar
cnavarro
Posts: 5792
Joined: Wed Feb 15, 2012 8:25 pm
Location: España

Re: Mejoras para scintilla

Post by cnavarro »

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
C. Navarro
Hay dos tipos de personas: las que te hacen perder el tiempo y las que te hacen perder la noción del tiempo
Si alguien te dice que algo no se puede hacer, recuerda que esta hablando de sus limitaciones, no de las tuyas.
User avatar
karinha
Posts: 4882
Joined: Tue Dec 20, 2005 7:36 pm
Location: São Paulo - Brasil

Re: Mejoras para scintilla

Post by karinha »

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

Code: Select all

// Test Open File from URL |#openfile.https://bitbucket.org/fivetech/fivewin-contributions/downloads/demo_unrar.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-contributions/downloads/demo_unrar.prg#| to clipboard

// 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#|
 
Image


Saludos.
João Santos - São Paulo - Brasil
User avatar
karinha
Posts: 4882
Joined: Tue Dec 20, 2005 7:36 pm
Location: São Paulo - Brasil

Re: Mejoras para scintilla

Post by karinha »

Very good!! Ahi, me gusta bastante!!

Image

Saludos
João Santos - São Paulo - Brasil
User avatar
karinha
Posts: 4882
Joined: Tue Dec 20, 2005 7:36 pm
Location: São Paulo - Brasil

Re: Mejoras para scintilla

Post by karinha »

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

Image

Saludos.
João Santos - São Paulo - Brasil
User avatar
karinha
Posts: 4882
Joined: Tue Dec 20, 2005 7:36 pm
Location: São Paulo - Brasil

Re: Mejoras para scintilla

Post by karinha »

Downloads: Harbour ó xHarbour

Image

Salduso.
João Santos - São Paulo - Brasil
User avatar
karinha
Posts: 4882
Joined: Tue Dec 20, 2005 7:36 pm
Location: São Paulo - Brasil

Re: Mejoras para scintilla

Post by karinha »

Enviando email, very good mister Navarro.

Image

Saludos.
João Santos - São Paulo - Brasil
marca
Posts: 104
Joined: Mon Aug 13, 2007 5:22 pm
Location: Brazil
Contact:

Re: Mejoras para scintilla

Post by marca »

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

Re: Mejoras para scintilla

Post by cnavarro »

marca wrote:From which version of five does it work?
With all
C. Navarro
Hay dos tipos de personas: las que te hacen perder el tiempo y las que te hacen perder la noción del tiempo
Si alguien te dice que algo no se puede hacer, recuerda que esta hablando de sus limitaciones, no de las tuyas.
User avatar
cnavarro
Posts: 5792
Joined: Wed Feb 15, 2012 8:25 pm
Location: España

Re: Mejoras para scintilla

Post by cnavarro »

------------------------------- 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
C. Navarro
Hay dos tipos de personas: las que te hacen perder el tiempo y las que te hacen perder la noción del tiempo
Si alguien te dice que algo no se puede hacer, recuerda que esta hablando de sus limitaciones, no de las tuyas.
User avatar
albeiroval
Posts: 323
Joined: Tue Oct 16, 2007 5:51 pm
Location: Barquisimeto - Venezuela

Re: Mejoras para scintilla

Post by albeiroval »

Cristobal,

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

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

Albeiro Valencia
www.avcsistemas.com
User avatar
cnavarro
Posts: 5792
Joined: Wed Feb 15, 2012 8:25 pm
Location: España

Re: Mejoras para scintilla

Post by cnavarro »

Si me envias un proyecto veo como implementarlo
C. Navarro
Hay dos tipos de personas: las que te hacen perder el tiempo y las que te hacen perder la noción del tiempo
Si alguien te dice que algo no se puede hacer, recuerda que esta hablando de sus limitaciones, no de las tuyas.
Post Reply