主页
IDEs Support (IntelliJ Platform) | JetBrains
联系支持服务
社区
登录
Alexander Doroshko
活动总数
2479
最后的活动
2024年11月15日 18:36
成员加入日期
2009年06月09日 09:45
关注
0 名用户
关注者数
1 名用户
投票数
0
订阅数
851
活动概览
文章(0)
帖子(0)
评论(1628)
按最近的活动排序
最近的活动
投票数
创建于
2014年08月28日 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.
社区
IntelliJ IDEA Open API and Plugin Development
How to add description to Annotator?
0 票
创建于
2014年11月28日 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...
社区
IntelliJ IDEA Open API and Plugin Development
How do I open a file if I have the path to it in the project?
0 票
创建于
2014年12月03日 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...
社区
IntelliJ IDEA Open API and Plugin Development
How to get the memory content of a file?
0 票
创建于
2014年12月01日 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...
社区
IntelliJ IDEA Open API and Plugin Development
How to add items to a tab context menu?
0 票
创建于
2014年12月01日 14:09
You even can do without parent group tag, just add add-to-group tag as action tag child.
社区
IntelliJ IDEA Open API and Plugin Development
How to add items to a tab context menu?
0 票
创建于
2015年04月23日 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).
社区
IntelliJ IDEA Open API and Plugin Development
Error in unit tests: DefaultColorSchemesManager has default state, but not marked to load it
0 票
创建于
2015年07月06日 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.
社区
IntelliJ IDEA Open API and Plugin Development
Is it possible to view tests written for IDEA's source code?
0 票
创建于
2015年07月07日 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...
社区
IntelliJ IDEA Open API and Plugin Development
Is it possible to view tests written for IDEA's source code?
0 票
创建于
2013年10月29日 14:27
Make sure you added dependency to plugin.xml:<depends>JavaScript</depends>
社区
IntelliJ IDEA Open API and Plugin Development
JSON highlighting in LanguageTextField
0 票
创建于
2013年10月29日 15:08
Try attached sample.Attachment(s):SamplePlugin.zip
社区
IntelliJ IDEA Open API and Plugin Development
JSON highlighting in LanguageTextField
0 票
«
第一页
‹
上一页
下一页
›
最后
»