Browse Source

Update code_editor.adoc

Floated text to the left of first 2 images.
mitm001 9 years ago
parent
commit
e656b871a5
1 changed files with 2 additions and 2 deletions
  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.
 
-
+[.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
 
-
+[.right]
 image::sdk/jmonkeyplatform-docu-5.png[jmonkeyplatform-docu-5.png,width="421",height="298",align="right"]