Hi,
I want to creating a tags file but I have trouble of understanding the manual.
According to the manual, to create a tags file, I have to domething similar to:
geany -g [-P] <Tag File> <File list>
Now I want to create a tags file for all my *.php files recursively in /path/to/application/root, so with a lot of other directories under it.
In linux, I would do something like:
$> geany -g $(find . -type f -name '*.php')
*But I have no idea how to do this in windows on the command line.*
So how can I create a tags file in windows for Geany?
And when I created one, where should I put it?
Regards, Eddy