String escapes in completion templates (and probably the other services as well) is broken. The templates

completion template = "\emph{" <e> "}"
completion template = "att = \"" <e> "\""

both work fine and propose the expected string, namely

\emph{__}
att = "__"

respectively. So, how does escaping work here? How to do this:

completion trigger : "\\"

or

completion trigger : "\"

(the latter does not parse; neither works)

Submitted by Sebastian Erdweg on 29 April 2011 at 11:52

On 29 April 2011 at 11:58 Lennart Kats commented:

I don’t think it’s been implemented. Support is needed in both the syntax and in the TermReader.readContents() method.


On 9 May 2011 at 11:14 Tobi Vollebregt tagged completion

On 24 February 2012 at 16:40 Lennart Kats commented:

Duplicate: Spoofax/497


On 24 February 2012 at 16:40 Lennart Kats tagged feature

On 24 February 2012 at 16:40 Lennart Kats removed tag question

On 8 January 2013 at 16:23 Gabriël Konat tagged esv

Log in to post comments