主页
IDEs Support (IntelliJ Platform) | JetBrains
联系支持服务
社区
登录
Anna Kozlova
活动总数
1422
最后的活动
2023年06月12日 14:16
成员加入日期
2005年10月25日 10:47
关注
0 名用户
关注者数
0 名用户
投票数
0
订阅数
503
活动概览
文章(0)
帖子(0)
评论(919)
按最近的活动排序
最近的活动
投票数
创建于
2016年09月14日 12:01
Hi Marek, did you try to modify corresponding file templates? You can't modify standard junit plugin currently but you may register your own com.intellij.testIntegration.TestFramework which wou...
社区
IntelliJ IDEA Open API and Plugin Development
Modifying JUnit plugin in Android Studio/IDEA
0 票
创建于
2016年08月16日 09:05
Hi, the document is changed in the final listener because the live template works with document and we try to avoid excessive psi-document synchronisations. As the text changes as soon as user sele...
社区
IntelliJ IDEA Open API and Plugin Development
FinalListener changes text in document directly
0 票
创建于
2016年07月13日 10:37
Ok, as I can't find now those complaints I've reverted that optimization. Let's see how it would work. Please watch https://youtrack.jetbrains.com/issue/IDEA-158464 if there would be any changes in...
社区
IntelliJ IDEA Users
Running individual tests from a jar under IntelliJ 2016
0 票
创建于
2016年07月12日 14:38
3. If you dbl click on the file in project view, IDEA would open editor with decompiled code. If you right click on a class name, you'll see options to run/debug tests, etc. 1. 2. The options were ...
社区
IntelliJ IDEA Users
Running individual tests from a jar under IntelliJ 2016
0 票
创建于
2016年07月12日 09:54
In the editor, there is an option to run your test, in the project view it's disabled as tests are normally supposed to be inside your project, not inside library. Sorry for the inconvenience, Anna
社区
IntelliJ IDEA Users
Running individual tests from a jar under IntelliJ 2016
0 票
创建于
2016年07月11日 12:17
Hi Steve, If you want to start one method/class, it should work. Please attach your jar (or send it to me) so we can reproduce the problem here. Thanks, Anna
社区
IntelliJ IDEA Users
Running individual tests from a jar under IntelliJ 2016
0 票
创建于
2016年07月08日 11:27
This call TextConsoleBuilderFactory.getInstance().createBuilder(vCurrentProject).getConsole() creates new console and you write to the new console which is invisible in the UI, so it's expected tha...
社区
IntelliJ IDEA Open API and Plugin Development
ConsoleView, print not working
0 票
创建于
2016年07月08日 10:03
Console.getComponent() returns Component and you can place it inside e.g. tool window (corresponding tutorial https://github.com/JetBrains/intellij-sdk-docs/tree/master/code_samples/tool_window)
社区
IntelliJ IDEA Open API and Plugin Development
ConsoleView, print not working
0 票
创建于
2016年07月08日 09:48
In order to see printed text, you need to see the console. As there is no code which adds the console to UI, I assumed that there could be an issue. If you would share that code, please also share ...
社区
IntelliJ IDEA Open API and Plugin Development
ConsoleView, print not working
0 票
创建于
2016年07月08日 09:07
Hi Eric, how do add the console to the UI? Anna
社区
IntelliJ IDEA Open API and Plugin Development
ConsoleView, print not working
0 票
«
第一页
‹
上一页
下一页
›
最后
»