| View previous topic :: View next topic |
| Author |
Message |
Passero Guest
|
Posted: Thu Jul 03, 2003 11:19 am Post subject: printing source code |
|
|
I want to print my sourcecode but every IDE shows the code with the syntax
colors and i also want that on paper but when i print the code, i always get
black and white. I used severall IDE's but there is non wich print the code
in color. How can i print the code in color?
|
|
| Back to top |
|
 |
Jan Biel Guest
|
Posted: Thu Jul 03, 2003 11:50 am Post subject: Re: printing source code |
|
|
Hi there!
| Quote: | How can i print the code in color?
|
http://www.eclipse.org/
You'll get a nice free IDE as well :)
Janbiel
|
|
| Back to top |
|
 |
noddy Guest
|
Posted: Thu Jul 03, 2003 12:01 pm Post subject: Re: printing source code |
|
|
TextPad ( www.textpad.com/download ) has an option in View/Document
Properties to print in Color!
HTH
Bacchus
"Passero" <yanongena (AT) pandora (DOT) be> wrote
| Quote: | I want to print my sourcecode but every IDE shows the code with the syntax
colors and i also want that on paper but when i print the code, i always
get
black and white. I used severall IDE's but there is non wich print the
code
in color. How can i print the code in color?
|
|
|
| Back to top |
|
 |
Jacob Guest
|
Posted: Thu Jul 03, 2003 12:17 pm Post subject: Re: printing source code |
|
|
Passero wrote:
| Quote: | I want to print my sourcecode but every IDE shows the code with the syntax
colors and i also want that on paper but when i print the code, i always get
black and white. I used severall IDE's but there is non wich print the code
in color. How can i print the code in color?
|
ps-print in Emacs handle this.
Make sure the ps-print-color-p flag is set correctly.
|
|
| Back to top |
|
 |
Roedy Green Guest
|
Posted: Thu Jul 03, 2003 4:13 pm Post subject: Re: printing source code |
|
|
On Thu, 03 Jul 2003 11:19:03 GMT, "Passero" <yanongena (AT) pandora (DOT) be>
wrote or quoted :
| Quote: | I want to print my sourcecode but every IDE shows the code with the syntax
colors and i also want that on paper but when i print the code, i always get
black and white. I used severall IDE's but there is non wich print the code
in color. How can i print the code in color?
|
Click print in the menu rather than clicking the print icon. This will
give you a chance to modify the print properties. In there will be a
print in colour box.
IF not try slickEdit. It will. Colour printing is expensive. Those
little bottles of red ink are $50 CAD, the biggest ripoff in
computing.
http://mindprod.com/jgloss/slickedit.html
--
Canadian Mind Products, Roedy Green.
Coaching, problem solving, economical contract programming.
See http://mindprod.com/jgloss/jgloss.html for The Java Glossary.
|
|
| Back to top |
|
 |
Miguel De Anda Guest
|
Posted: Thu Jul 03, 2003 10:22 pm Post subject: Re: printing source code |
|
|
"Passero" <yanongena (AT) pandora (DOT) be> wrote
| Quote: | I want to print my sourcecode but every IDE shows the code with the syntax
colors and i also want that on paper but when i print the code, i always
get
black and white. I used severall IDE's but there is non wich print the
code
in color. How can i print the code in color?
|
Jext is pretty neat in that it can save your code as html so that the web
page its formatted the same as on the screen. I've never printed with Jext.
You can easily install Jext using Web Start. www.jext.org
|
|
| Back to top |
|
 |
|