Results 12 comments of Hyia丶

You may want to check this https://chromium.googlesource.com/chromium/src/+/master/chrome/browser/extensions/global_shortcut_listener_mac.mm

+1 公司电脑不能开启取词的权限, 如果有这个功能的话会很方便

@chenilim Thanks for reply. I only think single note will be more simple and clearly to find, read and create.

Seems related to #43 . @SurpSG May I know if the fix has been merged into latest version (0.9.5)?

Thank you! The project is from my company, and there are many dependencies for upgrading from v4 to v5 because there are some breaking changes about classpath

I tried 0.9.x, but I met the issue #43 . So I'm still waiting for 0.10.x. Yes, I think 5.x will be better for the project, we're planning upgrading it...

Thanks! BTW, is it possible to support custom kotlin compiler version? Maybe 3 options, like 1. Embedded by plugin 2. Manual version from maven/local path? 3. Embedded by IDE (Not...

Cannot compile the kts script ``` Error compiling script. /hello-world/plugin.kts:25:22: error: unresolved reference: isIdeStartup show("isIdeStartup: $isIdeStartup") ^ /hello-world/plugin.kts:26:17: error: unresolved reference: project show("project: $project") ^ /hello-world/plugin.kts:27:26: error: unresolved reference: pluginDisposable...

``` Error while loading plugin class. com.intellij.diagnostic.PluginException: Cannot load class Plugin ( error: kotlin/script/templates/standard/ScriptTemplateWithArgs, classLoader=PluginClassLoader_Fork(plugin=Default plugin descriptor for hello-world, packagePrefix=null, instanceId=2, state=active)) [Plugin: hello-world] at liveplugin.implementation.pluginrunner.PluginClassLoader_Fork.loadClassInsideSelf(PluginClassLoader_Fork.java:447) at liveplugin.implementation.pluginrunner.PluginClassLoader_Fork.tryLoadingClass(PluginClassLoader_Fork.java:257) at liveplugin.implementation.pluginrunner.PluginClassLoader_Fork.loadClass(PluginClassLoader_Fork.java:229)...

Thanks for explaining. And looks IntelliJ is doing some breaking change in the major version....