Nuno J. Silva wrote:
> According to the code, only UNIX systems get the help text written to
> the console. Everything else gets a dialog box.
>
> ,----[desktop/source/app/cmdlinehelp.cxx, line 154]
> | #ifdef UNX
> |         // on unix use console for output
> |         fprintf(stdout, "%s%s",
> | [...]
> | #else
> |         // rest gets a dialog box
> |         CmdlineHelpDialog aDlg;
> `----

Thanks Nuno.  I must admit, I was suspecting Win7 of acting strangely.
 Thanks for clarifying the behaviour.

Does anyone know a workaround to get the commands listed to the
console rather than the dialogue box (in Windows)?  Or maybe how to
get *all* of the text from the help dialogue (not truncated)?

Regards
Stephan

-- 
Unsubscribe instructions: E-mail to users+h...@global.libreoffice.org
In case of problems unsubscribing, write to postmas...@documentfoundation.org
Posting guidelines + more: http://wiki.documentfoundation.org/Netiquette
List archive: http://listarchives.libreoffice.org/global/users/
All messages sent to this list will be publicly archived and cannot be deleted

Reply via email to