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
November 11, 2015 17:49
Use 'Paste Simple' action (Ctrl+Alt+Shift+V on Windows), but beware of https://youtrack.jetbrains.com/issue/IDEA-72989.
Community
IntelliJ IDEA Users
Supplementary character in Editor field
0 votes
Created
December 15, 2015 10:45
It's better to ask this question in Resharper forums (https://devnet.jetbrains.com/community/resharper). This forum is for IntelliJ IDEA-related questions.
Community
IntelliJ IDEA Users
Unit test Runner failed to load assembly, How to solve?
0 votes
Created
December 15, 2015 10:51
Seems to be reported already as https://youtrack.jetbrains.com/issue/IDEA-146792.
Community
IntelliJ IDEA Users
IDEA 15 - Windows popping on multi monitor setup
0 votes
Created
May 09, 2016 09:30
We can extend API, allowing to add caret, while not making it a primary one, as you say. But the description of Sync Edit Mode I've found (http://docwiki.embarcadero.com/RADStudio/XE7/en/Sync_Edit_...
Community
IntelliJ IDEA Open API and Plugin Development
Caret "beyond end of line"
0 votes
Created
May 09, 2016 13:05
I've implemented corresponding change, you'll be able to test it when 2016.2 EAP program will start. You'll probably also need to add your own Escape editor action handler, as the default one's log...
Community
IntelliJ IDEA Open API and Plugin Development
Caret "beyond end of line"
0 votes
Created
May 16, 2016 11:25
You probably haven't implemented methods getUserData/putUserData in your FileEditor implementation. As an option you can extend your implementation from UserDataHolderBase to get a standard impleme...
Community
IntelliJ IDEA Open API and Plugin Development
How to handle multiple error messages in Editor?
0 votes
Created
February 24, 2016 09:09
I don't think it's possible now. Please create a request in YouTrack for that.
Community
IntelliJ IDEA Open API and Plugin Development
Is there any way to catch double-click action in project view?
0 votes
Created
February 24, 2016 09:17
Maybe it's related to the version of HttpClient library shipped with IDEA. You can probably try to bundle your own version with your plugin not to depend on it.
Community
IntelliJ IDEA Open API and Plugin Development
trying to add post params to http request but failing on 14 versions. 15 versions working properly
0 votes
Created
February 24, 2016 09:53
Maybe adding a ComponentListener on editor component can help you - component events are fired on component being shown/hidden and on size change.
Community
IntelliJ IDEA Open API and Plugin Development
[Question] fail to register two event handler
0 votes
Created
February 24, 2016 10:00
Try running getPlugins.sh (or getPlugins.bat, if you're on Windows) in the root of IDEA source code tree.
Community
IntelliJ IDEA Open API and Plugin Development
Setting up development environment - missing modules
0 votes
«
First
‹
Previous
Next
›
Last
»