diff --git a/eclipse/index.html b/eclipse/index.html
index 8897e0f35..fada4652a 100644
--- a/eclipse/index.html
+++ b/eclipse/index.html
@@ -46,12 +46,12 @@ Updated: 18 Nov 2011
Use GF Shell from within Eclipse
Auto-completion for declared identifiers
Background compilation (shallow) using project builder
+Full support for Open Declaration (F3)
Near-term
-- Full support for Open Declaration (F3)
- Inline documentation for function calls, overloads
- Quick-fix suggestions for syntax and naming errors
- Code generation for concrete/instance modules
@@ -74,6 +74,9 @@ Updated: 18 Nov 2011
Update history
+- 24/11/11
+- (1.2.0.x) with support for “Open Declaration” (F3) function, including for external libraries.
+
- 18/11/11
- Third BETA (1.1.0.x) released, overhauled to take advantage of new compiler features. Tag-based scoping with caching for better performance. Interactive console (GF Shell) for luanch configs.
@@ -138,6 +141,13 @@ system and how you installed GF.
- Any available updates will appear in the dialog. Select them and follow the usual steps.
+Upgrading to GFEP 1.2.0
+
+
+You may receive a prompt asking if you want to add the Xtext nature to your project; click Yes to this (should not apply for newly-created projects).
+A new folder named (External) 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 read-only).
+
+
Getting started