Dimitar Dimitrov
- Total activity 72
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 29
-
Dimitar Dimitrov commented, -
Dimitar Dimitrov created a post, Answered@Flow annotation - when and how to use?
I was looking at the Jetbrains analysis annotations and fitted my code with @Nullable/NotNull, as well as @Contract annotations (I even caught a latent bug or two), but now I am looking at @Flow an... -
Dimitar Dimitrov created a post, Is there any issue tracking Gradle composite buil support?
i.e. something along the lines of https://discuss.gradle.org/t/exciting-new-buildship-features-coming-up/14728 As a background, we have done some work with our builds to resolve external projects ... -
-
Dimitar Dimitrov created a post, Running a custom task when IntelliJ imports a project from Gradle
I'd like to run our code generation tasks when IDEA imports the Gradle project.Are there any hooks I can use? I.e. if IDEA could run the dependencies, finalizers, pre- and post- hooks of the "idea"... -
-
Dimitar Dimitrov created a post, EAP does not recognize Groovy SDK in the module dependencies
After opening my project with IDEA 14 EAP, I can't compile because of the following error:Error:Cannot compile Groovy files: no Groovy library is defined for module 'testing'I can see the groovy-2.... -
Dimitar Dimitrov created a post, Can't use "Dynamic Property/Method" in GSP file (Groovy Server Page)
I am running IU 135.760 and I just tried to edit a Groovy script containing some dynamic properties. Typically, when I alt+Enter on an unresolved identifier, IDEA suggests me to define it as dynami... -
-
Dimitar Dimitrov created a post, Has anybody found out how to use the Javascript REPL console?
I can see it in the release notes, but not in the tool windows, runners or menus:WEB-1171 javascript live console