diff --git a/eclipse/images/eclipse-modulewizard-1.png b/eclipse/images/eclipse-modulewizard-1.png index 64391f8e5..86d008aa0 100644 Binary files a/eclipse/images/eclipse-modulewizard-1.png and b/eclipse/images/eclipse-modulewizard-1.png differ diff --git a/eclipse/index.html b/eclipse/index.html index d6bde4335..1cb720972 100644 --- a/eclipse/index.html +++ b/eclipse/index.html @@ -1,7 +1,7 @@

The GF Eclipse Plugin

John J. Camilleri
-Updated: 31 Jan 2012

+Updated: 2 Feb 2012

The research leading to these results has received funding from the European Union’s Seventh Framework Programme (FP7/2007-2013) under grant agreement n° FP7-ICT-247914.

@@ -42,18 +42,18 @@ Updated: 31 Jan 2012

  • Use GF Shell from within Eclipse
  • Auto-completion for declared identifiers
  • Background compilation (shallow) using project builder
  • -
  • Full support for Open Declaration (F3)
  • +
  • Support for Open Declaration (F3)
  • +
  • Code generation for new languages in application grammars
  • Near-term

    Long-term goals

    @@ -70,8 +70,8 @@ Updated: 31 Jan 2012

    Major release history

    -
    31/01/12
    -
    (1.2.5.x) Hugely improved scoping performance. New “Clone to new language” wizard. Improved code formatting. More efficient builder.
    +
    02/02/12
    +
    (1.2.5.x) Hugely improved scoping performance. New “Clone to new language” wizard. Improved code formatting. More efficient builder. Removed library path preference. GF runtime is now automatically found.
    23/01/12
    (1.2.4.x) Logging is now done to the Eclipse Platform Log (use “Error Log” view). Tested with Eclipse 3.6.2. Bug fixes.
    @@ -135,11 +135,8 @@ Updated: 31 Jan 2012

    1. Add the GF perspective by clicking Open Perspective → Other and choosing GF.
    2. -
    3. Set your paths to the GF executable and libraries by going to Window → Preferences → Grammatical Framework.
      -The runtime path is assumed to be ~/.cabal/bin/gf, which may be wrong depending on your -system and how you installed GF.
      -The library path should get automatically set from your environment’s GF_LIB_PATH variable.
    4. -
    5. You can also adjust the verbosity level of the GFEP logger.
    6. +
    7. The plugin will try to determine the path to your GF executable automatically. You can always check/overwrite it by going to Window → Preferences → Grammatical Framework.
    8. +
    9. You can also adjust the verbosity level of the GFEP console log in the preferences window.

    Updating the plugin

    @@ -149,10 +146,11 @@ 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.3

    +

    Deprecated stuff

    Project settings