Hi Jan I found a little problem with COBOL syntax highlighting. When there is a "*" at the end of line, the foreground and background colors are shown equal and so the "*" disappears.
This occurs when a COMPUTE command is writen in more than one line. See the image at line 26 there is a "*" in column 71 because it is displayed in the status bar but not in editor pane. (viz http://www.rech.com.br/imagens/tmp/Erro_PSPAD.png ) The lines of code are: compute x = ((-b + (b ** 2 - (4 * a * c)) **.5) / (2 * a)) * 2. Click in "quote" to copy lines correctly to editor. Looks like it might be something about the inline comments, because if we put a ">" after the "*" then "*>" is shown correctly. This is very important to us, because the calculations are show imcompleted. Thanks, Sandro. -- <http://forum.pspad.com/read.php?6,56138,56220> PSPad freeware editor http://www.pspad.com
