主页
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年12月21日 11:47
You can try to wrap it in your own command - only top-level command should matter.
社区
IntelliJ IDEA Open API and Plugin Development
Undo programmatically
0 票
创建于
2016年12月21日 11:29
Thanks. Sorry, I didn't look at this in details myself first. It turns out it's not possible currently to display folding anchors for a folding region located completely inside one visual line. The...
社区
IntelliJ IDEA Open API and Plugin Development
FoldingBuilder behavior for single line
0 票
创建于
2016年12月21日 09:19
Can you debug the following method to see why your folding region is not picked: com.intellij.openapi.editor.impl.EditorGutterComponentImpl#doPaintFoldingTree It's possible that explicit editor rep...
社区
IntelliJ IDEA Open API and Plugin Development
FoldingBuilder behavior for single line
0 票
创建于
2016年12月21日 08:46
Yes, it won't be so straightforward. Probably you can try setting it for all editors corresponding to a given document, obtained via com.intellij.openapi.editor.EditorFactory#getEditors(com.intelli...
社区
IntelliJ IDEA Open API and Plugin Development
FoldingBuilder behavior for single line
0 票
创建于
2016年12月21日 08:06
It's possible to make single-line folding regions have folding anchor displayed in editor by calling editor.getSettings().setAllowSingleLogicalLineFolding(true)
社区
IntelliJ IDEA Open API and Plugin Development
FoldingBuilder behavior for single line
0 票
创建于
2016年12月20日 15:33
Maybe com.intellij.ui.EditorTextFieldCellRenderer can help you. If you're looking for the actual code that does font fallback - it's in com.intellij.openapi.editor.impl.ComplementaryFontsRegistry.
社区
IntelliJ IDEA Open API and Plugin Development
How can I render CJK characters properly in JBTable?
0 票
已编辑于
2016年12月20日 14:19
You've described it correctly (with some platform-dependent caveats, but on Windows it's like that). I don't think I know a font that I can recommend in this case - as you say, a specific Korean fo...
社区
IntelliJ IDEA Open API and Plugin Development
How can I render CJK characters properly in JBTable?
0 票
创建于
2016年12月20日 08:36
Editor has font fallback mechanism - when user-chosen font cannot display some character, other font will be used. Swing text components don't have that. The only solutions currently are either usi...
社区
IntelliJ IDEA Open API and Plugin Development
How can I render CJK characters properly in JBTable?
0 票
创建于
2016年12月05日 08:11
Maybe com.intellij.openapi.actionSystem.ActionPromoter can help.
社区
IntelliJ IDEA Open API and Plugin Development
What happens when multiple plugins register a custom shortcut to the same component?
0 票
创建于
2016年12月02日 07:32
You need another Application class - com.intellij.openapi.application.Application, usually accessed like this: ApplicationManager.getApplication().invokeLater(...)
社区
IntelliJ IDEA Open API and Plugin Development
Application.application == null
0 票
«
第一页
‹
上一页
下一页
›
最后
»