Chris Gamache
- 活动总数 16
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 0
- 订阅数 6
-
创建于 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... -
创建于 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... -
创建于 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... -
创建于 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... -
创建于 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...