[#3958] fix key command action handler gets deleted by content assist#3959
[#3958] fix key command action handler gets deleted by content assist#3959ghentschke wants to merge 1 commit intoeclipse-platform:masterfrom
Conversation
…y content assist fixes eclipse-platform#3958 by handling multiple calls on assistSessionStarted(ContentAssistEvent)
|
@mickaelistria can you please take a look at this? |
|
I think this patch is good and is the simplest way to address the reported issue. |
merks
left a comment
There was a problem hiding this comment.
It looks fine to me as well. Evidently assistSessionEnded is already guarded for being called multiple times or for being called without assistSessionStarted having been called, so guarding multiple calls to assistSessionEnded without a subsequent call to assistSessionEnded seems safe enough.
|
Thank for your fast replies @mickaelistria and @merks |
fixes #3958 by handling multiple calls on assistSessionStarted(ContentAssistEvent)