fxliang

Results 22 issues of 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 ![image](https://user-images.githubusercontent.com/4023160/178449584-97ed2abd-a927-4578-a946-d2ebf329e43d.png) ![image](https://user-images.githubusercontent.com/4023160/178449639-baa908fe-86ba-431b-81a6-76247f75e198.png) - 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: ![before](https://user-images.githubusercontent.com/4023160/167903384-69884b9c-9ac7-41e6-b47b-fe6e752118ba.jpg) offset 调整后: ![after](https://user-images.githubusercontent.com/4023160/167903423-1207f85c-2917-4a7a-a0b9-7a146e953c2b.jpg)

if yes, it will be a great improvement.

enhancement

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的编辑器中就可以实现编辑的时候的代码提示和自动补全功能 ![image](https://github.com/hchunhui/librime-lua/assets/4023160/e570db9a-2615-439c-9d77-58f5f05fedb0) ![image](https://github.com/hchunhui/librime-lua/assets/4023160/4b3a05b9-e766-47f1-88c0-ec996c6f6d96) ```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

![image](https://github.com/rime/weasel/assets/4023160/52ddb82e-265d-4686-a98a-cea28d7fe602)

### 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...

Bug
UI/UX
Good first issue
File format: STEP
Help wanted

add option `USE_LEVELDB_WINDOWS_UTF8_FILENAMES ` to let it possible to use UTF-8 filename in Windows.