zhangxinkun

Results 6 issues of zhangxinkun

I just want use a script to update the batch-file.txt content and run download every day, so the batch-file.txt location has no nesscessary to changed, how can I just use...

this is the demo project, it works in windows [jcef-demo.zip](https://github.com/JetBrains/JetBrainsRuntime/files/8918497/jcef-demo.zip) works in windows with: [jbr_jcef-17.0.3-windows-x64-b469.12.tar.gz](https://cache-redirector.jetbrains.com/intellij-jbr/jbr_jcef-17.0.3-windows-x64-b469.12.tar.gz) failed with: [jbr_jcef-17.0.3-osx-aarch64-b469.12.tar.gz](https://cache-redirector.jetbrains.com/intellij-jbr/jbr_jcef-17.0.3-osx-aarch64-b469.12.tar.gz) logs here: [error.log](https://github.com/JetBrains/JetBrainsRuntime/files/8918506/error.log)

具体不爽的点: 1. 如果想使用spring实现一套插件,明明只需要使用spring context即可,为什么要费这么大劲要用springboot来实现,new annotation application context应该更简单 2. SpringBootstrap类里列举了这么多auto configuration需要排除,真的 看到这个类我心都凉了半截。有没有一种可能,就是,咱只要用简单的spring context就不需要操心这些 3. 明明p4j提供了明确的classloader加载顺序规范(`ClassLoadingStrategy`),我实现的时候也没有用这套。但是SpringBootPluginClassLoader这个类实现的真丑,明明内部loadClass可以按约定先平台、后插件jar,居然还提供pluginFirstClasses让调用者关心细节。SpringBootstrap也没有指定父容器的classLoader 新项目已经被我重新实现了,仍然是spring+p4j,如果想看我也可以放出源码

discussion

* there is another dark theme, it highlight the parameter name in current cursor position ![image](https://user-images.githubusercontent.com/7759897/87632238-854c0000-c76b-11ea-889e-35d3edc54e65.png) * but `intellij light theme` seems no difference ![image](https://user-images.githubusercontent.com/7759897/87632350-ce9c4f80-c76b-11ea-803d-3529191cf908.png)

![image](https://user-images.githubusercontent.com/7759897/29902698-4cbc50ac-8e32-11e7-867d-336825fbeddd.png) 上图中 o和r中间的空格宽度不足一个字符,favo空格r 和 favoor的宽度并不一样