Home
IDEs Support (IntelliJ Platform) | JetBrains
Contact Support
Community
Sign in
David Krider
Total activity
20
Last activity
August 02, 2018 14:00
Member since
April 24, 2018 19:20
Following
0 users
Followed by
0 users
Votes
2
Subscriptions
4
Activity overview
Posts (4)
Comments (10)
Sort by recent activity
Recent activity
Votes
Created
August 02, 2018 13:59
So ⌥␣, F1, and holding down ⌘ will all give me this information. That's exactly the kind of thing I was looking for!
Community
IntelliJ IDEA Users
Is it possible to show the source library of an annotation?
0 votes
Created
April 30, 2018 22:02
Indeed, that seems like the exact same problem. Also, it looks like that bug is about to celebrate it's second birthday, even though it has many "related issues," so I guess this isn't getting fixe...
Community
IntelliJ IDEA Users
Groovy console for Grails does not work
0 votes
Created
April 27, 2018 10:05
> Do you mean the exact same code is executed correctly when you run it via Grails run configuration? YES! You finally see why this is so maddening! I can run the Grails configuration, and interact...
Community
IntelliJ IDEA Users
Groovy Console for Grails application "unable to resolve class"
0 votes
Created
April 26, 2018 20:25
In my Grails project, in the utils directory, I created a simple script to try to load some sample data into the project: import org.apache.commons.csv.*import cdm.ProgramReader asdf = new FileRead...
Community
IntelliJ IDEA Users
Groovy Console for Grails application "unable to resolve class"
0 votes
Created
April 26, 2018 11:17
I found that too, but I already have that line. Here's the whole build.grade. The only thing I added to the file since it was created by the generator was the postgresql line. buildscript { repo...
Community
IntelliJ IDEA Users
Groovy Console for Grails application "unable to resolve class"
0 votes
Created
April 25, 2018 19:49
Sorry to belabor the point, but the Gradle console works. I can run it from the command line, or the Gradle tool window in IDEA (under Tasks, Other, console).
Community
IntelliJ IDEA Users
Groovy Console for Grails application "unable to resolve class"
0 votes
Created
April 25, 2018 19:44
Relevant application.yml section. The database is correctly configured. I can get into it with `psql -Ucdt2 cdt2_dev` (and no password). I've also `generate-all Program` and I can list the (single)...
Community
IntelliJ IDEA Users
Groovy Console for Grails application "unable to resolve class"
0 votes
Created
April 25, 2018 19:08
Imported as a generic Gradle project. Again, the console recognizes the class structure. Running it gives me what's below. I can zip this up and send it to you if you want. /Library/Java/JavaVirtua...
Community
IntelliJ IDEA Users
Groovy Console for Grails application "unable to resolve class"
0 votes
Created
April 25, 2018 13:03
The module with “_main” comes up as the default, but I’ve tried them all. As of this morning, I got a message about a new version. I updated both machines to the latest version and tried again, a...
Community
IntelliJ IDEA Users
Groovy Console for Grails application "unable to resolve class"
0 votes
Created
April 25, 2018 11:04
Aha! Now we're getting somewhere. That file doesn't exist on my machine. My directory is "/private/var/folders/y3/38jcl5nj7zjglhn8q6g0wtrc0000gn/T", but there's no "idea_classpath" file in it. I al...
Community
IntelliJ IDEA Users
Groovy Console for Grails application "unable to resolve class"
0 votes