Introducing FiveTech's fivedit

User avatar
cnavarro
Posts: 6557
Joined: Wed Feb 15, 2012 8:25 pm
Location: España
Been thanked: 3 times

Re: Introducing FiveTech's fivedit

Post by cnavarro »

-------------------------------------------- NEW VERSION 14/04/2019 --------------------------------------

https://bitbucket.org/fivetech/fivewin- ... IVEDIT.EXE

Bug fixed: selection Themes -> Preferences - General
Added and fixed: set parameters for execute 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: 6557
Joined: Wed Feb 15, 2012 8:25 pm
Location: España
Been thanked: 3 times

Re: Introducing FiveTech's fivedit

Post by cnavarro »

---------------------------------------- NEW VERSION 20/04/2019 --------------------------------

- New: Now allows to save the marks defined by the user and restore the marks when opening the file

https://bitbucket.org/fivetech/fivewin- ... IVEDIT.EXE

Remember that with F11 and F12 you move through the different brands (next and previous)
And with ALT + F12 all the marks are eliminated
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: 6557
Joined: Wed Feb 15, 2012 8:25 pm
Location: España
Been thanked: 3 times

Re: Introducing FiveTech's fivedit

Post by cnavarro »

---------------------------------------- NEW VERSION 22/05/2019 ---------------------------

https://bitbucket.org/fivetech/fivewin- ... IVEDIT.EXE

- Minor bugs fixed
- Added SHIFT + F4 and SHIFT + F11 execute PRGS in ( localhost ): new Harbour for web
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: 6557
Joined: Wed Feb 15, 2012 8:25 pm
Location: España
Been thanked: 3 times

Re: Introducing FiveTech's fivedit

Post by cnavarro »

--------------------------------------- NEW VERSION 24/05/2019 ----------------------------

https://bitbucket.org/fivetech/fivewin- ... IVEDIT.EXE

Added in menu Run ( ejecutar )
- Run actual file from other url ( not localhost ): ALT+Q or ALT+R
- Run any file from url: ALT+A or ALT+F
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: 6557
Joined: Wed Feb 15, 2012 8:25 pm
Location: España
Been thanked: 3 times

Re: Introducing FiveTech's fivedit

Post by cnavarro »

------------------------------------------ NEW VERSION: 25/05/2019 ------------------------------

https://bitbucket.org/fivetech/fivewin- ... IVEDIT.EXE

- Changed ALT+F y ALT+A por ALT+Z y ALT+N
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: 6557
Joined: Wed Feb 15, 2012 8:25 pm
Location: España
Been thanked: 3 times

Re: Introducing FiveTech's fivedit

Post by cnavarro »

Y, en breve publicaré la nueva versión con soporte GitHub, en remoto, para el control de versiones

And, shortly I will publish the new version with GitHub support, remotely, for version control

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
AngelSalom
Posts: 727
Joined: Fri Oct 07, 2005 7:38 am
Location: Benicarló (Castellón ) - España
Has thanked: 1 time
Contact:

Re: Introducing FiveTech's fivedit

Post by AngelSalom »

:shock: :shock: No dejas de asombrarme Cristóbal, bravo.
Angel Salom
Visionwin Software - https://www.visionwin.com
------------------------------------------------------------
fwh 19.05 - harbour 3.2 - bcc 7.4
User avatar
cnavarro
Posts: 6557
Joined: Wed Feb 15, 2012 8:25 pm
Location: España
Been thanked: 3 times

Re: Introducing FiveTech's fivedit

Post by cnavarro »

------------------------------------ NEW VERSION 28/06/2019 --------------------------------------

https://bitbucket.org/fivetech/fivewin-contributions/downloads/FIVEDIT.EXE

- Minor bugs fixed.
- Methods and Datas explorer added to objects defined by their class or by command.
Sample:
if you write:
oBrw := TXBrowse():New( ..... )

when you write ( : ), oBrw:, list with all methods and datas of this object is shown

Other possibility:
if you write:
DEFINE WINDOW oWnd .......

when you write ( : ), oWnd:, list with all methods and datas of this object is shown


- Initial Github repository management support
( Please look image in previous post. )

- Execution of prgs in the browser (Chrome, IE, etc.), compatible with mod_harbour

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
AntoninoP
Posts: 375
Joined: Tue Feb 10, 2015 9:48 am
Location: Albenga, Italy
Contact:

Re: Introducing FiveTech's fivedit

Post by AntoninoP »

cnavarro wrote:- Methods and Datas explorer added to objects defined by their class or by command.
Sample:
if you write:
oBrw := TXBrowse():New( ..... )

when you write ( : ), oBrw:, list with all methods and datas of this object is shown

Other possibility:
if you write:
DEFINE WINDOW oWnd .......

when you write ( : ), oWnd:, list with all methods and datas of this object is shown


How it is possible? if the class is defined in a library?
User avatar
cnavarro
Posts: 6557
Joined: Wed Feb 15, 2012 8:25 pm
Location: España
Been thanked: 3 times

Re: Introducing FiveTech's fivedit

Post by cnavarro »

AntoninoP wrote:How it is possible? if the class is defined in a library?


Good question
Explain an example of what you are saying, please, maybe we can find a solution.

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
AntoninoP
Posts: 375
Joined: Tue Feb 10, 2015 9:48 am
Location: Albenga, Italy
Contact:

Re: Introducing FiveTech's fivedit

Post by AntoninoP »

I think your editor uses a mix of code parsing and library extraction like https://github.com/FiveTechSoft/mod_harbour/blob/master/samples/classes.prg.
My extension can't do it because is written in Javascript and is multiplatform
User avatar
cnavarro
Posts: 6557
Joined: Wed Feb 15, 2012 8:25 pm
Location: España
Been thanked: 3 times

Re: Introducing FiveTech's fivedit

Post by cnavarro »

----------------------------------- NEW VERSION 10/07/2019 --------------------------
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: 6557
Joined: Wed Feb 15, 2012 8:25 pm
Location: España
Been thanked: 3 times

Re: Introducing FiveTech's fivedit

Post by cnavarro »

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

https://bitbucket.org/fivetech/fivewin- ... IVEDIT.EXE

- Allow select multiple files ( > 10 ) when create project or add items into project
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: 6557
Joined: Wed Feb 15, 2012 8:25 pm
Location: España
Been thanked: 3 times

Re: Introducing FiveTech's fivedit

Post by cnavarro »

--------------------------------------- NEW VERSION 01/08/2019 -----------------------------
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: 6557
Joined: Wed Feb 15, 2012 8:25 pm
Location: España
Been thanked: 3 times

Re: Introducing FiveTech's fivedit

Post by cnavarro »

-------------------------------------------------- NEW VERSION 24/09/2019 ---------------------------------------------

https://bitbucket.org/fivetech/fivewin- ... IVEDIT.EXE

- Save and Restore credentials for Github
- Error doubleclick xbrowses: fixed

Files configuration:
https://bitbucket.org/fivetech/fivewin- ... nstall.zip


New Slack for FivEdit
Use this link for join

https://join.slack.com/t/fivedit/shared ... TY1YTQ5OWY
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
Post Reply