Closed eclipse-ocl-bot closed 1 month ago
| --- | --- | | Bugzilla Link | 414355 | | Status | CLOSED FIXED | | Importance | P3 normal | | Reported | Aug 03, 2013 06:42 EDT | | Modified | May 25, 2015 17:21 EDT | | Reporter | Ed Willink |
JDT supports automatic appearance of content assist following characters such as ".". Xtext supports it if configured by
binder.bind(String.class) .annotatedWith(com.google.inject.name.Names.named(\ (XtextContentAssistProcessor.COMPLETION_AUTO_ACTIVATION_CHARS))) .toInstance(".,:");
By Ed Willink on Aug 22, 2013 12:45
Pushed to master for M1.
By Ed Willink on May 25, 2015 17:21
CLOSED after more than a year in the RESOLVED state.
| --- | --- | | Bugzilla Link | 414355 | | Status | CLOSED FIXED | | Importance | P3 normal | | Reported | Aug 03, 2013 06:42 EDT | | Modified | May 25, 2015 17:21 EDT | | Reporter | Ed Willink |
Description
JDT supports automatic appearance of content assist following characters such as ".". Xtext supports it if configured by
binder.bind(String.class) .annotatedWith(com.google.inject.name.Names.named(\ (XtextContentAssistProcessor.COMPLETION_AUTO_ACTIVATION_CHARS))) .toInstance(".,:");