- Posted by
- I do not really understand why many users want now something in the function list for program source files which are not functions. With the new editing capabilities for the function list, it is not so much just a function list anymore. It can be configured to pick up easy-to-find bookmarks of all ...Posted in Syntax Highlighting
-   Topics
-   Views
- routinet
Jun 13, 2010
- I am trying to create a function list entry for PHP files. I would like to detect switch() statements and list each case involved. Here is a sample of the syntax: switch ($myvar) { case 1: // code for $myvar=1 goes here break; case 2: case 3: // code for $myvar=2 or $myvar=3 goes here break; case 's...Posted in Syntax Highlighting
-   Topics
-   Views
- routinet
Jun 09, 2010