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
February 15, 2016 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...
Community
IntelliJ IDEA Open API and Plugin Development
How to determine if a document change is as a result of an editor action?
0 votes
Created
February 17, 2016 08:12
Get an action class instance using ActionManager.getAction and invoke 'actionPerformed' on it.
Community
IntelliJ IDEA Open API and Plugin Development
How do I invoke an action from another?
0 votes
Created
February 24, 2016 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...
Community
IntelliJ IDEA Open API and Plugin Development
How to indent console out like normal console out
0 votes
Created
February 25, 2016 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 ...
Community
IntelliJ IDEA Open API and Plugin Development
Are there any docs that cover the differences between IDEA and AppCode?
0 votes
Created
January 14, 2014 07:48
Not yet. Once it be usable, it will be in master and in the nearest appropriate EAP.
Community
IntelliJ IDEA Open API and Plugin Development
Multiple carets and selections prototype
0 votes
Created
January 15, 2014 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...
Community
IntelliJ IDEA Open API and Plugin Development
Multiple carets and selections prototype
0 votes
Created
March 18, 2014 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...
Community
IntelliJ IDEA Open API and Plugin Development
Request: migration guide for multiple carets in 13.1
0 votes
Created
June 23, 2014 08:25
You can use addFocusListener(FocusChangeListener, Disposable) method to add your listener. Listener will be removed when second parameter is disposed.
Community
IntelliJ IDEA Open API and Plugin Development
How to remove FocusChangedListener from EditorImpl?
0 votes
Created
June 05, 2014 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.
Community
IntelliJ IDEA Open API and Plugin Development
When are multiple carets not supported?
0 votes
Created
May 30, 2014 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.
Community
IntelliJ IDEA Open API and Plugin Development
Highlighting of read-only blocks
0 votes
«
First
‹
Previous
Next
›
Last
»