Introducing FiveTech's fivedit

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

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
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: 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
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: 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
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: 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
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: 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
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: 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
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
AngelSalom
Posts: 664
Joined: Fri Oct 07, 2005 7:38 am
Location: Vinaros (Castellón ) - España
Contact:

Re: Introducing FiveTech's fivedit

Post by AngelSalom »

:shock: :shock: No dejas de asombrarme Cristóbal, bravo.
Angel Salom
http://www.visionwin.com
---------------------------------------------
fwh 19.05 - harbour 3.2 - bcc 7.0
User avatar
cnavarro
Posts: 5792
Joined: Wed Feb 15, 2012 8:25 pm
Location: España

Re: Introducing FiveTech's fivedit

Post by cnavarro »

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

https://bitbucket.org/fivetech/fivewin- ... IVEDIT.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
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.
AntoninoP
Posts: 347
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: 5792
Joined: Wed Feb 15, 2012 8:25 pm
Location: España

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
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.
AntoninoP
Posts: 347
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_har ... lasses.prg.
My extension can't do it because is written in Javascript and is multiplatform
User avatar
cnavarro
Posts: 5792
Joined: Wed Feb 15, 2012 8:25 pm
Location: España

Re: Introducing FiveTech's fivedit

Post by cnavarro »

----------------------------------- NEW VERSION 10/07/2019 --------------------------
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
cnavarro
Posts: 5792
Joined: Wed Feb 15, 2012 8:25 pm
Location: España

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
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: Introducing FiveTech's fivedit

Post by cnavarro »

--------------------------------------- NEW VERSION 01/08/2019 -----------------------------
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
cnavarro
Posts: 5792
Joined: Wed Feb 15, 2012 8:25 pm
Location: España

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
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