JWE Project Ideas: Difference between revisions

no edit summary
m (→‎GUI command window: Add wiki link)
No edit summary
Line 17: Line 17:
instead of using an external program, but overall user interaction
instead of using an external program, but overall user interaction
could be improved.
could be improved.
=== Interrupt handling in the GUI ===
This issue is related to the GUI command window.  Interrupt
signals (typically generated by typing Control-C at the command
prompt) cause some trouble with the GUI and when multiple threads
are active, particularly inside of library code like the BLAS.
There are a number of bug reports for this problem.  We need to
find a way to reliably interrupt the interpreter.


=== Generating publication-quality figures ===
=== Generating publication-quality figures ===