Introducing FiveTech's fivedit

Re: Introducing FiveTech's fivedit

Postby MFarias » Mon Jun 11, 2018 11:23 am

I have 650 files in the project, I believe the best option is "Incremetal Build".

However I would like to know if editing the PRG file the correct sequence is to use the compile button and then execute it, and if you need to click save (Ctrl + S) for it to consider the compilation.

I am commenting on this because I am changing the main PRG or other PRG of the project and the change is not made.

If I delete the OBJ and C Files then it works correctly.

Is this a problem in the "Incremental Build" process?

and I changed the project directory information but the program did not run in the current folder. (Patch Project)
FW 17.09 - xHB 1.2.3 - Embarcadero C++ 7
xDevStudio 0.72 - FivEdit ( \o/ ) - Pelles C
MySQL 5.7 - DBF
FastReport - PHP for Web Services - Java Android
http://matheusfariasdev.wordpress.com
User avatar
MFarias
 
Posts: 39
Joined: Wed Jun 25, 2014 11:16 am
Location: João Pessoa,PB - Brazil

Re: Introducing FiveTech's fivedit

Postby cnavarro » Mon Jun 11, 2018 12:12 pm

The correct process is to click directly on the "Execute" button
It is not necessary to manually save the modified files
FivEdit should save in this process all the prgs that have been modified
Try and tell me if it works

and I changed the project directory information but the program did not run in the current folder. (Patch Project)


Sorry, I think I have not understood well what you need
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: 6500
Joined: Wed Feb 15, 2012 8:25 pm
Location: España

Re: Introducing FiveTech's fivedit

Postby MFarias » Mon Jun 11, 2018 12:20 pm

I tried, it did not rebuild the file, changed more than one line of code and it did not work. :cry:
FW 17.09 - xHB 1.2.3 - Embarcadero C++ 7
xDevStudio 0.72 - FivEdit ( \o/ ) - Pelles C
MySQL 5.7 - DBF
FastReport - PHP for Web Services - Java Android
http://matheusfariasdev.wordpress.com
User avatar
MFarias
 
Posts: 39
Joined: Wed Jun 25, 2014 11:16 am
Location: João Pessoa,PB - Brazil

Re: Introducing FiveTech's fivedit

Postby MFarias » Mon Jun 11, 2018 12:26 pm

cnavarro wrote:The correct process is to click directly on the "Execute" button
It is not necessary to manually save the modified files
FivEdit should save in this process all the prgs that have been modified
Try and tell me if it works

and I changed the project directory information but the program did not run in the current folder. (Patch Project)


Sorry, I think I have not understood well what you need


To not have to change the folder in the project, map a network drive on the H: \ Integrad drive, so when I change the client databases I do not have to change the project location where I save the file and not copy the executable every time I test something new on customer test copies

Image link https://1drv.ms/u/s!AivtWHTCt3JVhJgzYceWVVJdVcqDNA
FW 17.09 - xHB 1.2.3 - Embarcadero C++ 7
xDevStudio 0.72 - FivEdit ( \o/ ) - Pelles C
MySQL 5.7 - DBF
FastReport - PHP for Web Services - Java Android
http://matheusfariasdev.wordpress.com
User avatar
MFarias
 
Posts: 39
Joined: Wed Jun 25, 2014 11:16 am
Location: João Pessoa,PB - Brazil

Re: Introducing FiveTech's fivedit

Postby MFarias » Mon Jun 11, 2018 12:28 pm

FW 17.09 - xHB 1.2.3 - Embarcadero C++ 7
xDevStudio 0.72 - FivEdit ( \o/ ) - Pelles C
MySQL 5.7 - DBF
FastReport - PHP for Web Services - Java Android
http://matheusfariasdev.wordpress.com
User avatar
MFarias
 
Posts: 39
Joined: Wed Jun 25, 2014 11:16 am
Location: João Pessoa,PB - Brazil

Re: Introducing FiveTech's fivedit

Postby MFarias » Mon Jun 11, 2018 12:34 pm

I noticed that when closing the file after changing then clicking the execute button it then compiles correctly
FW 17.09 - xHB 1.2.3 - Embarcadero C++ 7
xDevStudio 0.72 - FivEdit ( \o/ ) - Pelles C
MySQL 5.7 - DBF
FastReport - PHP for Web Services - Java Android
http://matheusfariasdev.wordpress.com
User avatar
MFarias
 
Posts: 39
Joined: Wed Jun 25, 2014 11:16 am
Location: João Pessoa,PB - Brazil

