intellij-pdf-viewer
intellij-pdf-viewer copied to clipboard
Code with me support
Hi @FirstTimeInForever. Thanks a lot for this amazing plugin. Currently, I wanna use Pycharm to replace Overleaf when collaborating on paper. But the problem is PDF viewer currently does not work in Intellij Code with me editor yet, so I cannot see the PDF in the client side. Do you have any timeline to support this functionality?
I can confirm the issue. Installing the pdf viewer in the client did not help.
@PHPirates very strange issue.
When the Code with me client open the pdf, it cannot show. Then install the plugin (latest build), the pdf can be open. After, it cannot be open again.
The url is cwm:// link, it's supported in virtual file system.
I can still reproduce the issue as well, but not sure how to fix it. Markdown preview works fine so it may not be a jcef issue.
@PHPirates please report to idea client (code with me).
-
if code with me host install the pdf plugin, and client don't install Then, opened pdf files can be refreshed after a fresh install pdf plugin on client, the virtual file is cwm://xxx
-
if code with me host don't install the pdf plugin, client cannot open pdf files
-
if code with me host and client both installed the pdf plugin, client cannot open And the
accept
method is never called by idea client
upstream bug: https://youtrack.jetbrains.com/issue/CWM-1199
similar: https://github.com/asciidoctor/asciidoctor-intellij-plugin/issues/994
@PHPirates After decompiled markdown plugin in code with me client, now we can support code with me too.
However, IMO, this shouldn't be labed as bug
, enhancement
should be a better label.