summaryrefslogtreecommitdiff
path: root/eclipse
diff options
context:
space:
mode:
authorjohn.j.camilleri <john.j.camilleri@chalmers.se>2011-11-29 08:59:25 +0000
committerjohn.j.camilleri <john.j.camilleri@chalmers.se>2011-11-29 08:59:25 +0000
commit9e3f8036b27859de08431c302a975d75b0cc0452 (patch)
tree9a96535925643dd07891105f593f28d285d011b1 /eclipse
parent70d292d83b33395ea0313a970461a1af61b508d0 (diff)
Updated GFEP index page
Diffstat (limited to 'eclipse')
-rw-r--r--eclipse/images/eclipse-syntaxcoloring.pngbin0 -> 70900 bytes
-rw-r--r--eclipse/index.html15
2 files changed, 10 insertions, 5 deletions
diff --git a/eclipse/images/eclipse-syntaxcoloring.png b/eclipse/images/eclipse-syntaxcoloring.png
new file mode 100644
index 000000000..04ea85aee
--- /dev/null
+++ b/eclipse/images/eclipse-syntaxcoloring.png
Binary files differ
diff --git a/eclipse/index.html b/eclipse/index.html
index b722b6b2b..df4fbcefd 100644
--- a/eclipse/index.html
+++ b/eclipse/index.html
@@ -1,7 +1,7 @@
<h1>The GF Eclipse Plugin</h1>
<p>John J. Camilleri<br />
-Updated: 24 Nov 2011</p>
+Updated: 29 Nov 2011</p>
<p><em>The research leading to these results has received funding from the European Union&#8217;s Seventh Framework Programme (FP7/2007-2013) under grant agreement n° FP7-ICT-247914.</em></p>
@@ -144,8 +144,7 @@ system and how you installed GF.</em><br />
<h4>Upgrading to GFEP 1.2.0</h4>
<ul>
-<li><p>You may receive a prompt asking if you want to add the Xtext nature to your project; click <strong>Yes</strong> to this (should not apply for newly-created projects).</p></li>
-<li><p>A new folder named <code>(External)</code> may be created in your project, which contains symbolic links to any external GF libraries referenced by your files. You may double click these links as usual (the libraries will be opened as <em>read-only</em>).</p></li>
+<li>A new folder named <code>(External)</code> may be created in your project, which contains symbolic links to any external GF libraries referenced by your files. You may double click these links as usual (the libraries will be opened as <em>read-only</em>).</li>
</ul>
<hr />
@@ -162,7 +161,7 @@ system and how you installed GF.</em><br />
<img src="http://www.grammaticalframework.org/eclipse/images/eclipse-projectwizard-2.png" alt="New project wizard" /></p>
<ul>
-<li>Create some new modules using the <strong>GF Module</strong> wizard from <strong>File > New > Other > GF Module</strong>:</li>
+<li>Create some new modules using the <strong>GF Module</strong> wizard from <strong>File &rarr; New &rarr; Other &rarr; GF Module</strong>:</li>
</ul>
<p><img src="http://www.grammaticalframework.org/eclipse/images/eclipse-modulewizard-1.png" alt="New module wizard" /></p>
@@ -172,7 +171,13 @@ system and how you installed GF.</em><br />
<ul>
<li><p>You can find some small examples at http://www.grammaticalframework.org/eclipse/examples/. Download the
files and manually add them to your Eclipse workspace. To experiment with some of the plugin features.</p></li>
-<li><p>Use Eclipes&#8217; own features to drag and drop your editor tabs to suit your needs. Notice the <strong>Outline</strong> view in the bottom-right offers a quite overview of your module structure. Clicking any of the terms will make your cursor jump to that point in the file.</p></li>
+<li><p>You can change your syntax colouring styles as you wish from <strong>Window &rarr; Preferences &rarr; Grammatical Framework &rarr; Syntax Colouring</strong></p></li>
+</ul>
+
+<p><img src="http://www.grammaticalframework.org/eclipse/images/eclipse-syntaxcoloring.png" alt="Syntax highlighting styles" /></p>
+
+<ul>
+<li>Use Eclipes&#8217; own features to drag and drop your editor tabs to suit your needs. Notice the <strong>Outline</strong> view in the bottom-right offers a quite overview of your module structure. Clicking any of the terms will make your cursor jump to that point in the file.</li>
</ul>
<p><img src="http://www.grammaticalframework.org/eclipse/images/eclipse-editor-general.png" alt="The editor and outline view" /></p>