Page 1 of 2

Ue Studio New Licence Modell

Posted: Mon May 23, 2022 11:09 am
by Uwe.Diemer
Ue Studio New Licence Modell

No update Prices and a lot of more fine Things

tx

Re: Ue Studio New Licence Modell

Posted: Mon May 23, 2022 12:38 pm
by dutch
Dear Uwe,

Any change with application and config? Can we still use the same as old version?
Uwe.Diemer wrote:Ue Studio New Licence Modell

No update Prices and a lot of more fine Things

tx

Re: Ue Studio New Licence Modell

Posted: Mon May 23, 2022 2:51 pm
by Otto
Hi Dutch,
do you say the current version stop working, and we have to update, or can I keep my version?
Best regards,
Otto

Re: Ue Studio New Licence Modell

Posted: Mon May 23, 2022 3:16 pm
by dutch
Hi Otto,

No, I ask Uwe that the new version is compatible config with old version? Because I still use UEStudio (Application) configs file with UEStudio V.6.
Otto wrote:Hi Dutch,
do you say the current version stop working, and we have to update, or can I keep my version?
Best regards,
Otto

Re: Ue Studio New Licence Modell

Posted: Mon May 23, 2022 4:36 pm
by Antonio Linares
vscode my friends... :-)

Re: Ue Studio New Licence Modell

Posted: Mon May 23, 2022 5:39 pm
by Otto
Dear Antonio,
How to set up a project with VSCode?
Best regards,
Otto

Re: Ue Studio New Licence Modell

Posted: Mon May 23, 2022 8:24 pm
by Antonio Linares
Dear Otto,

google for vscode project. This is one of the solutions:

https://marketplace.visualstudio.com/items?itemName=alefragnani.project-manager

Re: Ue Studio New Licence Modell

Posted: Mon May 23, 2022 11:06 pm
by Antonio Linares
When you are coding using vscode and the artificial intelligence in vscode is "reading" your code, "understanding" what you are doing and "anticipating" to you, and you see what you were going to code just in front your eyes, magically written for you...

oh man, you have to feel that ;-)

try it and you will want it for ever...

Re: Ue Studio New Licence Modell

Posted: Mon May 23, 2022 11:13 pm
by Lailton
VSCODE is the best!

I can not work without it anymore :)

If you active the "https://copilot.github.com/" it will show you something Unbelievable

After one month using it you will never more want to use other editor...

Re: Ue Studio New Licence Modell

Posted: Tue May 24, 2022 12:23 am
by dutch
Dear Antonio,

Have you got the configs file as "\uestudio\configs\Application" ?
Antonio Linares wrote:vscode my friends... :-)

Re: Ue Studio New Licence Modell

Posted: Tue May 24, 2022 12:27 am
by Antonio Linares
Dear Dutch,

You just have to open a terminal from vscode, usually I do ctrl+ñ and then you run your make, hbmk2, buildh.bat. whatever you prefer.

And you can access Windows WSL2 too from it, edit remote code, direct access to github, a Harbour integrated debugger, and more and more...

Just spend a few days getting used to it, then... you will not want any other editor :-)

Re: Ue Studio New Licence Modell

Posted: Tue May 24, 2022 7:10 am
by Antonio Linares
I just found, with great surprise, that Antonino Perricone has developed another wonderful extension for vscode:

this time a DBF viewer so you don't need any other tool to review your DBFs :-)

Re: Ue Studio New Licence Modell

Posted: Tue May 24, 2022 11:17 am
by vilian
Antonio,
I'm using VsCode for almost a year and it's really amazing. I only can't use Harbour integrated debugger yet. Could you show us how to do this ?

Re: Ue Studio New Licence Modell

Posted: Tue May 24, 2022 2:55 pm
by Compuin
Antonio Linares wrote:I just found, with great surprise, that Antonino Perricone has developed another wonderful extension for vscode:

this time a DBF viewer so you don't need any other tool to review your DBFs :-)


Hello

And with this, MySql administration from VSCode

https://marketplace.visualstudio.com/it ... r.sqltools

https://www.youtube.com/watch?v=wzdCpJY ... oostMyTool

Regards

Re: Ue Studio New Licence Modell

Posted: Wed May 25, 2022 6:53 pm
by TimStone
I'm a bit confused by this post.

First, UEStudio ( which I have used for many years ) has two options. You can buy it without a subscription. It is the latest version, and you get updates to the version you buy for awhile It has update pricing, so I just updated to the most recent version. -OR- You can subscribe and get updates including new versions each year. I find it to be a very useful tool, especially since I can quickly open files across multiple projects at any time, and access them easily ( often to pull code from a different application when it can be applied to a current project ).

I do not use it to do "development builds". I have my current project open in Visual Studio 2022 Community, and do all of my builds there. The process is VERY fast. Then when it comes to a release version, I run the "make" program called from UE Studio. Right now VS is releasing frequent updates, and the make file needs to have certain paths updated each time. That happens automatically in VS after the update installs, but not in the make file which must be modified manually.

I recently downloaded VS Code and have it available for Python coding ( which I am studying to help one of my grandkids understand it ), and possibly for a future project. I will explore the project here that Antonio has mentioned.