vsch / idea-multimarkdown

Markdown language support for IntelliJ IDEA.
https://plugins.jetbrains.com/plugin/7896-markdown-navigator
Apache License 2.0
813 stars 129 forks source link

Copy/paste from markdown file into Windows Remote Desktop connection suddenly not working #809

Closed AEHamrick closed 4 years ago

AEHamrick commented 4 years ago

With a recent update it seems like copy/paste (clarification: from the editor window) 'through' RDP to a remote windows server doesn't work anymore; up til recently it's been fine.

Plugin version 2.9.11 (Settings are default as far as I know) PyCharm version 2019.3 and 2019.3.1 Windows 10 client, windows server something or other remote connection.

Works: c/p from non-markdown (e.g., .py) file to remote c/p from markdown file with plugin disabled to remote c/p from other apps to remote

Doesn't work: c/p from markdown file with plugin enabled to remote

Tried: Restarting PyCharm Updating PyCharm Restarting RDP clipboard manager local and remote

If there are settings I could try or other info I can collect to verify an issue please let me know :)

vsch commented 4 years ago

@AEHamrick, are there any exceptions when you try to paste to the remote?

I cannot think of what could be responsible since copy is implemented by the plugin but paste to non-markdown file is not done by the plugin. However, there was a lot of code churn related to 2019.3 compatibility in the plugin and changes in the IDE API/ Something could have been changed on either side to break the functionality.

If you check the IDE log file can you see any markdown navigator exceptions?

image

I will try to duplicate this so see if I can figure out what is causing it.

AEHamrick commented 4 years ago

Thanks @vsch -- the log I have is from Dec 17 to now, it did not show any markdown navigator exceptions, or mentions of markdown navigator at all except back in December warning it was incompatible with the current PyCharm build---presumably that was when I updated the plugin. I will keep an eye on it though and see if my normal usage makes anything show up.

PyCharm is also telling me that 2019.3.2 is released, I can update if you want to see if that resolves it, or wait if that would cause extra confusion.

vsch commented 4 years ago

@AEHamrick, go ahead and update to newest version. I will try to duplicate this issue on my end.

AEHamrick commented 4 years ago

Sorry for the delay--updating did not seem to impact anything.

Would it be helpful if I could export settings/config for the plugin/Pycharm at large?

AEHamrick commented 4 years ago

This might be some help--I just realized that copying from the preview does still work.

AEHamrick commented 4 years ago

@vsch Having just updated the plugin to 3.0.197.62 it seems like it's working now.

vsch commented 4 years ago

@AEHamrick, thank you for the update. I think it was inadvertently addressed by some other code change, since on my end, using my dev version of the plugin, I was not able to duplicate the issue.

The IDE operations can get (very) complex and some code changes cause strange interaction between seemingly unrelated features.

AEHamrick commented 4 years ago

I don't doubt it! In any case thanks for looking into it, and I think we can close this. Thanks for all your work on the plugin, it's a lifesaver.