- Fix: remove test for file existence for
file://
prefixed text - Add: Handle fqn with relative path suffix to allow resource refs using query suffix to fqn
class name. Something like
fqn://...?resourcePath#LineInfo
.
- Fix: migrate to gradle build
- Fix: diff exception if a file is truncated to 0 size
- Change: Plugin description to include
diff://
links. - Fix: broken
fqn://
and file link handling
- Add: Optional wrapper for
/path1#xxx
and/path2#xxx
in[]
after the first/
, to make it into/[path1#xxx]
and/[path2#xxx]
, to hijack the paths and prevent other console filters (like CLion's cidr filter) from grabbing them as links to separate files instead of a single diff link.
- Add:
diff:///path1#xxx?/path2#yyy&
link handling to launch diff viewer, wherexxx
andyyy
are line number information, where to put the corresponding files' cursors.
- Add: handling of
fqn://
prefix and fqn to file resolution - Fix: handling of prefix to remove before testing for file existence.
- Add: Custom URL to filter file paths with line/column information and flexibility in what is recognized as a file link in IDE terminal console output.