This PR mostly changes the message window. There are a few minor, unrelated changes.
The message window may now be controlled by a new setMessageWindow() function, though it is still started automatically in appsupp.cpp. I have included documentation for this new function in NatlinkSource/natlink.txt.
The window may now also be displayed before natConnect() and the pop-up menu is easier to change.
I have also fixed the reload button. It now reloads user modules, via the new callback, instead of the Python interpreter.
This is to be merged in conjunction with a natlinkcore pull request I'll make shortly. To test: build and run an installer, then install my branch of natlinkcore with pip install -e.
Re: #28, #184, #213.
This PR mostly changes the message window. There are a few minor, unrelated changes.
The message window may now be controlled by a new
setMessageWindow()
function, though it is still started automatically in appsupp.cpp. I have included documentation for this new function in NatlinkSource/natlink.txt.The window may now also be displayed before
natConnect()
and the pop-up menu is easier to change.I have also fixed the reload button. It now reloads user modules, via the new callback, instead of the Python interpreter.
This is to be merged in conjunction with a natlinkcore pull request I'll make shortly. To test: build and run an installer, then install my branch of natlinkcore with
pip install -e
.