Marcin Gałązka

- Total activity 13
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 5
-
Marcin Gałązka commented, -
Marcin Gałązka created a post, AnsweredDocumentation for inferred type
Is there a way to show docs for inferred type? Here is an example (Rust): Next to the 's' variable IDEA will show the inferred type, 'str' here. Inferred types are usually nice, and the fact that ... -
-
-
Marcin Gałązka created a post, Fixing Scala compiler for Play projects
Hi.Is there any ETA for fixing issues with class compilation for Play-enabled multi-module projects [1]? At the moment this bug makes development virtually impossible. Really, it's better to use Co... -
-
Marcin Gałązka created a post, IDEA 11 and pushing changes to Gerrit
Gerrit (http://code.google.com/p/gerrit/) is code review software. It works this way: instead of git push origin masteryou do git push reviewwhere review is defined as:[remote "review"] url... -
Marcin Gałązka created a post, Running tests from IntelliJ Idea (hg4idea)
I'm working on enhancing hg4idea plugin with ability to create branch. I've tried to run few existing testcases (e.g. HgPushTest) and - after adding -Didea.platform.prefix=Idea to the VM parameter...