Marcin Zajaczkowski

- Total activity 44
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 15
-
Created Is it possible to add test execution to "before commit" actions?
Hi,There are a few actions possible to execute before commit (optimize imports, reformat code, etc.). Is it possible (maybe with some plugin) to add an ability to run defined tests before commit (a... -
Created [Git] Is it possible to show changes for the whole directory managed by git?
Hi,Is it possible to show changes in git for the whole directory? Something like "git log". Show history works only for a simgle file. I would like to browse recent changes in the whole directory/b... -
Created How to tell Idea to add "public" modifier for methods automatically created in an interface
Hi,I like public modifier for all methods defined in an interface. Is it possible to tell Idea to add that modifier when using ALT-ENTER -> "Create method xxx"?Marcin