> 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
