Kasper Janssens

- Total activity 43
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 12
-
-
-
-
-
-
Kasper Janssens created a post, Answeredrun integration test with surefire pre and post integration steps in the configuration
Is it possible to run a single java integration test from within intellij taking into account the surefire pre and post integration steps defined in the maven pom? I managed to run the complete tar... -
Kasper Janssens created a post, Copy directory perform rename of package
Hello,I currently have a plugin where renaming a directory seems to work. I do this through resolving the appropriate elements (parts of the package, the corresponding parts in the build file) to t... -
Kasper Janssens created a post, Walking the PsiDirectory tree
Hello,Is it possible to walk the psi directory, for example starting from a certain PsiFile or VirtualFile, finding its PsiDirectory, and then going "down" in the directory tree, onto the underlyin... -
Kasper Janssens created a post, Access Editor object from Documentation Provider
Hello,I implemented a DocumentationProvider by extending the AbstractDocumentationProvider. Somewhere down the line I need to look up where the current cursor is, as I want to show the type of the ... -
Kasper Janssens created a post, Graphical integration of running tests in plugin
Hello,I am able to run tests in the language for which I'm making a plugin. Currently I extend the CommandLineState class and implement the startProcess function which will run the process that wil...