主页
IDEs Support (IntelliJ Platform) | JetBrains
联系支持服务
社区
登录
Imants Cekusins
活动总数
410
最后的活动
2024年06月25日 06:27
成员加入日期
2015年07月30日 11:35
关注
0 名用户
关注者数
0 名用户
投票数
15
订阅数
108
活动概览
帖子(12)
评论(275)
按最近的活动排序
最近的活动
投票数
创建于
2017年03月28日 10:54
> The error describes the only the latest lsource that was used for resolving base.jar, if the jar was there, the dependency would be resolved earlier. the error appeared before a dep to local jar ...
社区
IntelliJ IDEA Open API and Plugin Development
Gradle config for plugin
0 票
创建于
2017年03月28日 10:26
> There is no any sense to depend on `gradle-intellij-plugin` thank you. I will remove this dep. the error in the original post in this topic appeared with different build.gradle files. the ja...
社区
IntelliJ IDEA Open API and Plugin Development
Gradle config for plugin
0 票
创建于
2017年03月28日 09:58
complete build.gradle files for both Base and Plugin are here they seem to work.
社区
IntelliJ IDEA Open API and Plugin Development
Gradle config for plugin
0 票
创建于
2017年03月27日 22:55
Plugin project build.gradle can refer to Base jar like this: dependencies { compile files('libs/base-1.0.jar')}
社区
IntelliJ IDEA Open API and Plugin Development
Gradle config for plugin
0 票
创建于
2017年01月02日 08:05
you could implement liveTemplateContext extension point..
社区
IntelliJ IDEA Open API and Plugin Development
Turn off auto-select completion element when inside LiveTemplate
0 票
创建于
2016年10月07日 13:04
this should work: <projectService id="serviceA" serviceInterface="IServiceA" serviceImplementation="ServiceA"/>ServiceA imp = ServiceManager.getService(project, IServiceA.class).Get()
社区
IntelliJ IDEA Open API and Plugin Development
Persisting State of Components not working
0 票
创建于
2016年09月27日 18:18
IconProvider extension may be it. here is implementation example: JavaDirectoryIconProvider
社区
IntelliJ IDEA Open API and Plugin Development
Change Icon based on Modul
0 票
创建于
2016年09月26日 19:14
as long as it works ;)
社区
IntelliJ IDEA Open API and Plugin Development
Initialise Project, must read PSI-Files
0 票
创建于
2016年09月26日 17:51
ProjectStructureDetector may help. Override this class to provide automatic detection of modules and libraries for 'Create from existing sources' mode of the new project/module wizard. I never...
社区
IntelliJ IDEA Open API and Plugin Development
Initialise Project, must read PSI-Files
0 票
创建于
2016年09月26日 14:46
postStartupActivity extension point in your StartupActivity implementation, in runActivity, add this: StartupManager.getInstance(project) .registerPostStartupActivity(() -> { // the setup code ...
社区
IntelliJ IDEA Open API and Plugin Development
Initialise Project, must read PSI-Files
0 票
«
第一页
‹
上一页
下一页
›
最后
»