Nihil

Results 19 comments of Nihil

@CHN-STUDENT 谢谢,但是该方法对于deepin-wine-qq无效

Have you tried Line 29 `bundle lock --add-platform x86_64-darwin-19`?

The scripts that actually work are these `*.min.js` under `assets/js/dist/`. Update them by: ```bash npm install -g gulp # in order to install gulp, no need to execute each time...

我印象中这是 Qt 的问题,如果是 fcitx,需要把 libfcitxplatforminputcontextplugin.so 放在某个目录去加载。具体的细节不太记得了

Hi everybody, here is a way to build NotepadNext with fcitx support. 1. Clone [fcitx-qt5](https://github.com/fcitx/fcitx-qt5.git). 2. Install `extra-cmake-modules` package. 3. `export` your Qt toolkit to `$PATH`, in my case, it...

I think packaging this library in Appimage allows NotepadNext to support fcitx easily.

@dail8859 I guess it might be related with how the AppImage is packaged and executed. On Ubuntu, `fcitx-qt5` is included in the package `fcitx5-frontend-qt5`. After installing this package, the library...

I would like to add that copy and paste chinese characters to a new ANSI document are also displayed as `?`.

> ANSI is a single byte encoding From what I understand, ANSI is not a fixed encoding, its specific to the Windows locale. For Simplified Chinese locale, ANSI is GBK;...

For issue 2, I tried to compare the file before and after saving using hex, and I found that some bytes were missing. ```diff > e6 88 96 e8 80...