viatra / EMF-IncQuery

This repository is only kept for historic reasons. All development happens on eclipse.org
http://eclipse.org/viatra
13 stars 4 forks source link

Content offered inside comments #150

Closed istvanrath closed 11 years ago

istvanrath commented 12 years ago

In the EIQ pattern editor, if I activate content assist on a partially completed annotation (say @Obs), the content assist correctly offers @ObservableValue as a completion, but when I select it, the following will be written to the file: @Obs@ObservableValue, which will then produce a warning (correctly).

Additionally, content assists (annotations and "or/private/pattern") are offered inside comment blocks, both single line and multi line. IMHO this doesn't make sense.

ujhelyiz commented 12 years ago

First issue (pattern name annotation error) fixed in master.

About the second issue, I have looked for a while (both documentation and code), and frankly, I have no idea now how to achieve it.

istvanrath commented 12 years ago

Since the latter issue is absolutely not important, I'm delegating this one to the end of summer.

ujhelyiz commented 11 years ago

Migrated to https://bugs.eclipse.org/bugs/show_bug.cgi?id=398790