New [CODE] tag with syntax Highlight

Do you like the new Syntax highlighted [CODE] tag?

Yes, it's good and keep it
8
89%
No, the old one is good
1
11%
I don't care
0
No votes
 
Total votes: 9

User avatar
admin
Site Admin
Posts: 101
Joined: Wed May 23, 2007 5:49 pm
Skillset: Nil
Referer: Google
Contact:

Re: New [CODE] tag with syntax Highlight

Postby admin » Fri Feb 05, 2016 4:58 pm

enrico-sorichetti wrote:the only thing missing is the selec for the code' d data


Hope its ok now.

Code: Select all

testing

enrico-sorichetti
Global moderator
Posts: 3006
Joined: Fri Apr 18, 2008 11:25 pm
Skillset: tso,rexx,assembler,pl/i,storage,mvs,os/390,z/os,
Referer: www.ibmmainframes.com

Re: New [CODE] tag with syntax Highlight

Postby enrico-sorichetti » Fri Feb 05, 2016 5:09 pm

Not Yet :D

the select all is on the right and on the left there is a spurious <> something
cheers
enrico
When I tell somebody to RTFM or STFW I usually have the page open in another tab/window of my browser,
so that I am sure that the information requested can be reached with a very small effort

User avatar
admin
Site Admin
Posts: 101
Joined: Wed May 23, 2007 5:49 pm
Skillset: Nil
Referer: Google
Contact:

Re: New [CODE] tag with syntax Highlight

Postby admin » Fri Feb 05, 2016 5:19 pm

Is this fine now. (if you are still getting the old image, please SHIFT+F5 this page.)

Code: Select all

again testing...

Terry Heinze
Posts: 239
Joined: Wed Dec 04, 2013 11:08 pm
Skillset: COBOL, JCL, ISPF.
Referer: While searching the Internet for answers.
Location: Richfield, MN, USA

Re: New [CODE] tag with syntax Highlight

Postby Terry Heinze » Fri Feb 05, 2016 8:41 pm

New code:

Code: Select all

----+----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.
.... Terry

Terry Heinze
Posts: 239
Joined: Wed Dec 04, 2013 11:08 pm
Skillset: COBOL, JCL, ISPF.
Referer: While searching the Internet for answers.
Location: Richfield, MN, USA

Re: New [CODE] tag with syntax Highlight

Postby Terry Heinze » Fri Feb 05, 2016 8:42 pm

The Preview was hard to read, but Submit looked okay.
.... Terry

User avatar
admin
Site Admin
Posts: 101
Joined: Wed May 23, 2007 5:49 pm
Skillset: Nil
Referer: Google
Contact:

Re: New [CODE] tag with syntax Highlight

Postby admin » Fri Feb 05, 2016 11:11 pm

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.