xinky
- Total activity 6
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 3
-
xinky created a post, Answeredhow to get IDE gradle settings in my own plugin
I want to get the gradle option of "delegate build to Gradle", then I add dependency 'gradle' to my plugin, I can see there are some API about this. GradleSystemRunningSettings.getInstance().isUs... -
xinky created a post, How to replace project tree arrow icons in theme plugin?
I just use these key in json file "/general/arrowDown.svg": "my.svg","/general/arrowRight.svg": "my.svg", It does not work with project file tree Thanks for replying! -