wiki/howto/onboarding.md
... ...
@@ -71,6 +71,8 @@ Beside the installation script for Eclipse Mars, there is also one for the new E
71 71
* Install the Google Android SDK from the same Google Plugin for Eclipse update site
72 72
* In Eclipse go to "Window->Preferences->Java->Build Path->Classpath Variables" and create a new classpath variable called ``ANDROID_HOME``. Set its value to the install location of your Android SDK, e.g., ``c:\apps\android-sdk-windows`` or ``/usr/local/android-sdk-linux``.
73 73
* Install GWT SDK and add the SDK in Eclipse (Preferences -> Google -> Web Toolkit -> Add...)
74
+ * In "Window->Preferences->General->Editors->TextEditors" check Insert Spaces for Tabs
75
+ * In "Window->Preferences->Web->HTML Files->Editor" indent using Spaces
74 76
* Install Eclipse debugger for GWT SuperDevMode
75 77
* Install Eclipse eGit (optional)
76 78
* Check that JDK 1.8 is available and has been set for compilation in Eclipse