bironran
- 活动总数 11
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 0
- 订阅数 4
-
创建于 Automating intelliJ IDEA from script
I'm trying to think of a way to automatically test my dev environmnet setup. To achieve that, I want to make IntelliJ IDEA run specific steps (e.g. "open project, compile, run target").Is it possib... -
创建于 How to get the "current selected change-list" (not the default one)?
Hi all,I'm building a plugin that involves analyzing a version control change-list (or rather - a collection of Change events).Everything works well as long as I'm content in using the default chan... -
创建于 Get classes VirtualFile (or paths) for a specific source VirtualFile
Hi.I'm very new to plugin development, so if I'm asking nonsense, please keep the flames on moderate.Is there any API to get the list of .class files for given source file?I'm trying to write a plu... -
创建于 java.text.MessageFormat support
Is there some way to detect syntax errors in strings passed to java.text.MessageFormat? For example, wonrg number of arguments (passing "hello {0}, this is {1}" with one argument), arguments that c...