diff --git a/eclipse/index.html b/eclipse/index.html index 86078debb..e243c4384 100644 --- a/eclipse/index.html +++ b/eclipse/index.html @@ -40,6 +40,7 @@
PATH environment variablePATH environment variable).
The plugin provides its own console view named GFEP Log, which shows log messages based on the Log Level preference (Window → Preferences → Grammatical Framework).
+ +Additionally, everytime a grammar is Run a new console is opened to display the output. This console may also serve as the interactive GF Shell, depending on the Interactive Mode checkbox in your Run Configuration.
+ +Eclipse does not make it obvious when multiple console windows open; click on the Display Selected Console button to switch between open consoles:
+ +![]()
The Eclipse console implementation does not support command history (up arrow) or auto-completion (tab).
+ +You can set the log verbosity from Window → Preferences → Grammatical Framework. This setting also affects the verbosity of the log file gfep.log.
john.j.camilleri at domain c
- The in-editor validation often needs to be triggered/updated by a keystroke. So if you can still see errors which you believe should be correct, try adding a space character to ensure the validation has been re-triggered.
- Validation expects to have the project’s Build Automatically option checked (turned on).
-- 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 behaviour will hopefully be improved in future versions.
+- 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.
Criteria