ceylon-ide-eclipse icon indicating copy to clipboard operation
ceylon-ide-eclipse copied to clipboard

Double click on "Specify explicit type" quick assist vanishing act

Open tombentley opened this issue 10 years ago • 1 comments

Given something like

value foo = bar.baz();

With the cursor on value I open the quick assists context menu using the keyboard shortcut (Ctrl+1 for me). I then double click on the second option ("Specify explicit type 'Baz<Whatever>'"). For a moment I get the next menu appearing (where I get to chose which type I want to use out of all the supertypes of the inferred type), but it disappears almost instantly. I'm left with value having a rectangle around it showing it's the subject of a refactoring.

If I just use the keyboard it works fine.

tombentley avatar Jul 31 '14 11:07 tombentley

Hrm. I can't reproduce this on mac. What I suppose is happening is that the linked mode field loses focus for some reason. No idea why.

gavinking avatar Jul 31 '14 13:07 gavinking