For example providing an incorrect label to plot causes a wdhandler dialog to appear. Closing the dialog causes another to appear. AFAICS it is not possible to dismiss the dialog and return to Term without force closing the full QtIDE session (e.g. using Task Manager on Windows). The following code will cause the issue (xlabel is invalid & should be xcaption).
load 'plot'
'line;xlabel year' plot i. 4 3
For example providing an incorrect label to
plotcauses a wdhandler dialog to appear. Closing the dialog causes another to appear. AFAICS it is not possible to dismiss the dialog and return to Term without force closing the full QtIDE session (e.g. using Task Manager on Windows). The following code will cause the issue (xlabelis invalid & should bexcaption).