holgerbrandl / send2terminal

Intellij plugin to send line or selection to terminal
BSD 2-Clause "Simplified" License
17 stars 2 forks source link

Inconstistent behavior when pushing to cmder #10

Open holgerbrandl opened 5 years ago

holgerbrandl commented 5 years ago

foo = print("hello") works

print("hello") fails because it unquotes the strings with \"

It's unclear why this happens. Is it plugin logic or some escaping rule in cmder?

holgerbrandl commented 5 years ago

Same with devtools::source_url("https://raw.githubusercontent.com/holgerbrandl/datautils/v1.51/R/core_commons.R") which works with a leading space character, but escapes the double quote else.