Wwyy051766
- Total activity 9
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 3
-
-
Wwyy051766 created a post, AnsweredHide line number bar button when code is folded
I developed an idea plug-in that adds a custom line number bar button "+" to each line of the opened file, but when the code is folded, this button does not hide automatically. What should I do? -
-
Wwyy051766 created a post, AnsweredCustom button in line number bar
Is there an API in idea to add a custom button to the line number bar? For example: Add a "+" button to the line number column of a Java file, and click it to pop up a customized pop-up box. -
Wwyy051766 created a post, AnsweredJava code embedded in custom jpanel
Does idea have an API similar to the one shown above that can meet these requirements? Requirements: 1. Open the Java file and add a custom jpanel below the code (you can put text, buttons and othe... -
Wwyy051766 created a post, AnsweredQuestions about idea consoleview
I created a log query plug-in using the IntelliJ IDEA consoleview component. Pressing ctrl+f on the page will open the search box of idea by default, but it cannot always be displayed at the top. W...