leetcode-editor icon indicating copy to clipboard operation
leetcode-editor copied to clipboard

fix #648 & replace deprecated methods

Open Wujiaxuan007 opened this issue 2 years ago • 0 comments

  1. NPE occurs when multiple new projects are opened and leetcode tool windows is switched. It's better to do NAVIGATOR_TABS_PANEL_DISPOSABLE_MAP.put(id, this); before getUser()?
image
  1. 'getIcon([email protected] @org.jetbrains.annotations.NotNull String)' is deprecated and marked for removal. Use com.intellij.openapi.util.IconLoader#getIcon(java.lang.String, java.lang.Class<?>) instead. image

Wujiaxuan007 avatar Jul 17 '23 02:07 Wujiaxuan007