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!