Introducing FiveTech's fivedit

Re: Introducing FiveTech's fivedit

Postby cnavarro » Sun Apr 14, 2019 3:15 pm

-------------------------------------------- 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: 6515
Joined: Wed Feb 15, 2012 8:25 pm
Location: España

Re: Introducing FiveTech's fivedit

Postby cnavarro » Sat Apr 20, 2019 7:19 pm

---------------------------------------- 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: 6515
Joined: Wed Feb 15, 2012 8:25 pm
Location: España

Re: Introducing FiveTech's fivedit

Postby cnavarro » Wed May 22, 2019 10:13 pm

---------------------------------------- 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: 6515
Joined: Wed Feb 15, 2012 8:25 pm
Location: España

Re: Introducing FiveTech's fivedit

Postby cnavarro » Fri May 24, 2019 6:07 pm

--------------------------------------- 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: 6515
Joined: Wed Feb 15, 2012 8:25 pm
Location: España

Re: Introducing FiveTech's fivedit

Postby cnavarro » Sat May 25, 2019 9:40 am

------------------------------------------ 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: 6515
Joined: Wed Feb 15, 2012 8:25 pm
Location: España

Re: Introducing FiveTech's fivedit

Postby cnavarro » Tue Jun 04, 2019 11:20 am

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

Re: Introducing FiveTech's fivedit

Postby AngelSalom » Tue Jun 04, 2019 1:44 pm

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

Re: Introducing FiveTech's fivedit

Postby cnavarro » Thu Jun 27, 2019 10:59 pm

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

Re: Introducing FiveTech's fivedit

Postby AntoninoP » Fri Jun 28, 2019 11:00 am

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

Re: Introducing FiveTech's fivedit

Postby cnavarro » Fri Jun 28, 2019 2:18 pm

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

Re: Introducing FiveTech's fivedit

Postby AntoninoP » Mon Jul 01, 2019 7:16 am

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

Re: Introducing FiveTech's fivedit

Postby cnavarro » Wed Jul 10, 2019 4:56 pm

----------------------------------- 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: 6515
Joined: Wed Feb 15, 2012 8:25 pm
Location: España

Re: Introducing FiveTech's fivedit

Postby cnavarro » Fri Jul 12, 2019 11:44 am

-------------------------------------- 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: 6515
Joined: Wed Feb 15, 2012 8:25 pm
Location: España

Re: Introducing FiveTech's fivedit

Postby cnavarro » Sat Aug 03, 2019 1:23 am

--------------------------------------- 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: 6515
Joined: Wed Feb 15, 2012 8:25 pm
Location: España

Re: Introducing FiveTech's fivedit

Postby cnavarro » Sun Sep 22, 2019 6:45 pm

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

PreviousNext

Return to FiveWin for Harbour/xHarbour

Who is online

Users browsing this forum: FranciscoA and 164 guests