Page 1 of 1

Quick fix for printing

Posted: Sat Oct 08, 2005 8:35 am
by Trond
For everyone who are desperate to print from the PureBasic IDE there is a solution. It's ugly and doesn't syntax highlight, but it prints.

Add a tool with this command line: notepad.exe (or wordpad.exe)
Parameters: /p %TEMPFILE

There you go. Invoking the tool will print your source code.

Re: Quick fix for printing

Posted: Sat Oct 08, 2005 10:43 am
by gnozal
Trond wrote:For everyone who are desperate to print from the PureBasic IDE there is a solution.
jaPBe prints very well :twisted:

Posted: Sat Oct 08, 2005 7:06 pm
by utopiomania
Thanks for the tip. I'm not exactly desperate to print from the IDE, but close, so, thanks again. :)