holgerbrandl / send2terminal

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

Does not work on ubuntu #5

Open ErikHambardzumyan opened 6 years ago

ErikHambardzumyan commented 6 years ago

Can this plugin be compatible with ubuntu terminal?

davebulaval commented 6 years ago

Same here. Look great but not supported in Ubuntu.

holgerbrandl commented 5 years ago

Do you know other plugins like for ms code that support code pushing to terminal windows on linux? If so, we could learn from them, and extend this plugin as well?

davebulaval commented 5 years ago

I know that VS code have a nice built-in for that.

holgerbrandl commented 5 years ago

That link is refering to a built-in console, whereas this plugin is pushing to external applications (like Terminal on MacOS or Cmdr on Windows).

Unfortunately built-in console support is weak in IJ. Not even for kotlin they provide means to push a code line/selection to the built-in kotlin console.

davebulaval commented 5 years ago

Oh, didn't know that. This is out of my knowledge. Can't help with that.

holgerbrandl commented 5 years ago

This might help to implement ubuntu support https://ubuntuforums.org/showthread.php?t=1714596