Marcin Zajaczkowski
- 活动总数 44
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 0
- 订阅数 15
-
创建于 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... -
创建于 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... -
创建于 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... -
创建于 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... -
创建于 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 ... -
创建于 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... -
创建于 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... -
创建于 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... -
创建于 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... -
创建于 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...