主页
IDEs Support (IntelliJ Platform) | JetBrains
联系支持服务
社区
简体中文
English (United States)
登录
Dmitry Batrak
活动总数
599
最后的活动
2023年06月06日 09:14
成员加入日期
2013年12月19日 17:00
关注
0 名用户
关注者数
1 名用户
投票数
0
订阅数
246
活动概览
文章(0)
帖子(0)
评论(353)
按最近的活动排序
最近的活动
投票数
创建于
2016年02月24日 10:19
Openapi.jar can have differences between different versions of the same IDE as well - as the API is evolving, new features being added and deprecated ones removed. There shouldn't be a notable diff...
社区
IntelliJ IDEA Open API and Plugin Development
Are there any docs that cover the differences between IDEA and AppCode?
0 票
创建于
2016年02月24日 10:44
There's no such an event at the level of FileEditorManager. You should get a component event though when editor component changes visibility.
社区
IntelliJ IDEA Open API and Plugin Development
[Question] fail to register two event handler
0 票
创建于
2016年03月25日 09:29
It's a known issue - https://youtrack.jetbrains.com/issue/IDEA-72989
社区
IntelliJ IDEA Open API and Plugin Development
can not show unicode in text editor
0 票
创建于
2016年03月25日 10:50
We definitely plan to fix it. Cannot tell how soon that will happen.
社区
IntelliJ IDEA Open API and Plugin Development
can not show unicode in text editor
0 票
创建于
2016年02月11日 09:52
I thought the main problem was to find out whether document change is caused by action, or e.g. by synchronizing with file system (in case of update from VCS, etc). If you just need to find the act...
社区
IntelliJ IDEA Open API and Plugin Development
How to determine if a document change is as a result of an editor action?
0 票
创建于
2016年02月15日 11:01
> > use CommandProcessor.runUndoTransparentAction instead of CommandProcessor.executeCommand. > What does this actually do? Does it merge the changes from the transparent action with the previous u...
社区
IntelliJ IDEA Open API and Plugin Development
How to determine if a document change is as a result of an editor action?
0 票
创建于
2016年02月16日 07:23
You can register an event listener via IdeEventQueue.addPostprocessor. It will receive all AWTEvent-s for the application.
社区
IntelliJ IDEA Open API and Plugin Development
Capturing Keyboard and Mouse events
0 票
创建于
2016年02月18日 08:42
If your action is not executed in editor context, you'll need to provide a different AnActionEvent with editor's data context (you can get it using EditorEx.getDataContext() for the specific editor...
社区
IntelliJ IDEA Open API and Plugin Development
How do I invoke an action from another?
0 票
创建于
2016年05月09日 08:17
>I'm working on a plugins that add carets. However, during that process, the primary caret gets changed (I'm not a 100% sure why, though while digging in the code, it seems the last caret added is ...
社区
IntelliJ IDEA Open API and Plugin Development
Caret "beyond end of line"
0 票
创建于
2016年02月11日 07:26
Maybe an action listener can help you (see ActionManager#addAnActionListener).
社区
IntelliJ IDEA Open API and Plugin Development
How to determine if a document change is as a result of an editor action?
0 票
«
第一页
‹
上一页
下一页
›
最后
»