主页
IDEs Support (IntelliJ Platform) | JetBrains
联系支持服务
社区
登录
Aleksey Pivovarov
活动总数
801
最后的活动
2024年09月23日 14:52
成员加入日期
2013年08月06日 15:41
关注
0 名用户
关注者数
0 名用户
投票数
0
订阅数
444
活动概览
文章(0)
帖子(0)
评论(357)
按投票数排序
最近的活动
投票数
创建于
2016年01月11日 15:17
Also, if the dialog is simple, you might look at Messages.showInputDialog() and InputValidator / InputValidatorEx.
社区
IntelliJ IDEA Open API and Plugin Development
popup field
0 票
创建于
2016年01月11日 10:03
There are intellij sources available https://github.com/jetbrains/intellij-community, they might be more handy than decompiled code.As for the issue, it might have been caused by scheme with <optio...
社区
IntelliJ IDEA Open API and Plugin Development
Updating color scheme plugin leads to errors that didn't occur before
0 票
创建于
2016年01月11日 09:55
You might want to look at http://www.jetbrains.org/intellij/sdk/docs/basics/architectural_overview.htmlhttp://www.jetbrains.org/intellij/sdk/docs/basics/virtual_file_system.htmlUsing native java IO...
社区
IntelliJ IDEA Open API and Plugin Development
How to open particular file in IntelliJ idea programatically
0 票
创建于
2015年12月14日 11:20
Hi,There are two diff API in intellij atm. The old one (com.intellij.openapi.diff.*) and the new one (com.intellij.diff.* - IDEA 14.1+, builds 141.*+ ).Using new API:import com.intellij.diff.DiffCo...
社区
IntelliJ IDEA Open API and Plugin Development
How to display diff manager in order to compare two strings
0 票
创建于
2013年09月28日 15:12
Hello,which version of IDE do you use? Could you try next EAP (when it will be ready) - i can't reproduce your case, but fixed some related errors.
社区
RubyMine
Can't login to github.com: sun.security.validator.ValidatorException: PKIX path building failed:
0 票
创建于
2015年03月12日 15:51
Nice to hear that issue solved.Feel free to report issues at https://youtrack.jetbrains.com next time.
社区
RubyMine
Accessing Github in RubyMine EAP 7.1
0 票
创建于
2016年06月06日 11:02
Hi, AFAIU IntelliJ is not a collaborative tool (ie: text editor that allows simultaneous access by multiple users). There are plugins with such functionality, but this question should be addressed ...
社区
IntelliJ IDEA Users
Conflict resolution techniques used in IntelliJ
0 票
创建于
2021年04月04日 14:59
Sorry, I'm not sure what might be added to 2 answers above.Maybe, share your code and where it doesn't work as expected?
社区
IntelliJ IDEA Open API and Plugin Development
Custom buttons in DialogWrapper
0 票
创建于
2016年07月04日 10:05
ToolWindow window = ToolWindowManager.getInstance(project).getToolWindow(TOOL_WINDOW_ID);
社区
IntelliJ IDEA Open API and Plugin Development
Get Instance of Toolwindow
0 票
创建于
2015年11月27日 14:10
There are no support for github pull requests yet (IDEA-85079).
社区
IntelliJ IDEA EAP Users
How Do I Review A GitHub Pull Request In IDEA?
-1 票
«
第一页
‹
上一页