Page 2 of 2

Re: New [CODE] tag with syntax Highlight

PostPosted: Fri Feb 05, 2016 4:58 pm
by admin
enrico-sorichetti wrote:the only thing missing is the selec for the code' d data


Hope its ok now.

testing

Re: New [CODE] tag with syntax Highlight

PostPosted: Fri Feb 05, 2016 5:09 pm
by enrico-sorichetti
Not Yet :D

the select all is on the right and on the left there is a spurious <> something

Re: New [CODE] tag with syntax Highlight

PostPosted: Fri Feb 05, 2016 5:19 pm
by admin
Is this fine now. (if you are still getting the old image, please SHIFT+F5 this page.)

again testing...

Re: New [CODE] tag with syntax Highlight

PostPosted: Fri Feb 05, 2016 8:41 pm
by Terry Heinze
New code:

----+----1----+----2----+----3----+----4----+----5----+----6----+----7----+----8
      /
       WORKING-STORAGE SECTION.

       01.         *> NO NEED FOR "FILLER"
           05          PIC  X(28) VALUE 'WORKING STORAGE FOR PROGRAM '.
           05  WS-PGM-ID-BEG           PIC  X(8).
           05          PIC  X(12) VALUE ' BEGINS HERE'.
           05  WS-LOAD-MODULE-EYE-CATCHER.
               10                      PIC  X(8)  VALUE 'CHGD BY '.
               10                      PIC  X(24) VALUE
                   'XXXXX XXXXXX -- EXT XXXX'.

Tough to read due to highlighting.

Re: New [CODE] tag with syntax Highlight

PostPosted: Fri Feb 05, 2016 8:42 pm
by Terry Heinze
The Preview was hard to read, but Submit looked okay.

Re: New [CODE] tag with syntax Highlight

PostPosted: Fri Feb 05, 2016 11:11 pm
by admin
The preview and submit are actually same. The reason you are getting different views is due old Javascript caching of the browser. Please press "SHIFT+F5" on this page to clear your browser cache and try the preview again.