You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
All the essentials are covered here. Version of Eclipse that you should be using, setting up Eclipse project files, getting started with existing projects and more. <b><ahref="docs/user/gettingstarted.html">Go there</a></b>.
56
+
</p>
57
+
</div>
58
+
<divclass="span6">
59
+
<h3>Advanced Setup</h3>
60
+
<p>
61
+
Tweak your Eclipse settings to improve performance and ease-of-use. Change your heap size, locate your `eclipse.ini` file, use a faster garbage collector, and more. <b><ahref="docs/user/advancedsetup.html">Go there</a></b>.
62
+
</p>
63
+
</div>
64
+
</div>
65
+
<divclass="row">
66
+
<divclass="span6">
67
+
<h3>Frequently Asked Questions</h3>
68
+
<p>
69
+
What Eclipse versions are supported? Can I install more than one Scala IDE plugin for different versions of Scala? How can I increase the stack size? Find the answers to all of these and more, in our FAQ section. <b><ahref="docs/user/faq.html">Go there</a></b>.
<p>This documentation could use your help to grow and be refined. It is managed as a GitHub project at <aclass="reference external" href="http://github.com/scala-ide/docs">http://github.com/scala-ide/docs</a>. Please help us continue to improve!</p>
85
+
</div>
86
+
</div>
87
+
</div>
88
+
</div>
89
+
<divclass="span4">
90
+
<h2>Still need help?</h2>
91
+
<p>
92
+
Ping our mailing list, or visit our issue tracker to search for related issues or to report a bug.
<!-- The Scala IDE for Eclipse provides the most advance tooling support for development of Scala applications out there. We hope that the information in these pages serves as a useful starting point for quickly getting running with the Scala IDE for Eclipse!
7
+
-->
8
+
<!-- If you are unable to find a piece of information that you're looking for, feel free to visit our mailing list or to help us improve our documentation by submitting a pull request to our [github repository](http://github.com/scala-ide/docs) containing these pages. -->
9
+
10
+
11
+
<!-- A small smattering of its features include
12
+
13
+
- **Mixed Scala/Java Projects** as well as any combination of Scala/Java project dependencies.
14
+
- **Scala-specific Support** which includes Scala syntax highlighting, inferred types, hyperlinking to definitions, code completion, error and warning markers, indentation, and brace matching.
15
+
- **Navigation** at the project and source level, including outline views of Scala-specific types.
16
+
- **Incremental Compilation and Debugging** for compilation-as-you-type, a fully-integrated debugger and hyperlinks from stack traces to Scala sources.
17
+
- **Plug-ins and OSGi Development** is supported, including hyperlinking to Scala source from plugin.xml and manifest files.
0 commit comments