shuzijun / markdown-editor

IntelliJ Platform A full-featured WYSIWYG editor for markdown
https://plugins.jetbrains.com/plugin/17254-markdown-editor
Apache License 2.0
155 stars 35 forks source link

请问依赖的 JCEF 要怎么安装? #14

Closed hello-soon closed 2 years ago

hello-soon commented 2 years ago

image

shuzijun commented 2 years ago

插件已经限定版本为2020.2+,除android studio外,其他产品是默认开启JCEF的。 如果修改过产品的运行时依赖的jre,需要恢复成默认的,修复方法参考Selecting-the-JDK-version-the-IDE-will-run-under. 如果通过修改配置禁用了JCEF,可以通过以下操作开启:Help -> Find Action..,在输入框中输入ide.browser.jcef.enabled。 android studio用户可以参考https://github.com/shuzijun/markdown-editor/issues/4#issuecomment-889752419 开启