From 7d34f76375218dfb600381f933fbfccd0d0c3695 Mon Sep 17 00:00:00 2001
From: "john.j.camilleri" John J. CamilleriThe GF Eclipse Plugin
-Updated: 6 March 2012
The research leading to these results has received funding from the European Union’s Seventh Framework Programme (FP7/2007-2013) under grant agreement no. FP7-ICT-247914.
@@ -20,15 +20,13 @@ Updated: 6 March 2012http://www.grammaticalframework.org/eclipse/release/In order for dependencies to be satisfied, you need to ensure that your Eclipse has the following update site URLs set:
http://download.eclipse.org/releases/indigohttp://download.eclipse.org/modeling/tmf/xtext/updates/composite/releases/Steps for installation
http://www.grammaticalframework.org/eclipse/release//home/john/.cabal/bin/gf or C:\Users\John\GF\gf.exe.Some steps you can follow to get a feel of of the plugin’s features.
+A quick run through of the major features available in the GF Eclipse Plugin.
+ + + +If the video doesn’t appear above, you can view it at https://vimeo.com/38768382
+ +When you run Eclipse, it asks you to create or specify a workspace on your system. Any projects you wish to work +on inside Eclipse must reside in this workspace; generally each folder under the top-level workspace directory is +considered an individual project, i.e.:
+ +workspace/
+ Project1/
+ file1.gf
+ file2.gf
+ Project2/
+ file3.gf
+ file4.gf
+
+
+If you open an existing folder as your workspace in Eclipse, then your folders in that workspace do not automatically
+become Eclipse projects. You must follow the “Create new GF Project” wizards below, and give your project the exact
+name of the existing folder (e.g. Project1 or Project2 in the example above.)
@@ -179,7 +206,7 @@ Updated: 6 March 2012

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.
+You can find some small examples at grammaticalframework.org/eclipse/examples. Download the files and manually add them to your Eclipse workspace to experiment with some of the plugin features.
For validation to work correctly, the project’s Build Automatically option should be turned on.
-The in-editor validation sometimes needs to be triggered/updated by a keystroke. If you can still see errors which you believe should be correct, try adding a space character to ensure the validation is re-triggered.
Sometimes you may get an entire file marked with errors, even though in fact there is only a single error which is causing the internal builder to fail. In such cases referring to the Problems view should help you locate the cause. This issue is particularly relevant when changes made to one module may induce errors in its descendants (e.g. renaming a parameter in a resource module). This behaviour will hopefully be improved in future versions.
+For validation to work correctly, the project’s Build Automatically option should be turned on. +Each time you save a file (or some other change occurs in your project), the builder should get triggered which recompiles any GF files which have changed. If the builder does not seem to get triggered, try to run a clean via Project → Clean…
+Use the built-in code formatter to tidy your code automatically. Right-click in the editor and choose Format or use the keyboard shortcut Ctrl+Shift+F.
@@ -315,7 +345,7 @@ Updated: 6 March 2012Please try to use the plugin for developing your own GF projects and report any issues you come up against.
-For all bug reports and feature requests please use the GitHub Issue Tracker at https://github.com/GrammaticalFramework/gf-eclipse-plugin/issues.
+For all bug reports and feature requests please use the GitHub Issue Tracker.
Do not hesitate to let us know how you think the plugin can be improved!