Visual Studio Code

mod_harbour is an Apache module that allows to run PRGs directly on the web !!!
Post Reply
User avatar
Iris Gesser
Posts: 32
Joined: Fri Apr 22, 2016 10:19 pm

Visual Studio Code

Post by Iris Gesser »

Dear Antonio,

is it correct, that there is no compiling needed fo mod_harbour?
Can I just make changes in the PRGs and save them?
I have downloaded Visual Studio Code today and added "Harbour and xHarbour from Antonino Perricone" for the Syntax.
I am not familiar with the Setup of Visual Studio Code and at the moment do not know how to do it, that everything works fine...

Is it really possible to just modify PRGs without compiling and the changes are made? Just saving?
Today I tried with a sample-file. Just added "Iris" and it was there in the localhost…
GREAT!!
What about Projects, that work in that way? Is this possible?
Is there a difference if the Server runs locally or if it is online?

Thank you in advance and kind regards
Iris
User avatar
Antonio Linares
Site Admin
Posts: 37481
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain
Contact:

Re: Visual Studio Code

Post by Antonio Linares »

Dear Iris,

So nice to talk again with you. I am very happy that you are using mod_harbour

Yes, there is no need to compile the mod_harbour PRGs (mod_harbour does it automatically!) and also there is no need to build EXEs (we go back to early dBase days) :-)
As you said, you just save the changes and you are done!

Start using vscode (Visual Studio code) and get used to it. It is a very good source code editor that runs all ALL operating systems (Windows, Mac, and Linux).
You will realize that mod_harbour will "free" us from Windows also. You may use it from an Apple computer (my favourites!) so Windows will start to vanishing
along you go deeper into mod_harbour.

We are going to publish full MVC (Model-View-Controller) projects using mod_harbour real soon. These are the "projects" that we are going to use. In a few days
you will start learning them. They are absolutely fantastic! :-)

The mod_harbour apps work the same on a local server or a remote server, anyhow it is a good practise to test your apps the both ways
so you know that it behaves properly on both scenarios.

Please feel free to make any questions about mod_harbour. I guess that you are the first Lady using mod_harbour and
it is a honor for all the mod_harbour community that you are joining us :-)
regards, saludos

Antonio Linares
www.fivetechsoft.com
User avatar
vilian
Posts: 795
Joined: Wed Nov 09, 2005 2:17 am
Location: Brazil
Contact:

Re: Visual Studio Code

Post by vilian »

Antônio,
Do you know how to change the CHARSET of VSCode to PT-Br ?
Sds,
Vilian F. Arraes
vilian@vfatec.com.br
Belém-Pa-Brazil
User avatar
Antonio Linares
Site Admin
Posts: 37481
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain
Contact:

Re: Visual Studio Code

Post by Antonio Linares »

Vilian,

no, sorry
regards, saludos

Antonio Linares
www.fivetechsoft.com
User avatar
vilian
Posts: 795
Joined: Wed Nov 09, 2005 2:17 am
Location: Brazil
Contact:

Re: Visual Studio Code

Post by vilian »

Thanks, I found it. The charset can defined in files.encodding. To keep the compatibility with MED I choose windows1252
Sds,
Vilian F. Arraes
vilian@vfatec.com.br
Belém-Pa-Brazil
Post Reply