[EMAIL PROTECTED] wrote:
Author: kuemmel
Date: Tue Nov 14 11:06:07 2006
New Revision: 15916
URL: http://www.lyx.org/trac/changeset/15916
Log:
add option to disable the console on windows
Good idea. I've tried to disable that manually in the generated project
but unfortunately, I didn't noticed any improvment WRT performance.
If someone is looking for a fun yet simple project to do. Here is one:
In lyx::use_gui mode, instead of outputting to the console (cout or
cerr) if would be better to pipe all messages onto a file and visualise
the contents dynamically in a Qt window if needed.
Abdel.