[Github-comments] [geany] If more tags are found during tag definition/declaration goto, let user select which one to use (#406)

Colomban Wendling notifications at xxxxx
Sat Feb 13 22:12:45 UTC 2016


> +		case tm_tag_member_t:
> +		case tm_tag_field_t:
> +			return "classviewer-member";
> +		case tm_tag_typedef_t:
> +		case tm_tag_enum_t:
> +		case tm_tag_union_t:
> +		case tm_tag_struct_t:
> +			return "classviewer-struct";
> +		case tm_tag_namespace_t:
> +		case tm_tag_package_t:
> +			return "classviewer-namespace";
> +		default:
> +			break;
> +	}
> +	return "classviewer-struct";
> +}

FIXME: use the same icons as the symbols tree

---
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/pull/406/files#r52834419
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.geany.org/pipermail/github-comments/attachments/20160213/9d9bd91c/attachment.html>


More information about the Github-comments mailing list