Kevinmun Posted May 24, 2008 Share Posted May 24, 2008 I'm looking to print out several rather large PHP documents. I use eclipse and like the way it prints everything out with the syntax highlighting, however, its a pain in the butt to go through each document and expand all of the classes and functions. I tried printing from notepad and MS word and they both looked like garbage. Any suggestions? Link to comment https://forums.phpfreaks.com/topic/107130-best-way-to-print-php-documents/ Share on other sites More sharing options...
LooieENG Posted May 24, 2008 Share Posted May 24, 2008 Notepad++? Link to comment https://forums.phpfreaks.com/topic/107130-best-way-to-print-php-documents/#findComment-549239 Share on other sites More sharing options...
Kevinmun Posted May 24, 2008 Author Share Posted May 24, 2008 Notepad++? You don't have to expand every single class and function like in Eclipse do you? Link to comment https://forums.phpfreaks.com/topic/107130-best-way-to-print-php-documents/#findComment-549258 Share on other sites More sharing options...
deadonarrival Posted May 25, 2008 Share Posted May 25, 2008 You don't have to in Eclipse. Just go to window->preferences Then click PHP/PHPeclipse and turn "Folding" off. Print, then re-select it when you're done. Link to comment https://forums.phpfreaks.com/topic/107130-best-way-to-print-php-documents/#findComment-549276 Share on other sites More sharing options...
Kevinmun Posted May 25, 2008 Author Share Posted May 25, 2008 You don't have to in Eclipse. Just go to window->preferences Then click PHP/PHPeclipse and turn "Folding" off. Print, then re-select it when you're done. Wow thats a lot easier. Thanks! Link to comment https://forums.phpfreaks.com/topic/107130-best-way-to-print-php-documents/#findComment-549293 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.