主页
IDEs Support (IntelliJ Platform) | JetBrains
联系支持服务
社区
登录
Charlie Choiniere
活动总数
160
最后的活动
2020年08月11日 20:49
成员加入日期
2010年02月04日 17:58
关注
0 名用户
关注者数
0 名用户
投票数
1
订阅数
47
活动概览
帖子(41)
评论(71)
按最近的活动排序
最近的活动
投票数
创建于
2015年07月13日 17:08
Hey nothing like a good old System.out.println(); :DThanks again for the help!
社区
IntelliJ IDEA Open API and Plugin Development
JavaScript API: Change Icon for JSLike file.
0 票
创建于
2015年07月09日 11:23
Is there a way to add a .tmbundle through the plugin api? So I could write basic syntax highlighting instead of a custom language then include it with my plugins resources?
社区
IntelliJ IDEA Open API and Plugin Development
Syntax highlighting
0 票
创建于
2015年05月21日 13:49
That worked great! Thank you! This seems to get me the files I want to upload and is a good start. I'm not sure it's the best approach, but it works for now.@Override public void after(@NotNull Lis...
社区
IntelliJ IDEA Open API and Plugin Development
Current Project in Application Component
0 票
创建于
2015年05月28日 11:35
This is the correct answer. Thanks for the help! Setting the IDEA jdk properly to a Java 1.6 JDK worked.
社区
IntelliJ IDEA Open API and Plugin Development
Building Idea with Java 1.6 on OSX
0 票
创建于
2015年05月27日 14:44
That makes a lot of sense and would in theory look similar to the deployments configuration. Are there any examples of how to create such a UI or an existing project I could take a look at? I was a...
社区
IntelliJ IDEA Open API and Plugin Development
Mark folder as Custom?
0 票
创建于
2015年05月27日 12:35
Perfect! Thank you!
社区
IntelliJ IDEA Open API and Plugin Development
Create Project Service
0 票
创建于
2015年06月02日 18:22
I wasn't able to resolve this issue. It seems to be a problem with the Java 1.6 JDK Security strength policies which are set to a hard limit by default. The solution is to install Unlimited Policie...
社区
IntelliJ IDEA Open API and Plugin Development
Java 1.6 Could not generate DH keypair
0 票
创建于
2015年06月12日 11:38
That sounds easy enough. Is there a way to not even register the component in the plugin.xml based on the currenet SDK? Just curious. I can always run return from my component as you said using the...
社区
IntelliJ IDEA Open API and Plugin Development
Java 1.6 Could not generate DH keypair
0 票
创建于
2015年07月01日 00:15
I ended up making a project service. public class ConsoleService { private final ConsoleView consoleView; public ConsoleService(Project project) { consoleView = TextConsoleBuilderFacto...
社区
IntelliJ IDEA Open API and Plugin Development
Get Reference to Component in ToolWindow
0 票
创建于
2015年07月01日 11:14
Hmmm now I'm curious when you'd want to use one vs. the other.
社区
IntelliJ IDEA Open API and Plugin Development
Get Reference to Component in ToolWindow
0 票
«
第一页
‹
上一页
下一页
›
最后
»