Home
IDEs Support (IntelliJ Platform) | JetBrains
Contact Support
Community
English (United States)
简体中文
Sign in
Anna Kozlova
Total activity
1422
Last activity
June 12, 2023 14:16
Member since
October 25, 2005 10:47
Following
0 users
Followed by
0 users
Votes
0
Subscriptions
503
Activity overview
Articles (0)
Posts (0)
Comments (919)
Sort by recent activity
Recent activity
Votes
Created
September 14, 2016 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...
Community
IntelliJ IDEA Open API and Plugin Development
Modifying JUnit plugin in Android Studio/IDEA
0 votes
Created
August 16, 2016 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...
Community
IntelliJ IDEA Open API and Plugin Development
FinalListener changes text in document directly
0 votes
Created
July 13, 2016 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...
Community
IntelliJ IDEA Users
Running individual tests from a jar under IntelliJ 2016
0 votes
Created
July 12, 2016 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 ...
Community
IntelliJ IDEA Users
Running individual tests from a jar under IntelliJ 2016
0 votes
Created
July 12, 2016 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
Community
IntelliJ IDEA Users
Running individual tests from a jar under IntelliJ 2016
0 votes
Created
July 11, 2016 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
Community
IntelliJ IDEA Users
Running individual tests from a jar under IntelliJ 2016
0 votes
Created
July 08, 2016 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...
Community
IntelliJ IDEA Open API and Plugin Development
ConsoleView, print not working
0 votes
Created
July 08, 2016 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)
Community
IntelliJ IDEA Open API and Plugin Development
ConsoleView, print not working
0 votes
Created
July 08, 2016 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 ...
Community
IntelliJ IDEA Open API and Plugin Development
ConsoleView, print not working
0 votes
Created
July 08, 2016 09:07
Hi Eric, how do add the console to the UI? Anna
Community
IntelliJ IDEA Open API and Plugin Development
ConsoleView, print not working
0 votes
«
First
‹
Previous
Next
›
Last
»