PDA

View Full Version : Print out Lisp Program in color


ccowgill
2006-11-03, 07:09 PM
Exactly as the subject line, I would like to print out my AutoLISP code exactly the way it appears in VLIDE. I think it might be easier to determine where I am missing a ( if I can see the whole code at once. I only seem to be able to print it in black and white


any help would be appreciated, thanks,

rkmcswain
2006-11-03, 08:22 PM
AFAIK - this is not possible within VLIDE.

If you have SnagIt (http://www.techsmith.com), it can capture an entire window (scrolling along the way as necessary) and then you can print that out in color.

intergrupocr
2006-11-04, 02:36 AM
This is a good wish to the next release of AutoCAD!!! :)

CAB2k
2006-11-05, 03:27 AM
Use an editor like UltraEdit or Vimm, etc
http://www.ultraedit.com/index.php?name=UE_MoreFeatures
http://www.vim.org/download.php

There are more that use color Highliting.

truevis
2006-11-05, 06:40 AM
http://www.afralisp.net/lisp/lsp2htlm.htm

Program that will convert an AutoLISP file into HTML with colors.