Quellcode durchsuchen

Update code_editor.adoc

Floated text to the left of first 2 images.
mitm001 vor 9 Jahren
Ursprung
Commit
e656b871a5
1 geänderte Dateien mit 2 neuen und 2 gelöschten Zeilen
  1. 2 2
      src/docs/asciidoc/sdk/code_editor.adoc

+ 2 - 2
src/docs/asciidoc/sdk/code_editor.adoc

@@ -17,7 +17,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.
 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="",align="right"]
 image::sdk/netbeans_code_completion.png[netbeans_code_completion.png,width="",height="",align="right"]
 
 
 
 
@@ -44,7 +44,7 @@ Alternatively you can also use *Ctrl-\*.
 
 
 == Semantic and Syntactic Coloring
 == Semantic and Syntactic Coloring
 
 
-
+[.right]
 image::sdk/jmonkeyplatform-docu-5.png[jmonkeyplatform-docu-5.png,width="421",height="298",align="right"]
 image::sdk/jmonkeyplatform-docu-5.png[jmonkeyplatform-docu-5.png,width="421",height="298",align="right"]