Menu

#1121 Code folding for if(): endif; structures

Completed
open
9
2015-10-04
2015-10-01
No

Currently there is no code folding support for any of the following (php):

if():
endif;
for():
endfor;
switch():
endswitch;
foreach():
endforeach;

Discussion

  • Neil Hodgson

    Neil Hodgson - 2015-10-04
    • labels: --> scintilla, lexer, php
    • assigned_to: Neil Hodgson
     
  • Neil Hodgson

    Neil Hodgson - 2015-10-04

    Its a bit complex as its really the ':' that determines an alternate syntax block and the ':' may appear for other purposes. I'll accept a good implementation but won't work on this myself.

     

Log in to post a comment.