Björn Kautler

Results 380 issues of Björn Kautler

The way I configured log4j it outputs log lines colored with ANSI color codes. The IJ console is capable of properly showing these colors, also different according to light-theme /...

enhancement

If I am in the expression textfield of a grep console and press Alt+Enter like mentioned in the tooltip of the "Reload" button, nothing happens, not even the tab title...

It would be nice if this is possible at all, if you could define default Grep Consoles to open. So you could e. g. define a "WARN" console, an "ERROR"...

enhancement

I tried to switch the rendering engine to "Loboevolution", but that yielded a pretty ugly result. Besides that the font is somewhat skinny und strange-looking, there are encoding issues, no...

I tried switching to the "JavaFX WebView" rendering engine, but then the tab was gone and idea.log shows ```log 2018-12-20 11:48:01,650 [ 391400] ERROR - tor.impl.FileEditorManagerImpl - java.lang.UnsatisfiedLinkError: Native Library...

While developing some enhancements for PIT itself, I learned that you maybe follow some sub-optimal route there. I'd like to suggest doing it more like core plugins like for example...

enhancement

Currently it is pretty bad how multiple pitest tasks are supported. I tried to add a second pitest task that uses the pitest-descartes mutation engine. But I stumbled upon several...

enhancement

The `runtimeClasspath` of the configured `testSourceSets` is added to the `additionalClasspath`, but it might also be needed in the launch classpath. I played with `pitest-descartes` and there I got some...

enhancement

To work-around #288 I tried different things to get an own `uses` value. One of the things I tried was ```kts _customArguments = mapOf( "uses" to StringCustomValue("./") ) ``` which...

bug

# Action ```kts run( command = """ : """.trimIndent() ) ``` # Expected No exception # Actual ``` [...] - id: step-2 run: : [...] com.charleskorn.kaml.MalformedYamlException at jobs.test_default_distribution.steps[2].run on line...

bug