소스 검색

point to sdk images

mitm001 5 년 전
부모
커밋
03fc6ecc50
1개의 변경된 파일3개의 추가작업 그리고 3개의 파일을 삭제
  1. 3 3
      docs/modules/sdk/pages/code_editor.adoc

+ 3 - 3
docs/modules/sdk/pages/code_editor.adoc

@@ -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.
 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]
 [.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*
 *Code Completion*
@@ -41,7 +41,7 @@ Alternatively you can also use kbd:[Ctrl+\ ]
 == Semantic and Syntactic Coloring
 == Semantic and Syntactic Coloring
 
 
 [.right]
 [.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.
 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]
 [.float-group]
 --
 --
 [.right]
 [.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.
 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.