[Github-comments] [geany/geany] [question] Alternitives to general terminal output? (Python, Interpreter, Scite, Linux) (#1731)

Matthew Brush notifications at xxxxx
Thu Apr 26 00:04:09 UTC 2018


> So the "it will go away" part was completely, and only, related to doing some linkup (output or otherwise) with SciTe from Geany ..

Specifically, it was related to embedding SciTE's GtkWindow inside a GtkWidget in Geany (ie. XEmbed). Even though it's deprecated in GTK+ it's still technically possible with Xlib, but it seems like a terrible idea anyway :)

> Next would be to get some 'proof of concept' working ...

It should be pretty straightforward to whip together a protoype plugin in Python. You could probably use `subprocess.communicate()` or whatever the current thing is, and after processing the results, stuff them into a Gtk.TreeView in the bottom notebook similar to the compiler tab.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/issues/1731#issuecomment-384470850
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.geany.org/pipermail/github-comments/attachments/20180425/35b345f5/attachment.html>


More information about the Github-comments mailing list