4a3b11d9d44d6f694a1058aa6a92b9ce08c6159e
wiki/howto/onboarding.md
| ... | ... | @@ -108,6 +108,7 @@ Out of the box, multiple settings in Eclipse need to be changed. Go to Window |
| 108 | 108 | |
| 109 | 109 | - In "General ⇒ Content Types" select on CSS (Text ⇒ CSS) and add \*.gss in the lower file association list to get limited syntax highlighting and content assist in GSS files |
| 110 | 110 | - In "General ⇒ Editors ⇒ Text Editors" check Insert Spaces for Tabs |
| 111 | +- In "General ⇒ Editors ⇒ Text Editors ⇒ Quick Diff" change the reference source from 'Version on Disk' to 'A Git Revision'. If you like other colours for marking diffs change them here. (Example: Changes = Yellow, Additions = Green, Deletions = Red) |
|
| 111 | 112 | - In "GWT ⇒ Errors/Warnings" set "Missing SDK" to "Ignore" |
| 112 | 113 | - In "GWT ⇒ GWT Settings ⇒ Add..." add the GWT SDK |
| 113 | 114 | - In "Java ⇒ Build Path ⇒ Classpath Variables" create a new classpath variable called `ANDROID_HOME`. Set its value to the installation location of your Android SDK, e.g., `C:\Users\'user'\AppData\Local\Android\Sdk` or `/usr/local/android-sdk-linux`. |