anjlab / eclipse-tapestry5-plugin

Eclipse Plugin for Tapestry5
Apache License 2.0
21 stars 9 forks source link

multi-window add resource uses primary window for context #15

Open adamhorner opened 10 years ago

adamhorner commented 10 years ago

If however you are focused on the secondary window, the plus button should give you options based on the secondary window. The list of assets changes but the focus of the plus button remains the window selected in the primary window, as demonstrated in the attached screenshot (the focus is on the right hand window in the middle of the screen, the tapestry context window reflects that, however the plus button drop down menu shows as though the left hand window has context, which is incorrect) screen shot 2014-05-23 at 15 47 50

dmitrygusev commented 10 years ago

Hi @adamhorner,

I couldn't reproduce the issue on my machine, but I've reimplemented the logic for this popup menu so hopefully it's fixed now. Can you check with version 2.4.4 ?

adamhorner commented 10 years ago

Same issue was visible. I haven't tried recreating it with all other plugins disabled yet as that will take some time to do

adamhorner commented 10 years ago

The easy workaround is to just drag whichever window I need into the primary window and then hit the plus button, which then gives the appropriate list of files to add.