What do you mean by Pretty Print? Sorry, not familiar with the term.
-
MODX Staff
- 10,725 Posts
Pretty printing and source code formatting are synonymous terms. PHPEclipse does it with a limited number of options, and I’m trying to find time to contribute to the PHPEclipse project so we can get similar full-featured PHP source formatting to that provided by Eclipse for Java. The Java formatting options are so configurable, it’s almost overkill, but something to shoot for, none-the-less.
Pretty Print = Syntax Highlighted Printing
Sorry, I am still lost. You want a code editor that does syntax highlighting or something that physically prints your code on a printer in highlighted syntax?
something that prints your code on a printer in highlighted syntax.
On the PC side, programmers notepad supports this.
Actually, TextMate has no printing options. Only black text on white bg with nothing fancy. No line numbers, no syntax highlighting, nothing else. Even the developer says "printing in the current version of TextMate sucks"...
Oh. Learned something new today. I guess I’ve never needed to print code out before so didn’t even think about this feature.
Hi,
Perhaps you could try this workaround.
Print your doc as PDF.
I’ve tried with BBEDIT and the pdf doc keeps the Highlights
Hope this helps
:-)