-
Notifications
You must be signed in to change notification settings - Fork 43
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
engine里方法名重复问题 #364
Comments
那個參數 在librime 中 只有 selector 初始化時用在 keybind 如方向鍵置換 前端目前只在導入方案時設定 ,井沒有即時檢查 horizontal 這個option 另一個問題是 重新導入方案是從 build/scham.yaml 中載入 , |
您说的很有道理,我也觉得这种需求,依靠的是前端的机制,什么时候重新渲染不好确定。好在我现在测试发现,我的确更改的是engine里的实时参数,会产生日志 |
抱歉,之前是我的问题,这并不是一个命名错误,是我小白没有看懂代码设计,很抱歉。现在我了解vars_get和vars_set的在lua脚本里的用法了。并通过不断努力尝试,写出了能让lua实现 小狼毫输入法horizontal横竖切换的脚本了。 再次感谢插件作者和所有贡献者~ |
types.cc 里584行里方法与579行里命名重复了,导致无法调用到set_active_engine
librime-lua/src/types.cc
Lines 579 to 584 in fa6563c
另外我在尝试实现手动切换横竖展示。我可以通过set_bool更改配置参数 schema.config:set_bool('style/horizontal', h_swtich_state)
但是我发现它不会立即生效,而在我使用ctrl+`触发一下activate后,它会生效。所以我想尝试调用下面的方法,看看会不会实现立即触发它。所以也想请教下大神朋友们,有没有其他方式能触发配置被引擎立即加载更新生效。谢谢~
The text was updated successfully, but these errors were encountered: