Huangss

- Total activity 15
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 2
- Subscriptions 3
-
Edited class o.j.i.MemoizedProvider overrides final method o.g.a.i.p.AbstractMinimalProvider.toString()Ljava/lang/String
AnsweredMy setting is:plugins { id 'java' id 'org.jetbrains.intellij' version '1.13.3' } group 'indi.bookmarkx' version '2.2.0' repositories { mavenLocal() maven { url 'https://maven.ali... -
Edited Custom LineMarkInfo Repeat
AnsweredWhy the LineMarkInfo display repeatedly : All my code is following:public class BookmarkLineMarkerProvider implements LineMarkerProvider { @Override public LineMarkerInfo<?> getLineMarker... -
Created Icon error in plugin development
AnsweredWhy does the plugin I developed change the ICONS of other plugins to the same ICONS as mine after installation.My code is as follows:<toolWindow id="Bookmark-X" anchor="left" ic...