Gambas-it

Gambas dal mondo esterno => Mailing List => Topic aperto da: vuott - 13 Luglio 2014, 20:20:29

Titolo: Aggiunto supporto per la guida offline nell'IDE
Inserito da: vuott - 13 Luglio 2014, 20:20:29
Vi riporto questa comunicazione di Minisini:


" Hi,

Since revision #6374, I added support for offline help in the IDE!

How does it work?

You have a new option in the option dialog to enable/disable offline
help. If you enable it, then you get a button to download a tar.bz2
archive of the gambas wiki. This archive is then uncompressed inside
your home directory (in '~/.local/share/gambas3/wiki' to be exact), and
the HTML is generated on the fly while you browse the documentation.

The archive is generated "by hand" at the moment on the wiki server.
There is a timestamp file (http://gambaswiki.org/timestamp) so that the
IDE know if the offline help is up to date.

Please test it and report any problem, because this is very fresh code. :-)

I hope you will enjoy this often requested feature.

Regards,

--
Benoît Minisini
"


" Note that the size of the archive to download is about 26MB.

...and that only english is supported at the moment.

--
Benoît Minisini
"
Titolo: Re: Aggiunto supporto per la guida offline nell'IDE
Inserito da: vuott - 13 Luglio 2014, 20:40:15
" Hi,
How does it work?

You have a new option in the option dialog to enable/disable offline help.
"

Va precisato che per attivare questa opzione, si deve seguire il seguente percorso nell'IDE di Gambas:

 Tools-->Preferenze-->Help & applications

Il tasto per attivare l'opzione è, poi, in Aiuto a destra di Use offline help .