Home
IDEs Support (IntelliJ Platform) | JetBrains
Submit a request
Community
Sign in
Markus Neubauer
Total activity
109
Last activity
January 16, 2016 14:06
Member since
June 18, 2013 08:24
Following
0 users
Followed by
0 users
Votes
0
Subscriptions
33
Activity overview
Posts (20)
Comments (56)
Sort by votes
Recent activity
Votes
Created
June 21, 2013 09:43
Hi Hiakru,you need a Visitor and a PsiFile to access the methods.If you want to search methods for a Java Class you can use a JavaRecursiveElementVisitor that extends your own visitor and override ...
Community
IntelliJ IDEA Open API and Plugin Development
How do I get method list from PsiFile or VirtualFile?
2 votes
Created
June 21, 2013 09:06
Hi Dmitrycould you please provide an example of how this can be done?It's much easier to create a standard JUnit configuration for your class and to run it using the usual API.Markus
Community
IntelliJ IDEA Open API and Plugin Development
How to run test of the project from plugin?
0 votes
Created
June 19, 2013 15:54
I have another question.Is there any way to trigger a maven or gradle task from the pluginor access the cmd and execute a command?Markus
Community
IntelliJ IDEA Open API and Plugin Development
How to write an own dependency plugin for a Java project
0 votes
Created
July 04, 2013 09:10
I found the solution by myself,I use Runtime.getRuntime().exec(command) to execute a cmd command and run a Maven task.With the Surefire plugin from Maven I can easily run the test.Markus
Community
IntelliJ IDEA Open API and Plugin Development
Run JUnit Test with maven dependencies from plugin
0 votes
Created
June 21, 2013 14:22
After some try and error I don't really get a solution for this problem.I can't get the same services as in the Maven plugin.xml into my project.Markus
Community
IntelliJ IDEA Open API and Plugin Development
How to trigger Maven or Gradle tasks from a plugin
0 votes
Created
July 31, 2013 14:24
That means I just have to wait a specific time before I use my plugin?
Community
IntelliJ IDEA Open API and Plugin Development
Why is ContentRevision.getContent() null?
0 votes
Created
July 30, 2013 09:15
Thank you very much Dmitry.That's exactly what I wanted to know.
Community
IntelliJ IDEA Open API and Plugin Development
Why is findFilesWithPlainTextWords not working?
0 votes
Created
July 23, 2013 13:33
Thank you Dmitry I use the StubIndex for searching the annotations and this works.
Community
IntelliJ IDEA Open API and Plugin Development
Is there any way to search for a string in the project?
0 votes
Created
July 19, 2013 10:31
Is this functionality accessible in the 12x version too?
Community
IntelliJ IDEA Open API and Plugin Development
Find in path
0 votes
Created
September 03, 2013 12:40
I set it like this:SimpleTextAttributes simpleTextAttributes = new SimpleTextAttributes(Color.green, Color.black, null, SimpleTextAttributes.STYLE_PLAIN);this.append(psiClass.getName(), simpleTextA...
Community
IntelliJ IDEA Open API and Plugin Development
How to change the background color of an element in the tree view?
0 votes
Next
›
Last
»