bironran
- Total activity 11
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 4
-
Created 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... -
Created 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... -
Created 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... -
Created 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...