Jesper Petersen

- Total activity 17
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 6
-
Jesper Petersen commented, -
Jesper Petersen created a post, Problems running a mixed groovy/java project
I have a project with both Java og Groovy classes. The editor treats everything properly, with auto complete, etc.The project's JDK is an intelliJ SDK. The project is a plugin-project.When I build ... -
Jesper Petersen commented, -
-
Jesper Petersen created a post, How to use a determinate progress indicator
It seems as though the Task.Modal and the inherited progress indicator does not care about the setIndeterminate(boolean) method. Is it possible to use a progress indicator which actually displays p... -
-
Jesper Petersen created a post, openapi.jar is lacking files from the src_openapi.zip
When I try to build my plugin-project I get three class file not found errors. The files not found are UserDataHolder, Disposable and Computable. I have included a screenshot of the error messages.... -
-
Jesper Petersen created a post, Another Structural Replace-strangeness
I have a replace-pattern like this:Search: $Instance$.$MethodCall$($par1$,$Parameter$,$par2$)Replace: $Instance$.$MethodCall$($par1$,$par2$)par1, par2 is 0-*Parameter is like sessionUtil, and 1-1A ... -