Re: Introducing FiveTech's fivedit

Postby cnavarro » Mon Jun 11, 2018 12:38 pm

I am implementing some new features that will surely help you solve your suggestion
In menuitem "Execute" also has the possibility to include arguments / parameters ( last item ) in the execution of the 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: 6500
Joined: Wed Feb 15, 2012 8:25 pm
Location: España

Re: Introducing FiveTech's fivedit

Postby cnavarro » Mon Jun 11, 2018 12:40 pm

Have you tried to change only the generation path of the EXE? [Name Application (EXE / LIB / DLL)]
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: 6500
Joined: Wed Feb 15, 2012 8:25 pm
Location: España

Re: Introducing FiveTech's fivedit

Postby MFarias » Mon Jun 11, 2018 12:58 pm

cnavarro wrote:Have you tried to change only the generation path of the EXE? [Name Application (EXE / LIB / DLL)]

Yes I did it. I generate the executable in the folder where the project files are because I have them versioned and I use it to get the files to generate the installer.

Today this feature is for developers but for the machine that tests and sends the installations to the site it needs to be changing the directory.
FW 17.09 - xHB 1.2.3 - Embarcadero C++ 7
xDevStudio 0.72 - FivEdit ( \o/ ) - Pelles C
MySQL 5.7 - DBF
FastReport - PHP for Web Services - Java Android
http://matheusfariasdev.wordpress.com
User avatar
MFarias
 
Posts: 39
Joined: Wed Jun 25, 2014 11:16 am
Location: João Pessoa,PB - Brazil

Re: Introducing FiveTech's fivedit

Postby MFarias » Mon Jun 11, 2018 12:59 pm

cnavarro wrote:I am implementing some new features that will surely help you solve your suggestion
In menuitem "Execute" also has the possibility to include arguments / parameters ( last item ) in the execution of the exe


Thanks
FW 17.09 - xHB 1.2.3 - Embarcadero C++ 7
xDevStudio 0.72 - FivEdit ( \o/ ) - Pelles C
MySQL 5.7 - DBF
FastReport - PHP for Web Services - Java Android
http://matheusfariasdev.wordpress.com
User avatar
MFarias
 
Posts: 39
Joined: Wed Jun 25, 2014 11:16 am
Location: João Pessoa,PB - Brazil

Re: Introducing FiveTech's fivedit

Postby MFarias » Mon Jun 11, 2018 1:02 pm

Another question would be for CH files that are in a different folder than PRG files.

Today I add it to the xhb command line in the preferences menu. / ic: \ des \ mstar \ include and it works but I do not know in the next projects if the preferences are individual per project.

And also, about the opening of the program in the last project and the last open files. How does marking work on this in the preferences menu?
FW 17.09 - xHB 1.2.3 - Embarcadero C++ 7
xDevStudio 0.72 - FivEdit ( \o/ ) - Pelles C
MySQL 5.7 - DBF
FastReport - PHP for Web Services - Java Android
http://matheusfariasdev.wordpress.com
User avatar
MFarias
 
Posts: 39
Joined: Wed Jun 25, 2014 11:16 am
Location: João Pessoa,PB - Brazil

Re: Introducing FiveTech's fivedit

Postby cnavarro » Mon Jun 11, 2018 1:42 pm

MFarias wrote:Another question would be for CH files that are in a different folder than PRG files.


Preferences - Fivewin - Extra Paths Include

Today I add it to the xhb command line in the preferences menu. / ic: \ des \ mstar \ include and it works but I do not know in the next projects if the preferences are individual per project.

I test, but please explain better

And also, about the opening of the program in the last project and the last open files. How does marking work on this in the preferences menu?

Preferences - General
Check : Open Last Files - Open Last 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: 6500
Joined: Wed Feb 15, 2012 8:25 pm
Location: España

Re: Introducing FiveTech's fivedit

Postby cnavarro » Tue Jun 12, 2018 7:20 pm

------------------------------- NEW VERSION 12/06/2018 --------------------

Minor bugs fixed
Fixed read DATAS of source code and shows list correctly when put "::" or ":"

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

Re: Introducing FiveTech's fivedit

Postby cnavarro » Mon Jun 18, 2018 10:33 pm

We must not forget

Image

and that you can set your preferences by default

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

Re: Introducing FiveTech's fivedit

Postby cnavarro » Thu Jun 21, 2018 3:12 pm

------------------------------------- NEW VERSION 21/06/2018 -----------------------

More improvements in list of functions when press :: and into list right of functions

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: 6500
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: No registered users and 82 guests