pspad: -------------------------------------------------------------------------------- This is problem of setting Cobol areas. Go to highlighter settings / Specification and set proper area values you use in your implementation. --------------------------------------------------------------------------------
Hi Jan, I didn't change any settings between the two releases, and running with same configurantion in r156 the colorization is not working. My highlighter settings area values to both releases: (viz https://s28.postimg.org/3tli5zt7x/settings.png ) Try yoursef with this sample code (click in 'quote' to get with correct spaces indentation): identification division. program-id. hello. environment division. configuration section. special-names. decimal-point is comma, console is crt. data division. working-storage section. 01 w-var pic is x(01) value is spaces. procedure division. main-paragraph. *>-> Comment line display "hello world". stop run. Thank you! -- <http://forum.pspad.com/read.php?6,68342,68366> PSPad freeware editor http://www.pspad.com
