perfectkaki

Results 4 issues of perfectkaki

Is it possible to not show the [DONE] task in gantt chart? I have found the variable [Elgantt Exclusions] might be useful. Is it possible to have an example of...

这个有没有可能扩展到3种语言的切换。 例如实现目标: 1. 使用英文, 中文,日语输入法。(切换时候的排序为 英,中,日) 2. 输入命令时候, 全部切换至英文 3. 命令输入完毕后,切换回来的输入法。 在原有的代码下,我进行了尝试, 一句一句的查代码的意思,憋了2周,只实现到了第二步。能不能指点下(=-=) 下面是我尝试的代码(把里面的一个叫fcitx-remote.cpp的文件修改了)。 #include "stdafx.h" #include #include #pragma comment(lib, "user32.lib") #include using namespace std; BOOL toggleInputMethod() { INPUT ips[4];...

Hi, i am curious that is there any method to jump to the definition in different location. here is a situation i encountered. (I am using windows) ![image](https://github.com/emacs-lsp/lsp-mode/assets/70356424/40ada32b-9457-45cc-9ad9-af0409579535) ![image](https://github.com/emacs-lsp/lsp-mode/assets/70356424/d5e0acb9-6be1-4943-9578-85eff304d6be)

Sometimes I need to scroll the pdf and keep the org file unmoved. I have tried setting the [org-noter-closest-tipping-point] to -1. It keeps the org file unmoved, but showing the...