Introducing FiveTech's fivedit
Re: Introducing FiveTech's fivedit
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)
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
xDevStudio 0.72 - FivEdit ( \o/ ) - Pelles C
MySQL 5.7 - DBF
FastReport - PHP for Web Services - Java Android
http://matheusfariasdev.wordpress.com
Re: Introducing FiveTech's fivedit
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
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
Sorry, I think I have not understood well what you needand I changed the project directory information but the program did not run in the current folder. (Patch 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.
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.
Re: Introducing FiveTech's fivedit
I tried, it did not rebuild the file, changed more than one line of code and it did not work.
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
xDevStudio 0.72 - FivEdit ( \o/ ) - Pelles C
MySQL 5.7 - DBF
FastReport - PHP for Web Services - Java Android
http://matheusfariasdev.wordpress.com
Re: Introducing FiveTech's fivedit
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 copiescnavarro 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
Sorry, I think I have not understood well what you needand I changed the project directory information but the program did not run in the current folder. (Patch Project)
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
xDevStudio 0.72 - FivEdit ( \o/ ) - Pelles C
MySQL 5.7 - DBF
FastReport - PHP for Web Services - Java Android
http://matheusfariasdev.wordpress.com
Re: Introducing FiveTech's fivedit
In xDevStudio work like this https://1drv.ms/f/s!AivtWHTCt3JVhJIw5kFUwyCH3rDxeg
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
xDevStudio 0.72 - FivEdit ( \o/ ) - Pelles C
MySQL 5.7 - DBF
FastReport - PHP for Web Services - Java Android
http://matheusfariasdev.wordpress.com
Re: Introducing FiveTech's fivedit
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
xDevStudio 0.72 - FivEdit ( \o/ ) - Pelles C
MySQL 5.7 - DBF
FastReport - PHP for Web Services - Java Android
http://matheusfariasdev.wordpress.com
Re: Introducing FiveTech's fivedit
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
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.
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.
Re: Introducing FiveTech's fivedit
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.
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.
Re: Introducing FiveTech's fivedit
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.cnavarro wrote:Have you tried to change only the generation path of the EXE? [Name Application (EXE / LIB / DLL)]
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
xDevStudio 0.72 - FivEdit ( \o/ ) - Pelles C
MySQL 5.7 - DBF
FastReport - PHP for Web Services - Java Android
http://matheusfariasdev.wordpress.com
Re: Introducing FiveTech's fivedit
Thankscnavarro 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
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
xDevStudio 0.72 - FivEdit ( \o/ ) - Pelles C
MySQL 5.7 - DBF
FastReport - PHP for Web Services - Java Android
http://matheusfariasdev.wordpress.com
Re: Introducing FiveTech's fivedit
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?
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
xDevStudio 0.72 - FivEdit ( \o/ ) - Pelles C
MySQL 5.7 - DBF
FastReport - PHP for Web Services - Java Android
http://matheusfariasdev.wordpress.com
Re: Introducing FiveTech's fivedit
Preferences - Fivewin - Extra Paths IncludeMFarias wrote:Another question would be for CH files that are in a different folder than PRG files.
I test, but please explain betterToday 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.
Preferences - GeneralAnd 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?
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.
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.
Re: Introducing FiveTech's fivedit
------------------------------- 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
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.
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.
Re: Introducing FiveTech's fivedit
We must not forget
and that you can set your preferences by default
and that you can set your preferences by default
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.
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.
Re: Introducing FiveTech's fivedit
------------------------------------- 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
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.
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.