Patrick Burleson

- Total activity 218
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 80
-
Patrick Burleson created a post, Hibernate Query Parsing Isssue with Concatenated Strings
I have code like the following:String query = "from Foo f " if (someChoice) { query += "order by f.name"} else { query += "order by f.email"} Query dbQuery = session.createQuery(query);IDEA gives ... -
Patrick Burleson created a post, Ant like token replacement with regular IDEA Build Command?
Is it possible to configure IDEA to do token replacement in files like I can make Ant do when using IDEA's normal "Make"? (Ctrl-F9 by default). I ask because I've usually done Ctrl-F9 to make sure ... -
Patrick Burleson created a post, IDEA 5.1 no longer asks to search for uses of EJB Interface
Before 5.1, if I did a Find Usages on an EJB Method, IDEA would ask me if I wanted to search for uses from the EJB Interface. It no longer asks me that, and thus finds no usages of the methods. Is ... -
Patrick Burleson created a post, CVS Issue in 5.1
I have a strange CVS issue in 5.1 after installing it last night.I use TortoiseCVS to get the lastest code from our repository. I just got latest this morning and in IDEA, all the files that were u... -
Patrick Burleson created a post, Annoying "Too Many Usages" dialog
I don't remember when this started showing up, but it was in the last 4 or 5 EAPs. But everytime I do a "Find in path..." (Ctrl-Shift-F), I get this dialog stating that usages found in so many byte... -
Patrick Burleson created a post, Perforce Busted in 3368
Anytime I try and add a package, I get a "Perforce" dialog from IDEA (I think it's "Running Perforce Commands" or something) that just hangs there. I have to kill IDEA to get back to work.Patrick -
Patrick Burleson created a post, 3212 on OS X won't start
Idea icon bounces in the dock for a second and then disappears. Seems busted. -
Patrick Burleson created a post, Perforce Integration Question
I am trying to use the Perforce integration in Irida and I can't seem to get IDEA to pickup on my P4CONFIG environment variable. I have it set to a file called .p4settings and the command line p4 c... -
Patrick Burleson created a post, Advice for EAP Install on OS X
This EAP marks my first time to do an EAP on OS X since I switched. I have a question for the OS X users out there. How do you handle having multiple IDEA installs on your boxes? What I used to do ... -