Lintzu

- Total activity 26
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 4
-
Created Gradle Constants undefined
AnsweredHi, I tried to import org.jetbrains.plugins.gradle.util.GradleConstants. However, IntelliJ gave me a "Cannot resolve symbol plugins". I looked around the internet and could not find any solution t... -
Created Getting Gradle error output
AnsweredHi, So my question is how do I get the error message output for Gradle on IntelliJ? I know that for Java, we can subscribe a message bus to different topics. Is there such thing for Gradle, where... -
Created How do you get the run-time exception programmatically?
Hi All, So, I am having trouble getting the run-time error off of IntelliJ using Java. Part of the feature of my plugin is being able to retrieve the run-time error of the user's Java program. An ... -
Created Creating a plugin to get error messages from the Message Compile window
AnsweredHi All, I am a little stuck on a problem. So I am working on a plugin that analyzes the compile error messages. The first task I will need to do is to write a method that goes into the message com...