Leeonchiu

Results 7 comments of Leeonchiu

> 目前 librime-lua 已有 method https://github.com/hchunhui/librime-lua/blob/15bd231e46fb5c0c7dd8a81d2d30fee9a838f0fa/src/types.cc#L403-L418 > > > > https://github.com/hchunhui/librime-lua/blob/15bd231e46fb5c0c7dd8a81d2d30fee9a838f0fa/src/types.cc#L588-L600 > > ```lua > > local schema= Schema("cangjie5") > > env.engine:apply_schema(schema) > > ``` > > lua component 是在方案下...

> local s=Schema( "cangjie5") -- schema_id create instance of schema > > env.engine:apply_schema( s ) > > > > 注意 因爲 engine會重導入 engine/.... 下的 component。 > > 可能會因爲 下一個 方案...

> local s=Schema( "cangjie5") -- schema_id create instance of schema > > env.engine:apply_schema( s ) > > > > 注意 因爲 engine會重導入 engine/.... 下的 component。 > > 可能會因爲 下一個 方案...

> 我測試 OK > > 可能 檢查一下有沒有 build/cangjie5.schema.yaml > > 還是 你的 librime-lua version 是舊的 沒有 engine:apply_schema > > > > > > ``lua > > local function processor_func(,,,,,,,) >...

> #98 > > add EngineReg select_schema() env.engine:select( string schema_id )… #98 > > 要到 這版 > > 可能要 clone 自行 compile > > env.engine:apply_schema(Schema( schema_id))的方式切換成功後會出現打字上屏四五次後卡進程然後自動切換回原來方案的情況,有時候也會自動卡退算法進程?這是何原因?

> 查一下 LOG file log.WARNING文件中的日誌 `` Log file created at: 2021/04/11 23:21:33 Running on machine: DESKTOP-SPHPO8L Log line format: [IWEF]mmdd hh:mm:ss.uuuuuu threadid file:line] msg W0411 23:21:33.265362 6460 registry.cc:16] replacing previously...

> local s=Schema( "cangjie5") -- schema_id create instance of schema > > env.engine:apply_schema( s ) > > > > 注意 因爲 engine會重導入 engine/.... 下的 component。 > > 可能會因爲 下一個 方案...