|
@@ -14,7 +14,7 @@ Note: Since the jMonkeyEngine SDK is based on the NetBeans Platform framework, y
|
|
|
While typing Java code in the source code editor, you will see popups that help you to write more quickly by completing keywords, and generating code snippets. Additionally, they will let you see the javadoc for the classes you are working with.
|
|
|
|
|
|
[.right]
|
|
|
-image::sdk/netbeans_code_completion.png[netbeans_code_completion.png,width="",height=""]
|
|
|
+image::netbeans_code_completion.png[netbeans_code_completion.png,width="",height=""]
|
|
|
|
|
|
|
|
|
*Code Completion*
|
|
@@ -41,7 +41,7 @@ Alternatively you can also use kbd:[Ctrl+\ ]
|
|
|
== Semantic and Syntactic Coloring
|
|
|
|
|
|
[.right]
|
|
|
-image::sdk/jmonkeyplatform-docu-5.png[jmonkeyplatform-docu-5.png,width="421",height="298"]
|
|
|
+image::jmonkeyplatform-docu-5.png[jmonkeyplatform-docu-5.png,width="421",height="298"]
|
|
|
|
|
|
|
|
|
The text color in the editor gives you important hints how the compiler will interpret what you typed, even before you compiled it.
|
|
@@ -100,7 +100,7 @@ When the JavaDoc does not deliver enough information, you can have a look at the
|
|
|
[.float-group]
|
|
|
--
|
|
|
[.right]
|
|
|
-image::sdk/jmonkeyplatform-docu-4.png[jmonkeyplatform-docu-4.png,width="421",height="298"]
|
|
|
+image::jmonkeyplatform-docu-4.png[jmonkeyplatform-docu-4.png,width="421",height="298"]
|
|
|
|
|
|
|
|
|
Choose menu:Windows[Palette] to open the context-sensitive Palette. The jMonkeyEngine SDK provides you with jme3 code snippets here that you can drag and drop into your source files.
|