How do I copy-paste into Monodevelop?

Seriously, Monodevelop will not let me paste code copied from outside the program. I’m not making this up. How do I disable this b.s.?

SOLUTION
CTRL LEFT ARROW, then CTRL RIGHT ARROW.

In my case it works every time. It seems to be a problem with the syntax highlighting in monodevelop.

This problem was driving me craaazy. I’m really happy to have found a simple solution. Hope it works for you guys too.

There is a trick. Paste the text in the “Search” upper right text field. Copy text from there, now you can paste in the source code zone.

Its a bug. Just close mono develop and open it again and it will work. Thats it

No other option. You must open the script file via Notepad or Wordpad in order to copy-paste your code. Then, return to Monodevelop and it should refreshed it automatically. I assume that the cause of unable to copy-paste code for some reasons:

  • third party fonts
  • third party untrusted code source

In Monodevelop have Error . you can copy and past code from other side just you can restart the Monodevelop and then it can work correctly