fxliang
fxliang
hi, if I use command :q to exit, everything works fine. however if I click close button on caption bar, nvim.exe and other apps work with nvim (node.exe, python, etc.)...
Thanks for creating a new issue! Please include: - Font version 3239f32f62049b36970efdb9e9c30fc97e12c68c - Screenshots   - Operating system Windows 10 18363 64bit - Steps to reproduce 1,build font windows...
现在的候选栏上是candidate在candidate_view_height的高度里居中,comment在comment_height里居中。 如果comment_on_top: true,就容易出现candidate和comment的出现位置的y轴不理想 有candidate_offset_y和comment_offset_y可以更方便调整出效果 我试了下让这两个参数只在comment_on_top的时候可以用,感觉还可以 只要在TabView.java和Candidate.java下面小幅改动就可以实现了 offset 都为0:  offset 调整后: 
if yes, it will be a great improvement.
build 64 bit release Nvy.exe in github actions, on push, pull_request, or manually add nightly build release and stable release actions nightly release and stable release actions tested result: https://github.com/fxliang/Nvy/releases...
如下这样的一个sample,这样在一些带lsp的编辑器中就可以实现编辑的时候的代码提示和自动补全功能   ```lua ---------------------------------------------------------------- ---@class KeyEventReg ---@field modifier number modifier of KeyEventReg ---@field keycode number keycode of KeyEventReg KeyEventReg = { } _KeyEventReg = { } _KeyEventReg.kShiftMask = (1
hant build has been dropped by WeaselTSF, WEASEL_HANT only affects resource info of WeaselIME, so drop it with multi-translation in WeaselIME.rc, and don't build hant in build.bat

### Is there an existing issue for this? - [X] I have searched the existing issues ### Forums discussion _No response_ ### Version 0.20 (Release) ### Full version info ```shell...
add option `USE_LEVELDB_WINDOWS_UTF8_FILENAMES ` to let it possible to use UTF-8 filename in Windows.