[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Libqtlua-list] Ok, I have a new question
From: |
Mark Stanton |
Subject: |
Re: [Libqtlua-list] Ok, I have a new question |
Date: |
Fri, 28 Nov 2014 09:03:46 -0000 |
Thanks for that, and thanks to Jeff Sprenger who suggested QScintilla
for the job.
I suspect a fully featured editor will be seen as overkill, even
though it's probably a good idea. For our current scripting language
we have a very simple editor and a "run" button. I think I need some
lower (in QtLua) level functions. I've found exec_statements, which
appears to be what I want to execute a whole script, although it's
error output appears to be a little unhelpful, "hardwired" in to
stdout...