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
June 28, 2016 07:12
BTW, I believe, you can also use EditorTextField if you wish, you just need to instantiate it directly (via constructor), passing psiFile.getViewProvider().getDocument() as document parameter.
Community
IntelliJ IDEA Open API and Plugin Development
Gui form to read and write xml file
0 votes
Created
June 27, 2016 15:42
> I can't even use tabs in the field. Do you mean entering \t characters? They are enabled per file type, and corresponding code uses PSI file associated with editor document, to determine that fil...
Community
IntelliJ IDEA Open API and Plugin Development
Gui form to read and write xml file
0 votes
Created
June 27, 2016 08:26
As for line numbers and other presentation-related options, check com.intellij.ui.EditorTextField#createEditor and com.intellij.ui.EditorTextField#addSettingsProvider methods. You can either overri...
Community
IntelliJ IDEA Open API and Plugin Development
Gui form to read and write xml file
0 votes
Created
June 17, 2016 14:47
I've pushed the change which should make caret model work as expected.
Community
IntelliJ IDEA Open API and Plugin Development
Caret "beyond end of line"
0 votes
Created
June 17, 2016 12:19
OK, I think I understand what you mean now. When primary caret gets merged with another one, it seems it can loose its 'primary' status now. I'll check whether it can be changed.
Community
IntelliJ IDEA Open API and Plugin Development
Caret "beyond end of line"
0 votes
Created
June 17, 2016 11:21
Sorry, I couldn't understand what your problem is. If it's with 'down' action implementation, please show the initial positions of all carets, and their positions after the action. If it's with som...
Community
IntelliJ IDEA Open API and Plugin Development
Caret "beyond end of line"
0 votes
Created
June 15, 2016 10:24
I've created an issue in YouTrack for this - https://youtrack.jetbrains.com/issue/IDEA-157491, and submitted a fix to master. Later I'll copy it to 162 branch (to be included in IDEA 2016.2).
Community
IntelliJ IDEA Open API and Plugin Development
ParameterInfoHandler not parameterized by PsiElement results in ClassCastException
0 votes
Created
June 14, 2016 09:06
Could you please give a reference to the original bug?
Community
IntelliJ IDEA Open API and Plugin Development
ParameterInfoHandler not parameterized by PsiElement results in ClassCastException
0 votes
Created
June 13, 2016 09:43
You say that the bug was resolved, but casting is still there. If that wasn't part of the original issue, please create a separate one for this.
Community
IntelliJ IDEA Open API and Plugin Development
ParameterInfoHandler not parameterized by PsiElement results in ClassCastException
0 votes
Created
February 24, 2016 07:44
This looks like https://youtrack.jetbrains.com/issue/IDEA-150889. Please try the latest IDEA 16 build, it must be fixed there.
Community
IntelliJ IDEA EAP Users
Alt-Enter Import Must
0 votes
«
First
‹
Previous
Next
›
Last
»