Print code from code editor

Post Reply
sclg
User
Posts: 149
Location: UK

Print code from code editor

Post by sclg »

Sometimes it would be very useful to print out custom code form the code editor.
Pressing Ctrl-P in the editor does bring up a print dialogue but is only seems to print the section of the code that is currently visible on screen.
Is there a way to print all of a section of code? (Apart from copying and pasting it into an external editor??)
Thanks


daveb
User
Posts: 32

Post by daveb »

I find there are several functions that the builtin code editors don't do well. I find it much easier to use an editor that "undrstands" PHP and highlights parentheses etc to help you, as well as providing print and compare options. One free package is Notepad++


Post Reply