王福强
王福强
+1, in order to export preferences, I have to use java reflection to access model -> storage handler -> preferences, may be a public StorageHandler ref will suffice.
a feature I am looking into it too. I would like to display different settings on some switch setting.
I try this way: ```scala val switchListener: InvalidationListener = { _ => category.getGroups.clear() if (localStoreOnlyProperty.get()) { category.getGroups.addAll(util.Arrays.asList(basicGroup, uiGroup)) } else { category.getGroups.addAll(util.Arrays.asList(basicGroup, uiGroup, remoteGroup)) } } localStoreOnlyProperty.addListener(switchListener) switchListener.invalidated(localStoreOnlyProperty) ``` but...
I get things done by introducing 2 preferencesFX instance and switch their View on custom dialog. cheers ;0) code is here if you want to know the details:
that will be a feature in the future? :-)
it's great to know that, wish HS will be more powerful and popular ^_^
よしのりさん、I have added a hs client for scala, although it's still under development and in beta, but it can work now. will you add it to the client list? https://github.com/fujohnwang/hs2client...
I write a simple bash scripts to shift the image path before markdown-pp. you guys who is interested can refer to such sample template project:
难得有人玩svelte了,😄 搭车推荐下书: https://wfq.gumroad.com/l/simple_svelte