主页
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)
按最近的活动排序
最近的活动
投票数
创建于
2018年12月18日 14:37
Right, that was what I meant. Sorry if I was ambiguous. Editor highlighter (usually lexer-based) is updated as expected, but range highlighters, generated by DaemonCodeAnalyzer (including the ones ...
社区
IntelliJ IDEA Open API and Plugin Development
How to "close & reopen" an editor while preserving its position in split panes?
0 票
已编辑于
2018年12月18日 09:54
Lexer-based highlighter seems to be updated as previously. But (at least in case of built-in support) Markdown highlighting is not produced by lexer, but via asynchronous mechanism ('daemon'-based)...
社区
IntelliJ IDEA Open API and Plugin Development
How to "close & reopen" an editor while preserving its position in split panes?
0 票
创建于
2018年12月17日 08:25
I don't think there's an easy way to achieve this currently. It's worth to create a ticket for this in YouTrack.
社区
IntelliJ IDEA Open API and Plugin Development
How to "close & reopen" an editor while preserving its position in split panes?
0 票
创建于
2018年12月08日 09:24
Consider adding TypedHandlerDelegate extension. In its 'beforeCharTyped' method you can override what's happening when user types a character.
社区
IntelliJ IDEA Open API and Plugin Development
How to change what is being written in the editor?
0 票
创建于
2018年12月03日 11:49
Have you checked its javadoc?
社区
IntelliJ IDEA Open API and Plugin Development
InlayModel.addBlockElement() offset parameter
0 票
已编辑于
2018年11月30日 08:37
Might be some focus-related issue (which I cannot reproduce myself). It's better to raise a YouTrack ticket for it with the details.
社区
IntelliJ IDEA Users
Using the same keyboard shortcut in different areas of IDE for different actions does not work
0 票
创建于
2018年11月29日 07:16
You're passing 'true' to 'isViewer' parameter of 'createEditor' method. If you pass 'false', it will be possible to change text in editor, and those changes will be reflected in the document you use.
社区
IntelliJ IDEA Open API and Plugin Development
How could I made dialog editor syntax highlighter and can be formatted
0 票
创建于
2018年11月27日 08:24
First of all, you'll need to use an instance com.intellij.openapi.editor.Editor in your dialog, either instantiating it directly - via EditorFactory, or using EditorTextField. In the former case, y...
社区
IntelliJ IDEA Open API and Plugin Development
How could I made dialog editor syntax highlighter and can be formatted
0 票
创建于
2018年11月23日 09:46
From what I see, deselectNotify on project closing is invoked when project.isOpen() returns false already. This is also done on EDT, so there shouldn't be a race condition here. Please provide more...
社区
IntelliJ IDEA Open API and Plugin Development
Editor Commit Before Project Close
0 票
创建于
2018年11月22日 08:08
> Why doesn't this work and what's the reason to have simple edit action like deleting a letter in "Main menu | Edit" at all The action in Edit menu is not for deleting text in editor, it's for a '...
社区
IntelliJ IDEA Users
Using the same keyboard shortcut in different areas of IDE for different actions does not work
0 票
«
第一页
‹
上一页
下一页
›
最后
»