Marcin Zajaczkowski

- Total activity 44
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 15
-
Created Idea doesn't see method created by my local AST transformation in Groovy
Hi. When I use @Log or @Delegate AST transformations in Groovy Idea suggests those fields/methods. With self written local transformation which adds new methods Idea doesn't see new methods (compil... -
Created Building Idea plugin on CI server (aka the easiest way to get openapi-12.0.jar)
Hi. I would like to be able to build a plugin for Idea (which is just one of the modules in the whole project) with Maven without the need to have IntelliJ Idea installed on given environment (for ... -
Created Missing a "Summary" section in a "Commit changes" dialog
Hi. Recently a "Summary" section which "displays summary statistics on the currently selected change list, such as the number of modified, new, and deleted files" disappeared from a "Commit changes... -
Created Change a color only of a part of the line displayed on a console?
Hi,I would like in my plugin to change a color (and a background) only of a part of the line displayed on a standard console in Idea (to render an ANSI escape characters as color characters). I hav... -
Created Running only tests from given JUnit 4.8+ cattegory/group in Idea - possible?
Hi. Starting from the version 4.8 JUnit (after long time) has a group/cattegory mechanism. It ispossible to easly run tests from the selected group(s) using maven surefire/failsafe plugin (even wit... -
Created How to make Idea to see Gradle source files?
Hi,Idea currently (11.1) doesn't detect Gradle source files in a src directory in a Gradle distribution. Is it possible to manually tells Idea where source files for Gradle are located wihout addin... -
Created Permanent "Gradle is not configured" in 110.3
Hi,I wanted to test Gradle integration in 11 EAP, but I'm unable to run any script. I added a build.gradle file to existing project, configured gradle home directory in a project settings and wante... -
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