5 - Recommended Environment

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision Both sides next revision
dev:tutorial:environment [2014/11/18 14:51]
mumfrey
dev:tutorial:environment [2014/11/18 14:54]
mumfrey [Setting up static imports in 1.7 and before]
Line 112: Line 112:
  
 * Click "​Window"​ then "​Preferences"​ * Click "​Window"​ then "​Preferences"​
-* In the left pane expand "​Java" ​"​Editor" ​"​Content Assist" ​"​Favourites"​+* In the left pane expand "​Java" ​"​Editor" ​"​Content Assist" ​"​Favourites"​
 * Click the "New type..."​ button * Click the "New type..."​ button
 * Add the following types (and any others you want) to the content list * Add the following types (and any others you want) to the content list
-  ​* org.lwjgl.opengl.GL11 + * org.lwjgl.opengl.GL11 
-  * org.lwjgl.opengl.GL12 + * org.lwjgl.opengl.GL12 
-  * org.lwjgl.opengl.GL13 + * org.lwjgl.opengl.GL13 
-  * org.lwjgl.opengl.GL14 + * org.lwjgl.opengl.GL14 
-  * org.lwjgl.opengl.GL15 + * org.lwjgl.opengl.GL15 
-  * org.lwjgl.util.glu.GLU + * org.lwjgl.util.glu.GLU 
- * Once you have done so the dialog should look like this:+* Once you have done so the dialog should look like this:
  
  ​{{:​dev:​tutorial:​content_assist.png?​nolink|}}  ​{{:​dev:​tutorial:​content_assist.png?​nolink|}}
  
- * Next, in the left pane expand the "Code Style" node and then "​Organise Imports"​. +* Next, in the left pane expand the "Code Style" node and then "​Organise Imports"​. 
- * At the bottom of the window change the *Number of static imports needed for* .* option to **1** as shown+* At the bottom of the window change the *Number of static imports needed for* .* option to **1** as shown
  
  ​{{:​dev:​tutorial:​organise_imports.png?​nolink|}}  ​{{:​dev:​tutorial:​organise_imports.png?​nolink|}}

Login