 |
AppletTalk.com Java discussions newsgroups
|
| View previous topic :: View next topic |
| Author |
Message |
Johnny Guest
|
Posted: Mon Apr 26, 2004 12:32 pm Post subject: [NetBeans] Visualizzare la documentazione JDK dalla finestra |
|
|
Come da oggetto,
sto impazzendo per riuscire ad ottenere una funzionalità basilare dell'IDE.
Non riesco ad aprire la documentazione JDK dalla finestra del codice:
utilizzando la combinazione di tasti Alt+F1 o il comando dal menu popup
ottengo solo il messaggio d'errore di Netbeans che non trova la
documentazione.
Ho provato ad aggiungere il file zip della documentazione con il "Javadoc
Manager" di Netbeans, tutto sembra essere ok, ho aggiunto anche l'offset
alla sottocartella api ma niente... continua a non mostrarmi l'help dalla
finestra del codice.
Qualche suggerimento?
Grazie
Bye
John
|
|
| Back to top |
|
 |
smn Guest
|
Posted: Mon Apr 26, 2004 4:33 pm Post subject: Re: [NetBeans] Visualizzare la documentazione JDK dalla fine |
|
|
In data Mon, 26 Apr 2004 12:32:55 GMT, Johnny ha scritto:
| Quote: | file zip della documentazione con il "Javadoc
Manager" di Netbeans, tutto sembra essere ok, ho aggiunto anche l'offset
alla sottocartella api ma niente... continua a non mostrarmi l'help dalla
|
La combiazione dei tasti è Shift+F1.
L'offset serve nel caso in cui il file index.html o index-all.html non
siano nella root dello zip, ma in una cartella interna.
Serve quindi al doc manager, una volta aperto lo zip, per sapere in quale
cartella trovare i file in questione.
Spero di esserti stato utile.
|
|
| Back to top |
|
 |
Johnny Guest
|
Posted: Mon Apr 26, 2004 5:02 pm Post subject: Re: [NetBeans] Visualizzare la documentazione JDK dalla fine |
|
|
"smn" <si2gi (AT) yahoo (DOT) it> ha scritto nel messaggio
news:1idkjg6vbh6ke$.13g3v677xd5vh.dlg (AT) 40tude (DOT) net...
| Quote: | In data Mon, 26 Apr 2004 12:32:55 GMT, Johnny ha scritto:
file zip della documentazione con il "Javadoc
Manager" di Netbeans, tutto sembra essere ok, ho aggiunto anche l'offset
alla sottocartella api ma niente... continua a non mostrarmi l'help
dalla
La combiazione dei tasti è Shift+F1.
|
AARGH!
Funziona!
Ma allora a cosa si riferisce l'help di Netbeans quando parla di "Viewing
Javadoc documentation"?
Ti cito la pagina di help di seguito:
[...]
To view Javadoc documentation from the Source Editor:
1.. In the Source Editor, place the pointer on the code element whose
documentation you want to display.
a.. Place the insertion point on the list of method paramaters to view
the documentation for the constructor with the matching parameters.
b.. Place the insertion point on the method or class name to display the
documentation for the constructor with no parameters.
c.. Place the insertion point on any package name to view the overview
for the package.
2.. Press Alt-F1, or right-click and choose Show Javadoc from the
contextual menu.
If the code completion box is displayed at the time you press
Alt-F1, the resulting action is based on the selection in the completion
box. If a package is selected in the completion box, Alt-F1 opens the
package summary.
[...]
Grazie tante
Bye
John
|
|
| Back to top |
|
 |
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|