threefish

Results 4 issues of threefish

__Describe the Bug__ After 8.0, I can't use ctrl and the left mouse button to select multiple nodes, it is possible before 8.0 .I think it's a bug . Can...

bug
backlog
spring cleaning

例如: ```java List blogs = blogRepository.findAll(builder -> builder.andIn(Blog::getId, ids, ids != null && ids.length > 0) .andLike(Blog::getTitle, params.get("title"), params.get("title") != null) .andLike(Blog::getAuthor, params.get("author")) .andBetween(Blog::getCreateTime, params.get("startTime"), params.get("endTime")) .build()); ```

### Question 我根据已有api和源码,暂时没发现有支持文件对比功能.

help wanted

最新版本,idea中直接运行可以监听response,打jar包后则response监听失效