主页
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年09月13日 09:56
Do you want to add highlighting to the existing editor for a local file or to embed diff window into the editor window (as a separate tab)? The difference is "I want to see <things that were change...
社区
IntelliJ IDEA Open API and Plugin Development
VCS and editor plugin
0 票
创建于
2016年09月09日 10:28
You can register DnD source on your component with a DataFlavor.stringFlavor. For example: DnDSupport.createBuilder(component) .setBeanProvider(info -> { if (info.isMove()) { return new DnDD...
社区
IntelliJ IDEA Open API and Plugin Development
drag and drop to Editor
0 票
创建于
2016年09月07日 19:20
Could you show a mockup of what you're trying to achieve?
社区
IntelliJ IDEA Open API and Plugin Development
VCS and editor plugin
0 票
创建于
2016年09月06日 09:55
This is likely a bug. Does it happen for all files, or only some of them? (ex: binary files, files without extension, files with some specific extension) Could you please attach log files ? https:/...
社区
IntelliJ IDEA EAP Users
Error when trying to diff files when using hide extensions option
0 票
创建于
2016年09月01日 10:35
Yes, this is a bug. You can track it at https://youtrack.jetbrains.com/issue/IDEA-160646
社区
IntelliJ IDEA Users
Using external diff tool drops extension from filename
0 票
创建于
2016年07月05日 10:33
Are you sure you won't use git hooks instead? Disabling an action will not prevent users from executing `git push` from command line (or any other git gui).
社区
IntelliJ IDEA Open API and Plugin Development
Disable Default Entrance of Git Push or Replace Git Push with Our Implement?
0 票
已编辑于
2016年06月27日 11:48
Or you can search for projects that contain this file under theirs source roots. ProjectManager.getInstance().getOpenProjects()ProjectRootManager.getInstance(project).getFileIndex().isInContent(eve...
社区
IntelliJ IDEA Open API and Plugin Development
How to get project in VirtualFileListener
0 票
创建于
2016年06月27日 11:34
Hi, I'm afraid, there are no API to do so. Are you trying to fix IDEA-24398 with a plugin? A long answer in case if you'd like to try a hacky approach: You can disable LineStatusTrackerManager by...
社区
IntelliJ IDEA Open API and Plugin Development
Add own Line Status / VCS Diff Changes with own Content?
0 票
创建于
2016年06月23日 10:02
If you want to know details - you might check implementation of ActionManagerImpl. The idea is that ActionManager allows to get AnAction instance by its `id`. These `id` are registered in `.xml` fi...
社区
IntelliJ IDEA Open API and Plugin Development
Intellij plugin development, how to prevent an action from occuring, like closing a tab
0 票
已编辑于
2016年06月22日 11:36
The issue is that there are multiple actions with the same shortcut available in given context. In this case we don't know which one to execute, and pick the first one. You can use com.intellij.ope...
社区
IntelliJ IDEA Open API and Plugin Development
[Action, Shortcut] How to force IDE to use action shortcut?
0 票
«
第一页
‹
上一页
下一页
›
最后
»