Results 9 comments of Yuanuo

I've upgraded to Java17 & JavaFX17! Just replace the build system from Gradle to Maven!! Maven is really easy! You can look at the PR https://github.com/controlsfx/controlsfx/pull/1393 I pushed.

> Thanks for the PR but I believe the idea is to fix the gradle build we have. > I'm unsure that we are willing to move to Maven. >...

@Zackozz Building controlsfx with Gradle may encounter various errors and fail. So this PR is transformed into a maven build, and even with the latest java18 (EA) and javafx18 (EA)...

Hi. This error message may be related to the JDK version and Maven version you are using. What versions are you using? If you are not using the JDK18 version,...

你好,感谢使用和反馈。 1,最近一段时间我身边没有Linux或MacOS的系统环境用来编译程序。可能还要过一段时间。 2,等有Linux系统环境了我再检查一下。 3,目前较新的版本是有这个功能的,不知道你使用的版本有没有。 点击“在xxx词条中查”可以改范围。 ![image](https://github.com/Yuanuo/cbeta-explorer/assets/10892032/13322733-b3d6-4e79-9fb5-36ac26e7afb5)

建议使用新版, ![image](https://github.com/Yuanuo/cbeta-explorer/assets/10892032/96956854-1433-433a-9771-344109d29dd2)

1,已发布rpm安装包(24.05.17版); 2,经测试未发现无法输入中文的问题; 3,查词条/词义均可定义查词范围;

*.words 是为了快速检索而自己设计的一种数据格式。 自己根据word和text生成*.words词典文件,请参考 [DictionaryBuilderTest](https://github.com/Yuanuo/dictionary-api/blob/a8eda0d13920ba2d78f67612b5a94e9cf5b0bc16/src/test/java/org/appxi/dictionary/DictionaryBuilderTest.java#L10) 自己根据mdx转换成*.words词典文件,请参考 [DictFileMdx.read(File file)](https://github.com/Yuanuo/dictionary-api/blob/a8eda0d13920ba2d78f67612b5a94e9cf5b0bc16/src/main/java/org/appxi/dictionary/io/DictFileMdx.java#L40) *.words 可以放在 C:\Users\%USER%\.smartWords.d\dict\ 目录下。