Quick fix for printing

Share your advanced PureBasic knowledge/code with the community.
Trond
Always Here
Always Here
Posts: 7446
Joined: Mon Sep 22, 2003 6:45 pm
Location: Norway

Quick fix for printing

Post 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.
gnozal
PureBasic Expert
PureBasic Expert
Posts: 4229
Joined: Sat Apr 26, 2003 8:27 am
Location: Strasbourg / France
Contact:

Re: Quick fix for printing

Post by gnozal »

Trond wrote:For everyone who are desperate to print from the PureBasic IDE there is a solution.
jaPBe prints very well :twisted:
For free libraries and tools, visit my web site (also home of jaPBe V3 and PureFORM).
User avatar
utopiomania
Addict
Addict
Posts: 1655
Joined: Tue May 10, 2005 10:00 pm
Location: Norway

Post by utopiomania »

Thanks for the tip. I'm not exactly desperate to print from the IDE, but close, so, thanks again. :)
Post Reply