Page 27 of 70

Re: Mejoras para scintilla

PostPosted: Wed Sep 30, 2015 4:29 pm
by wilsongamboa
Muchas gracias por tu tiempo en verdad aprecio tu respuesta y lo entiendo
saludos
Wilson

Re: Mejoras para scintilla

PostPosted: Wed Sep 30, 2015 4:44 pm
by cnavarro
Gracias Wilson
El esfuerzo que está suponiendo para el equipo de Fivewin adaptar totalmente a Unicode ha sido inmenso

Con un poco de suerte ( o llamalo inspiracion ) estará listo hoy
Saludos

Re: Mejoras para scintilla

PostPosted: Wed Sep 30, 2015 4:46 pm
by wilsongamboa
excelente noticia si resulta bien enseguida me actualizo
gracias a todos los que hacen ese esfuerzo en beneficio de todos nosotros
en verdad apreciamos ya que sin ello no tendremos futuro
saludos
Wilson

Re: Mejoras para scintilla

PostPosted: Wed Sep 30, 2015 5:05 pm
by cnavarro
Wilson
Te aseguro que está listo ( hombre, siempre queda algún detalle )
Lee los post en el foro de inglés
Saludos

Re: Mejoras para scintilla

PostPosted: Wed Sep 30, 2015 5:13 pm
by wilsongamboa
ok ya lo hago
saludos
Wilson

Re: Mejoras para scintilla

PostPosted: Sat Oct 10, 2015 10:05 pm
by cnavarro
------------------------- NEW VERSION ------------------------------

Readme.Txt

New: 10/10/2015

- Change Fonts of Editor ( pending ), Trees, panels right, left and bottom
- if exist, compile file .rc with the same name of .prg
- Say results of compilation or error.log
- Doubleclik over line errors / warnings in the dialog the results of compilation (memo) say the line in editor
and results ERROR.LOG, if exist
- ESC It will list of functions
Press characters, search function in the list
Double click or Enter search function in the editor

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

Re: Mejoras para scintilla

PostPosted: Mon Oct 12, 2015 2:20 am
by Marcelo Via Giglio
Cristobal,

he asociado los .prg de mi sistema a que sean abiertos con FiveEdit, y este es el error que consigo

Application
===========
Path and name: D:\b\mio\fivedit\fivedit.exe (32 bits)
Size: 4,039,680 bytes
Compiler version: Harbour 3.2.0dev (r1506171039)
FiveWin Version: FWH 15.08
Windows version: 6.2, Build 9200

Time from start: 0 hours 0 mins 0 secs
Error occurred at: 10/11/15, 22:18:53
Error description: Error BASE/1004 No existe el método: NORDEN
Args:
[ 1] = U

Stack Calls
===========
Called from: => NORDEN( 0 )
Called from: fivedit.prg => TFIVEDIT:OPENFILE( 2467 )
Called from: fivedit.prg => TFIVEDIT:NEW( 492 )
Called from: fivedit.prg => MAIN( 90 )


saludos

Marcelo Vía

Re: Mejoras para scintilla

PostPosted: Mon Oct 12, 2015 9:06 am
by cnavarro
Marcelo, gracias
Solucionado

---------------------------------------- NEW VERSION --------------------------------------

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

New: 12/10/2015

- Bug Fixed: Open File line command - Fivedit hola.prg
- Configure at Setup Open Yes/No Last Files
- Open / Save Project
- Check if the selected file to open is a project FivEdit
- Correct Sort of list functions

Re: Mejoras para scintilla

PostPosted: Mon Oct 12, 2015 9:08 am
by cnavarro
reinaldocrespo wrote:Hello everyone!

I thought I try this new editor. Is it ok to report problems to this thread? If so, here is an error.log:

To reproduce the error simply try to open a .prj project file from UltraEdit.


Code: Select all  Expand view
Application
===========
   Path and name: F:\FivEdit4\fivedit4.exe (32 bits)
   Size: 3,712,000 bytes
   Compiler version: Harbour 3.2.0dev (r1506171039)
   FiveWin  Version: FWH 15.08
   Windows version: 6.2, Build 9200

   Time from start: 0 hours 3 mins 23 secs
   Error occurred at: 09/23/15, 16:58:58
   Error description: Error BASE/1132  Bound error: array access
   Args:
     [   1] = H   {=>}
     [   2] = C   files




Reinaldo solucionado
Gracias

Re: Mejoras para scintilla

PostPosted: Thu Oct 15, 2015 12:31 pm
by cnavarro
-------------------------------- NEW VERSION ---------------------------

New: 15/10/2015

- Build with Fwh 1509
- Initial implementation of templates commands ( open: *.pvk - folder "plantillas" )
- Setup Show Datas/ClassDatas List of Functions
- Fixed show tips of names functions
- Show also Tips of Functions Source Prg Active
- Minor bugs fixed

(Readme.txt included)

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

Re: Mejoras para scintilla

PostPosted: Thu Oct 15, 2015 1:46 pm
by Baxajaun
Cristobal,

muchísimas gracias.

Saludos

Re: Mejoras para scintilla

PostPosted: Thu Oct 15, 2015 1:56 pm
by karinha
Master cNavarro, se puede usar CLEAR MEMORY ahora?

Code: Select all  Expand view

   Hb_GCall(.t.)    // Linea 73 de fivedit.prg
   CLEAR MEMORY // hace el mismo que en clipper 5.3 ?
 


Gracias, saludos.

Re: Mejoras para scintilla

PostPosted: Thu Oct 15, 2015 4:04 pm
by cnavarro

Re: Mejoras para scintilla

PostPosted: Thu Oct 15, 2015 4:17 pm
by cnavarro
Buenas tardes
FivEdit permite el uso de anotaciones asociadas a las lineas de codigo ( F9 )
Les solicito opinion de como guardar/recuperar dichas anotaciones asociadas a un .prg:
- Opciones:
1.- En un fichero adicional? (no podrias trabajar con otros editores), pero quizás sería la mejor opcion
2.- En el mismo fichero convirtiendo las anotaciones en comentarios // con un carácter adicional para diferenciarlas de los comentarios normales, pero eso penalizaría la velocidad de carga del fichero

Solicito vuestra opinion, incluso si no veis grandes ventajas en ello.

[Google Translate]
Good afternoon
FivEdit allows the use of annotations associated with the lines of code (F9)
I request feedback on saving / recalling those associated annotations to a .prg:
- Options:
1. In an additional file? (Might not work with other publishers), but it might be the best option
2. In the same file converting entries comments // with an extra character to differentiate them from normal comments, but that would penalize the loading speed of the file

I ask your opinion, even if you do not see great advantages in it.


Image

Re: Mejoras para scintilla

PostPosted: Thu Oct 15, 2015 4:26 pm
by cnavarro
He incluido la posibilidad de utilizar plantillas de codigo ( *.pvk )
Como podéis comprobar están basadas en los include .ch de Fivewin, aunque puedes crear las tuyas propias
He incluido algunos ejemplos.
Si alguien va separando los comandos, por favor que tenga la amabilidad de publicarlos o enviarmelos a mi correo


I have included the possibility of using code templates (* .puk)
As you can see they are based in .ch include FiveWin, although you can create your own
I've included some examples.
If someone goes separating the commands, please kindly post them or send them to me at my email