net.twisterrob.gradle icon indicating copy to clipboard operation
net.twisterrob.gradle copied to clipboard

Make violation file names clickable

Open TWiStErRob opened this issue 7 years ago • 2 comments

TWiStErRob avatar Jan 30 '18 13:01 TWiStErRob

Investigation: https://kotlinlang.slack.com/archives/C0B8M7BUY/p1534631090000100

Clickable patterns test:

P:\projects\workspace\ColorFilters\path\to\file.ext:21
P:\projects\workspace\ColorFilters\path\to\file.ext:21 suffix
P:/projects/workspace/ColorFilters/path/to/file.ext:21
P:/projects/workspace/ColorFilters/path/to/file.ext:21 suffix

I was looking for which path formats become clickable when a Gradle task is executed from AS. The result: "${file.absolutePath}:${line}", "${file.absolutePath}:${line} foo bar"and "Build file '${file}' line: ${line}"

TWiStErRob avatar Oct 14 '18 12:10 TWiStErRob

related #3

TWiStErRob avatar May 26 '19 22:05 TWiStErRob