Suppress sent code in the REPL - syntax highlight gets confused by block quotes.
I am a big fan of this plugin, but there is one thing that has been driving me a bit nuts.
If I send a large chuck of text that has multiple block quotes (say a library with multiple functions), it will only print the last N lines that fit in the REPL window. This is fine unless there is half a block quote. Then the REPL highlighting gets "confused" because it only sees a single set of ' """ ' and everything becomes comment colored -- all syntax highlighting is lost until I post another large chunk that also happens to straddle a block comment (producing the second set of ' """ ' which closes the comment).
Spyder has a nice command runfile(/path/to/file) that seems to avoid this issue - is it possible to do something similar here?
Hey, could you give me an example of a "large chunk of code" that gives this error so I could take a look?