Home
IDEs Support (IntelliJ Platform) | JetBrains
Contact Support
Community
Sign in
Dmitry Batrak
Total activity
599
Last activity
June 06, 2023 09:14
Member since
December 19, 2013 17:00
Following
0 users
Followed by
1 user
Votes
0
Subscriptions
246
Activity overview
Articles (0)
Posts (0)
Comments (353)
Sort by recent activity
Recent activity
Votes
Created
December 19, 2013 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.
Community
IntelliJ IDEA Open API and Plugin Development
Multiple carets and selections prototype
0 votes
Created
January 13, 2014 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...
Community
IntelliJ IDEA Open API and Plugin Development
Multiple carets and selections prototype
0 votes
Created
April 14, 2014 07:11
You can reset the selection in your EditorMouseMotionListener. It will override the default editor behaviour.
Community
IntelliJ IDEA Open API and Plugin Development
How to disable text selection in editor?
0 votes
Created
June 19, 2014 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...
Community
IntelliJ IDEA Open API and Plugin Development
Table (grid) editor with autocomplete, intentions etc.
0 votes
Created
June 19, 2014 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...
Community
IntelliJ IDEA Open API and Plugin Development
Table (grid) editor with autocomplete, intentions etc.
0 votes
Created
October 13, 2014 07:58
Check this thread.
Community
IntelliJ IDEA Open API and Plugin Development
Open file with unsupported Language (or File Extension)
0 votes
Created
October 13, 2014 07:44
Take a look at FileEditorManager class.
Community
IntelliJ IDEA Open API and Plugin Development
Open a Class programmatically in a new Editor
0 votes
Created
October 07, 2014 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).
Community
IntelliJ IDEA Open API and Plugin Development
Is it possible to specify default editor?
0 votes
Created
October 06, 2014 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...
Community
IntelliJ IDEA Open API and Plugin Development
How to modify the document without publishing events?
0 votes
Created
October 30, 2014 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...
Community
IntelliJ IDEA Open API and Plugin Development
Multicaret problems
0 votes
«
First
‹
Previous
Next
›
Last
»