I recently moved from Windows to Ubuntu and am settling into a new text-editor; gedit.
With its plugins, gedit is surprisingly capable.
I thought I would need to run"Notepad++ in Wine", but the whole Ubuntu experience has thrown that idea out the wndow... (as there is simply no need to hang on to Notepad++).
Come to think of it, I've thrown Windows out the window, too... thanks to my Windows box dying. :)
One thing which a gedit plugin can do is to run an embedded Python console.
I have tried a couple, but they seem to only cater to Python 2.
(I do have Python 3 installed)
Is there a gedit plugin which fires up a Python 3 console?
Thanks.