gradusnikov / eclipse-chatgpt-plugin

An Eclipse plugin that integrates with ChatGPT
MIT License
55 stars 34 forks source link

Assist AI popup menu visible on all popups of all plugins #13

Open fidley opened 1 year ago

fidley commented 1 year ago

Hi @gradusnikov , first of all great work!

Seems there is an issue with the config of the popup menu for Assist AI. I can see it on all popup menus of all views from most of standard and custom plugins. As far as I know this image image As far as I know it can be customized, but I don't know how it looks in e4 fragment.xmi In e3 extension I think it was this (org.eclipse.ui.menus) image

jukofyork commented 7 months ago

This can be fixed by adding a menu visibility handler that checks if the active editor is an instance of ITextEditor (IIRC).