hi!

can you make that pspad Cobol highlighter - extended Code Folding capabilities


for reserve word EVALUATE ??

example

EVALUATE true
   when a = b
       display "hello world1"
   when b = c
       display "hello world2"
   when d = e
       display "hello world3"
   when OTHER
       display "HAHAHA"
END-EVALUATE

then Code Foldin:

EVALUATE true
   when a = b
   when b = c
   when d = e
   when other
END-EVALUATE


other example for evaluate


EVALUATE variable
   when "hi"
       display "hello world1"
   when 123456
       display "hello world2"
   when "psapad"
       display "hello world3"
   when OTHER
       display "HAHAHA"
END-EVALUATE

EVALUATE variable
   when "hi"
   when 123456
   when "psapad"
   when OTHER
END-EVALUATE

-- 
<https://forum.pspad.com/read.php?6,77954,78013>
PSPad freeware editor https://www.pspad.com

Odpovedet emailem