-7

Add Ruby IRB console option for Ctrl+~

cz 13 ár síðan updated by Tom Scott 12 ár síðan 3
Let user optionally choose to use Ruby instead of Python for the ctrl+~ console.
LoL. If it'll be done, we can wait for similar requests, but with other languages. No-no-no.
C-~ - just internal console of editor, nothing more. If you want to get IRB console in he ST2 - write a plugin for it.
+4
The problem is that a large part of ST itself uses Python to do all kinds of things. So the interpreter and the editor are rather tied together. Like Denis said, the best way forward is to write a plugin that embeds the IRB.
is there a way to override the Cmd+` bind for the Python console to make room for such a plugin to replace it?