Use the word "symbol" instead of "tag" in the UI and documentation
commit9b686871dead3d2fb20d61508034ba4a7b052160
authorJiří Techet <techet@gmail.com>
Sun, 19 Jul 2015 19:25:44 +0000 (19 21:25 +0200)
committerJiří Techet <techet@gmail.com>
Wed, 17 Feb 2016 21:38:00 +0000 (17 22:38 +0100)
treebdec9a80d24d7917168356f19e09e8ae7bc6d7e9
parent1658babe452f58f37c84ebcfb34df97e14726351
Use the word "symbol" instead of "tag" in the UI and documentation

For users a tag is <this> so the naming can be confusing.

The only exception where we probably shouldn't use the word symbol is the
"tags file" (*.tags) containing global tags - this has already the "tags"
extension and is more related to ctags and using "symbols file" is a bit
strange in this case.

As a result, the only places where this patch leaves the word "tag" are:

* phrase "tags file(s)"
* phrase "tags parser(s)"
* documentation mentioning the "tags" directory
* documentation mentioning the *.tags extension

and of course where it means the HTML/XML markup <thing>. The rest of the
uses of the word "tag" is replaced with "symbol".

Documentation is updated accordingly.

Fixes #579.
data/geany.glade
doc/geany.txt
src/filetypes.c
src/keybindings.c
src/libmain.c
src/sidebar.c
src/symbols.c