eclipse-ocl / org.eclipse.ocl

Eclipse Public License 2.0
0 stars 0 forks source link

[console] Intermittent completion assist / carriage return #2181

Open eclipse-ocl-bot opened 1 week ago

eclipse-ocl-bot commented 1 week ago

| --- | --- | | Bugzilla Link | 573951 | | Status | NEW | | Importance | P3 normal | | Reported | Jun 03, 2021 03:30 EDT | | Modified | Jun 03, 2021 03:37 EDT | | Reporter | Ed Willink |

Description

While pursuing the OCLinEcore tutorial nad some side investigations, the text entry seemed strange.

After typing "self" the command did not always appear to work, may be a misobservation, and after the sometimes the "self" remained as if the had not been typed although it appeared to have executed.

A suspicion is that typing at the wrong speed triggers a completion assist that steald the focus and uses the to terminate the assist.

Attempting to replicate in JDT fails completion/content assist doesn't seem to auto-appear/corrupt.

eclipse-ocl-bot commented 1 week ago

By Ed Willink on Jun 03, 2021 03:37

(In reply to Ed Willink from comment #0)

Attempting to replicate in JDT fails completion/content assist doesn't seem to auto-appear/corrupt.

Ah! In my workspace, auto-activation and auto-insert of single proposals is disabled, so JDT seems ok.

In the nested Eclipse for the tutorial auto-activation and auto-insert of single proposals is enable. So magic typing is possible.

In the case of "self", self is a single proposal which might trogger the anomally, but also a highlighting rewrite to show "self" in keyword font may also interfere.