eclipse-ocl / org.eclipse.ocl

Eclipse Public License 2.0
0 stars 0 forks source link

[editors] Support auto-content assist #1161

Closed eclipse-ocl-bot closed 1 month ago

eclipse-ocl-bot commented 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 |

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(".,:");

eclipse-ocl-bot commented 1 month ago

By Ed Willink on Aug 22, 2013 12:45

Pushed to master for M1.

eclipse-ocl-bot commented 1 month ago

By Ed Willink on May 25, 2015 17:21

CLOSED after more than a year in the RESOLVED state.