Quantcast
Channel: News - Marketplace | JetBrains
Viewing all articles
Browse latest Browse all 72158

News for OtrosJumpToCode

$
0
0
Version 1.0
Get JumpToCode sources and repackage
Add operation to get content

Version 1.1
Compiled with Java 1.6 (MacOS :))
Changed selection color from yellow to "Search result"

Version 1.2
Improve threading
Compatibility with IntellijJ 14

Version 1.3
Counting jumps count

Version 1.4
Jump to code or get content based on logger and log message. Supported jumps:
  • Logger.info("MessageString")
  • Logger.info("MessageString" + args)
  • Logger.info("MessageString", args)

Version 1.5
Jump to code or get content based on logger and log message. Supported jumps:
  • LOGGER.trace("message with arg {}", arg);
  • LOGGER.trace(String.format("Message with %d and %d.",arg1, arg2));
  • LOGGER.warn("message with arg \"escaped\"");

Version 1.6
Fix configuration panel
Version 1.7
Update Idea version
Version 1.8
Clean dependencies
Version 1.9
Extract loggers pattern layouts from log4 (xml, properties), log4j (xml, yaml, json, properties) and logback (xml)
Update to Java 8

Viewing all articles
Browse latest Browse all 72158

Trending Articles