Hello Monkeys XD
First i want to thank you all for this great open source java 3D engine, its really really sweet!
After reading ALL tutorials about jmonkey, there is one thing which i cant figure out:
If i mark a class like “Spatial” or “Geometry” in my JMonkey-NetBeans environment and press F1, i always jump to the great jmonkey help page. BUT: i dont want this
What i want is to jump to the JavaDoc (http://hub.jmonkeyengine.org/javadoc/) to the correct place locally (like press F1 on a method, a class or everything else). I know, i can use CTRL+SPACE to get the javaDoc inline, but i want to see the whole documentation if i press F1. I also don’t want to loose the standard jmonkey help pages, so how can i do this?
Thank you all
Hy normen,
sorry but that don’t work like i wish to.
If i use this, i only see a little description about the class, and not the whole javadoc for the selected text. I want to see the whole javadoc
Help->Javadoc->jMonkeyEngine? You can also open whatever you see in the ctrl-space window in the browser using the button in that window. Else write a plugin for what you want exactly, its not hard
The content of this post is meant to be read as a straight information or question without an implicit dismissive stance or interest in having the other party feel offended unless there’s emotes that hint otherwise or there’s an increased use of exclamation marks and all-capital words.
You made my day! Shift+F1 was the key i looked for.
I dont understand why Ctrl+F1 don’t work on my mac book pro, but shift+f1 is that what i want. Thank you!