Home
IDEs Support (IntelliJ Platform) | JetBrains
Contact Support
Community
Sign in
Alexander Doroshko
Total activity
2479
Last activity
November 15, 2024 18:36
Member since
June 09, 2009 09:45
Following
0 users
Followed by
1 user
Votes
0
Subscriptions
851
Activity overview
Articles (0)
Posts (0)
Comments (1628)
Sort by recent activity
Recent activity
Votes
Created
August 28, 2014 18:05
You seem to dig deep in the code :)Well, the functionality you request was not designed. If you find some hacky way to get it - you are lucky.
Community
IntelliJ IDEA Open API and Plugin Development
How to add description to Annotator?
0 votes
Created
November 28, 2014 11:41
I wouldn't expect getVisualLineStart() and getVisualLineEnd() to return current line especially after reading its docs.Document.getLineNumber() is ok. CaretModel.getLogicalPosition() should work as...
Community
IntelliJ IDEA Open API and Plugin Development
How do I open a file if I have the path to it in the project?
0 votes
Created
December 03, 2014 16:46
Not saved content is backed by the com.intellij.openapi.editor.Document class.Try FileDocumentManager.getInstance().getCachedDocument().getCharsSequence()See more in javadoc, IntelliJ IDEA Communit...
Community
IntelliJ IDEA Open API and Plugin Development
How to get the memory content of a file?
0 votes
Created
December 01, 2014 13:40
There are a lot of examples in IntelliJ IDEA Community source code and opensource plugins.For example actions from the Dart plugin that work only for files named pubspec.yaml:<group> <action id="D...
Community
IntelliJ IDEA Open API and Plugin Development
How to add items to a tab context menu?
0 votes
Created
December 01, 2014 14:09
You even can do without parent group tag, just add add-to-group tag as action tag child.
Community
IntelliJ IDEA Open API and Plugin Development
How to add items to a tab context menu?
0 votes
Created
April 23, 2015 16:56
This is a bug that is already fixed in the upcoming IntelliJ IDEA 14.1.3 EAP.I asked responsible engineer to suggest a workaround for you (if any available).
Community
IntelliJ IDEA Open API and Plugin Development
Error in unit tests: DefaultColorSchemesManager has default state, but not marked to load it
0 votes
Created
July 06, 2015 19:28
There are more than 3000 of them. Almost each module has its own test source root. You can navigate to any test class or method and run it from context menu.
Community
IntelliJ IDEA Open API and Plugin Development
Is it possible to view tests written for IDEA's source code?
0 votes
Created
July 07, 2015 16:32
This was not an approach, this was a proof thet repository contains tests. Nobody naviagtes to TestCase.java to find them :)For your case you can simply guess that tests would be named like *Rename...
Community
IntelliJ IDEA Open API and Plugin Development
Is it possible to view tests written for IDEA's source code?
0 votes
Created
October 29, 2013 14:27
Make sure you added dependency to plugin.xml:<depends>JavaScript</depends>
Community
IntelliJ IDEA Open API and Plugin Development
JSON highlighting in LanguageTextField
0 votes
Created
October 29, 2013 15:08
Try attached sample.Attachment(s):SamplePlugin.zip
Community
IntelliJ IDEA Open API and Plugin Development
JSON highlighting in LanguageTextField
0 votes
«
First
‹
Previous
Next
›
Last
»