Skip to content

Commit

Permalink
add link; fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
udesou committed Mar 15, 2016
1 parent 3595963 commit 469871f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions source/release/migrate/new_completions_framework.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,11 @@ New projects come automatically with support for the new completions framework.
To migrate old projects it is necessary to:

- add the following imports to the main Stratego file:
- `completion/-`. This imports all the stratego files, generated from the SDF3 grammar.
- `completion/-`. This imports all the stratego files generated from the SDF3 grammar.
- `runtime/completion/-`. This imports the completion framework, part of the runtime-libraries.
- add the following strategy to the trans/pp.str file:
- `pp-completion = pp-partial-<LanguageName>-string`
- add the following import to `<LanguageName>-Colorer.esv`:
- `completion/colorer/<LanguageName>-cc-esv`. This import the editor files responsible for coloring the explicit placeholders.

Currently, completion should only work properly for correct/incomplete programs. Completion for incorrect programs should happen soon, and also more IDE support. In case of any issue or suggestion for improvement, please report in http://yellowgrass.org/project/SpoofaxWithCore.
Currently, completion should only work properly for correct/incomplete programs. Completion for incorrect programs should happen soon, and also more IDE support. In case of any issue or suggestion for improvement, please report in [http://yellowgrass.org/project/SpoofaxWithCore](http://yellowgrass.org/project/SpoofaxWithCore).

0 comments on commit 469871f

Please sign in to comment.