Quick fix for printing
Posted: Sat Oct 08, 2005 8:35 am
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.
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.