Chris Gamache
- Total activity 16
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 6
-
Chris Gamache created a post, AnsweredFixed field mode for plain text files
When editing fixed-field plain text data files...White space is significant in fixed field data files. Auto-indenting is not helpful in these instances. I require a mode in which white space is sig... -
-
-
-
Chris Gamache created a post, Enumerate annotations on PsiElement
I can't figure out how to enumerate the kinds of annotations applied to a PsiElement in a Java file. Specifically I'd like to inspect for non-syntax errors like `Cannot resolve symbol`, messages re... -
-
Chris Gamache created a post, AnsweredHow to escape dollar signs in program arguments
In Run configurations... If I have a program argument that contains a string with $anything$ I cannot figure out how to force Intellij to interpret that as a literal $anything$, and not have Intel... -
-
Chris Gamache created a post, AnsweredEditing fixed field data
So I'm stuck needing to edit some fixed field data. IntelliJ is trying to be super helpful by stripping whitespace at the end of lines and auto-indenting, but in this situation that's not in the le... -
Chris Gamache created a post, Advice for developing interdependent Maven artifacts
I'm trying to move from Eclipse to IntelliJ, and I've been through the Eclipse migration document, but I'm still having trouble setting up my IDEA project and modules to get the major functionality...