We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
新增的插件菜单都跑到opoup menu那里了,Top menu处是空白的,再次打开程序会正常。
TaddPlugins.addActionListener {} 里,下面代码有手误: when (json.search(title,"type")) { "crypto" -> { Plugins.add(buildPluginMenuItem(title)) Plugins.add(buildPluginMenuItem(title)) } }
第二个Plugins应该是TPlugins才对。
The text was updated successfully, but these errors were encountered:
好的,我修改一下代码。感谢!
Sorry, something went wrong.
这工具做得非常不错。自己写了不少插件放在里面,可以减少其他小工具的调用,大为方便。但随着插件增加,菜单方面的缺点就慢慢呈现,没有二、三级菜单分类,所有插件混在一起,查找和分类都不便,如果以后版本可以增加这方面功能就好了。 另外,插件的参数弹出窗口,只有字符输入,即使可以多个字段,也显得有些不足,如果增加下拉选择之类的弹出,就更加完美了。
收到,我这几天抽个时间准备开始重构。
983b2ae
No branches or pull requests
新增的插件菜单都跑到opoup menu那里了,Top menu处是空白的,再次打开程序会正常。
TaddPlugins.addActionListener {} 里,下面代码有手误:
when (json.search(title,"type")) {
"crypto" -> {
Plugins.add(buildPluginMenuItem(title))
Plugins.add(buildPluginMenuItem(title))
}
}
第二个Plugins应该是TPlugins才对。
The text was updated successfully, but these errors were encountered: