Page 29 of 38

Re: Introducing FiveTech's fivedit

PostPosted: Mon Jun 11, 2018 11:23 am
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)

Re: Introducing FiveTech's fivedit

PostPosted: Mon Jun 11, 2018 12:12 pm
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

Re: Introducing FiveTech's fivedit

PostPosted: Mon Jun 11, 2018 12:20 pm
by MFarias
I tried, it did not rebuild the file, changed more than one line of code and it did not work. :cry:

Re: Introducing FiveTech's fivedit

PostPosted: Mon Jun 11, 2018 12:26 pm
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

Re: Introducing FiveTech's fivedit

PostPosted: Mon Jun 11, 2018 12:28 pm
by MFarias

Re: Introducing FiveTech's fivedit

PostPosted: Mon Jun 11, 2018 12:34 pm
by MFarias
I noticed that when closing the file after changing then clicking the execute button it then compiles correctly

Re: Introducing FiveTech's fivedit

PostPosted: Mon Jun 11, 2018 12:38 pm
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

Re: Introducing FiveTech's fivedit

PostPosted: Mon Jun 11, 2018 12:40 pm
by cnavarro
Have you tried to change only the generation path of the EXE? [Name Application (EXE / LIB / DLL)]

Re: Introducing FiveTech's fivedit

PostPosted: Mon Jun 11, 2018 12:58 pm
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.

Re: Introducing FiveTech's fivedit

PostPosted: Mon Jun 11, 2018 12:59 pm
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

Re: Introducing FiveTech's fivedit

PostPosted: Mon Jun 11, 2018 1:02 pm
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?

Re: Introducing FiveTech's fivedit

PostPosted: Mon Jun 11, 2018 1:42 pm
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

Re: Introducing FiveTech's fivedit

PostPosted: Tue Jun 12, 2018 7:20 pm
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

Re: Introducing FiveTech's fivedit

PostPosted: Mon Jun 18, 2018 10:33 pm
by cnavarro
We must not forget

Image

and that you can set your preferences by default

Image

Re: Introducing FiveTech's fivedit

PostPosted: Thu Jun 21, 2018 3:12 pm
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