Decompiler issues

已回答

Hello,

I've created a custom implementation of FileEditor, which works for the most part. The editor is for .class files. I have one issue though that I simply can't find the solution to:

I believe this only happens for classes that are already opened at startup. It's very inconsistent. Sometimes it happens, sometimes it doesn't.

Which class is responsible for displaying the above message?

 

Edit: One more thing I've noticed is that the selectNotify() method can get called up to three times upon opening a .class file in the non-default editor. Is that normal behavior? I feel like it's not.

0

Hi,

the notification is added by `com.intellij.codeInsight.daemon.impl.AttachSourcesNotificationProvider`. No idea why there are three of them.

1
Avatar
Permanently deleted user

Hey,

sorry, it's been a while since I've last logged in. We moved away from that implementation, so the bug is not really our problem anymore, but regardless of that, thanks for the pointer (:

Have a nice day.

0

请先登录再写评论。