Introducing FiveTech's fivedit

User avatar
MFarias
Posts: 39
Joined: Wed Jun 25, 2014 11:16 am
Location: João Pessoa,PB - Brazil

Re: Introducing FiveTech's fivedit

Post by MFarias »

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

Re: Introducing FiveTech's fivedit

Post by cnavarro »

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
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
MFarias
Posts: 39
Joined: Wed Jun 25, 2014 11:16 am
Location: João Pessoa,PB - Brazil

Re: Introducing FiveTech's fivedit

Post by MFarias »

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

Post by MFarias »

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

Post by MFarias »

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

Post by MFarias »

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

Re: Introducing FiveTech's fivedit

Post by cnavarro »

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

Have you tried to change only the generation path of the EXE? [Name Application (EXE / LIB / DLL)]
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
MFarias
Posts: 39
Joined: Wed Jun 25, 2014 11:16 am
Location: João Pessoa,PB - Brazil

Re: Introducing FiveTech's fivedit

Post by MFarias »

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

Post by MFarias »

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

Post by MFarias »

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

Re: Introducing FiveTech's fivedit

Post by cnavarro »

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

We must not forget

Image

and that you can set your preferences by default

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

Re: Introducing FiveTech's fivedit

Post by cnavarro »

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