Marcin Zajaczkowski
- Total activity 44
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 15
-
-
Marcin Zajaczkowski created a post, IllegalArgumentException: Argument for @NotNull parameter 'highlightingSession' of DefaultHi ghlightInfoProcessor.progressIsAdvanced must not be null
Hi,There is a nice project for continuously running automatic tests named Infinitest. Unfortunately its Idea plugin is neglected and what is worst on almost every Idea version upgrade it becomes br... -
Marcin Zajaczkowski created a post, VCS - Enable commit message right margin by default
Hi,Ability to define right margin for a commit message (`Settings -> Version Control -> Commit message right margin`) is very useful (and probably quite little known). Is it possible to enable it b... -
Marcin Zajaczkowski created a post, Incompatible types comparison inspection for Groovy?
Hi, Idea shows no warning for constructions like:if (1 == "2") { //...}in Groovy code even with @CompileStatic or @TypeChecked. There is a "Incompatible type assignments" inspection for Groovy, bu... -
Marcin Zajaczkowski created a post, 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... -
Marcin Zajaczkowski created a post, 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 ... -
-
-
Marcin Zajaczkowski commented, -
Marcin Zajaczkowski created a post, 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...