Chris Gamache
- 活动总数 16
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 0
- 订阅数 6
-
Chris Gamache 创建了一个帖子, 已回答Fixed 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 创建了一个帖子, 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 创建了一个帖子, 已回答How 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 创建了一个帖子, 已回答Editing 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 创建了一个帖子, 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...