junichi11 commented on issue #3805: URL: https://github.com/apache/netbeans/issues/3805#issuecomment-1141647113
> how many other plugins could be also _broken_ by this change My concern is this. Invoking CC infinitely is risky, I think... The client-side does not know anything about whether the template has a problem. So, we can use unexpected templates for the current implementation of the editor accidentally easily. @mbien I guess we should handle it in the Java editor. The Java editor should know the context. So, please try to invoke CC again from the Java editor if needed instead of fixing the editor. > What do you think? Do you see any possible problem if we change it? Probably, there is no problem with this case(return), I suppose. However, at least, we have a problem other than this case(return). (The popup window is not hidden until we press the ESC key.) We have to investigate the other cases whether it works correctly. I want to avoid it... As I wrote above, maybe this editor's change is risky because the template usage is restricted. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] For further information about the NetBeans mailing lists, visit: https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists
