主页
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)
按最近的活动排序
最近的活动
投票数
创建于
2013年12月19日 17:00
Hello, Vojtěch,Screencasts look promising, thanks for your work.I'll have a look at the code when I'll start working on this feature.
社区
IntelliJ IDEA Open API and Plugin Development
Multiple carets and selections prototype
0 票
创建于
2014年01月13日 08:39
I've checked the code and played a bit with your implementation. There's one problem with your approach - storing caret positions just as offsets won't always work as expected in presence of folded...
社区
IntelliJ IDEA Open API and Plugin Development
Multiple carets and selections prototype
0 票
创建于
2014年04月14日 07:11
You can reset the selection in your EditorMouseMotionListener. It will override the default editor behaviour.
社区
IntelliJ IDEA Open API and Plugin Development
How to disable text selection in editor?
0 票
创建于
2014年06月19日 08:30
Representation of text in standard editor is pretty much fixed, it's not possible to adjust it that way. But you can probably try to use standard editor for each cell of your table separately, usin...
社区
IntelliJ IDEA Open API and Plugin Development
Table (grid) editor with autocomplete, intentions etc.
0 票
创建于
2014年06月19日 11:39
Is it possible to limit the standard editor to display/edit only a small part of the underlying documnt?Not 'out-of-the-box', but possible, if you will create corresponding document wrapper instan...
社区
IntelliJ IDEA Open API and Plugin Development
Table (grid) editor with autocomplete, intentions etc.
0 票
创建于
2014年10月13日 07:58
Check this thread.
社区
IntelliJ IDEA Open API and Plugin Development
Open file with unsupported Language (or File Extension)
0 票
创建于
2014年10月13日 07:44
Take a look at FileEditorManager class.
社区
IntelliJ IDEA Open API and Plugin Development
Open a Class programmatically in a new Editor
0 票
创建于
2014年10月07日 11:59
There's no other way to do it, unless there's a filename pattern that identifies your files (or any other criteria on a VirtualFile).
社区
IntelliJ IDEA Open API and Plugin Development
Is it possible to specify default editor?
0 票
创建于
2014年10月06日 12:18
You cannot prevent Document from generating events on content changes. Instead, you should change your code, that sends notification over network, such that it ignores document changes initiated by...
社区
IntelliJ IDEA Open API and Plugin Development
How to modify the document without publishing events?
0 票
创建于
2014年10月30日 05:47
Are you sure that exception is thrown each time? I'm not aware of any cases where it is thrown at normal operation (and being silently catched). I can hardly imagine the case when the exception wit...
社区
IntelliJ IDEA Open API and Plugin Development
Multicaret problems
0 票
«
第一页
‹
上一页
下一页
›
最后
»