Tong Yuqiang

Results 4 issues of Tong Yuqiang

add an option : `showDiffs` (default to true) some previews: ![image](https://user-images.githubusercontent.com/11417632/149725324-b15d72ee-c910-415a-bfff-9c6b255c0fc7.png) ![image](https://user-images.githubusercontent.com/11417632/149725385-441d9917-07d9-49d9-8bfb-e06772583e3b.png)

我不知道标题怎么表述,最近有这样一个工程,希望在 test/ 中写多个测试文件,利用 cmake 控制了多个main函数的分别编译,在命令行中 `make target` 或者 `make all` 是没有问题的 ![image](https://cloud.githubusercontent.com/assets/11417632/23828256/59fff78a-0707-11e7-9016-8ee8ba970119.png) 但在 emacs 中, 只有 `src/main.cc` 中的语法错误被 flymake 标出了,而 `test/face.cc` 中同样的语法错误却没有标出 ![screenshot_2017-03-12_09-40-46](https://cloud.githubusercontent.com/assets/11417632/23828267/d9cafdac-0707-11e7-9781-669be7c581c0.png) src/ 文件夹下的cmakelist 是这样的 ``` cmake_minimum_required(VERSION 2.6) add_subdirectory(../libs...

current version is quite simple. since i don't sure what to add is better. if there's any suggestions, i can update more.

i saw that eventSources param handle an array of eventSource, but `refetchEvents` just refetch all of them, can I only fetch one of my eventSources (like, eventSources[0] ) so that...

enhancement