Quantcast
Channel: General developer forum
Viewing all articles
Browse latest Browse all 37673

ctags

$
0
0
by Bas Brands.  

Hi All,

I used to be able to find a Moodle function easily using the file tags.txt. Now it only contains a line that tells you how to create this file yourself or where to download it.
(http://download.moodle.org/stable19/tag)

These links are no longer available and creating them myself using the command line:

ctags -R --languages=php --exclude="CVS" --php-kinds=f \
--regex-PHP='/abstract class ([^ ]*)/\1/c/' \
--regex-PHP='/interface ([^ ]*)/\1/c/' \
--regex-PHP='/(public |static |abstract |protected |private )+function ([^ (]*)/\2/f/'

did not work for me on either macos / linux ubuntu. is there any other way of getting a tags.txt for Moodle 2.4.1 ?

Thanks!


Viewing all articles
Browse latest Browse all 37673

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>