lekanich
- Total activity 23
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 1
- Subscriptions 5
-
Created Create a license for own plugins
AnsweredCan I issue the license for the plugin for myself?I'd like to use my own plugin without paying for it via Marketplace. Also, maybe provide the license in the gradle for plugin tests to enable licen... -
Created What should be used instead StartupUiUtil.isUnderDarcula()
AnsweredThe method StartupUiUtil.isUnderDarcula() is marked as Deprecated, instead of it's suggested to use StartupUiUtil.INSTANCE.isDarkTheme() but it's marked as an Internal API, and during plugin verifi... -
Edited Plugin updates for legacy versions.
AnsweredWhat the convenient way to provide the same updates for different versions of IntelliJ IDEA when it contains API changes in it? For example, in 2020.1 was introduced method AbstractBundle.message a... -
Created Custom plugins repository
I created my custom plugin repository on nginx, uploaded plugin and uploadPlugin.xml on it. Then i added repository in Intellij IDEA, wrote repository's url (http://stage.hh:7000 server in local ...