主页
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月15日 10:08
> Is there any way I can create a command linked to the previous command, so an undo action would undo two of them? Or can I add more modifications to an existing command? Use CommandProcessor.runU...
社区
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月17日 08:12
Get an action class instance using ActionManager.getAction and invoke 'actionPerformed' on it.
社区
IntelliJ IDEA Open API and Plugin Development
How do I invoke an action from another?
0 票
创建于
2016年02月24日 09:00
This is because showing of folding outline area is disabled by default in LanguageConsoleImpl (see LanguageConsoleImpl.Helper#setupEditor where ConsoleViewUtil#setupConsoleEditor is called with fal...
社区
IntelliJ IDEA Open API and Plugin Development
How to indent console out like normal console out
0 票
创建于
2016年02月25日 08:33
Language-specific classes (e.g. related to Java language support) can indeed be missing in AppCode, but base-platform-related ones should be practically the same. Could you please give examples of ...
社区
IntelliJ IDEA Open API and Plugin Development
Are there any docs that cover the differences between IDEA and AppCode?
0 票
创建于
2014年01月14日 07:48
Not yet. Once it be usable, it will be in master and in the nearest appropriate EAP.
社区
IntelliJ IDEA Open API and Plugin Development
Multiple carets and selections prototype
0 票
创建于
2014年01月15日 07:35
I'm looking at what Vojtěch did and what he is doing (thanks again to him, as it always helps to see some working example, even if I cannot take the implementation as it is), but I'm now working my...
社区
IntelliJ IDEA Open API and Plugin Development
Multiple carets and selections prototype
0 票
创建于
2014年03月18日 14:47
http://confluence.jetbrains.com/display/IDEADEV/Supporting+multiple+carets page has just been added to the plugin development guide. I hope it answers some of your questions. Please feel free to ad...
社区
IntelliJ IDEA Open API and Plugin Development
Request: migration guide for multiple carets in 13.1
0 票
创建于
2014年06月23日 08:25
You can use addFocusListener(FocusChangeListener, Disposable) method to add your listener. Listener will be removed when second parameter is disposed.
社区
IntelliJ IDEA Open API and Plugin Development
How to remove FocusChangedListener from EditorImpl?
0 票
创建于
2014年06月05日 07:38
You got it right - block selection mode, in an old sense, won't be supported anymore. hasBlockSelection() method in SelectionModel will be removed at some point.
社区
IntelliJ IDEA Open API and Plugin Development
When are multiple carets not supported?
0 票
创建于
2014年05月30日 07:27
I believe, it's done by default if it's set up in color scheme. Check 'Readonly fragment background' in color scheme configuration. It's set for default scheme, but not set for Darcula currently.
社区
IntelliJ IDEA Open API and Plugin Development
Highlighting of read-only blocks
0 票
«
第一页
‹
上一页
下一页
›
最后
»