Masatake YAMATO

Results 774 comments of Masatake YAMATO

Now we have version information for each kind, role, field, and extra. So the Changes section of the man pages is redundant.

This is unacceptable because `.previous` is not considered.

Sorry to be late to respond. I will work on this request next.

The change for getMioFull() is excellent. Could you write about this change to docs/news/HEAD.rst ? This change requires new section like: ``` Bug fixes ----------------------------- ``` I need time for...

``` $ ctags --list-maps=C C *.c $ ctags --list-maps=C++ C++ *.c++ *.cc *.cp *.cpp *.cxx *.h *.h++ *.hh *.hp *.hpp *.hxx *.inl *.C *.H *.CPP *.CXX $ ctags --print-language /tmp/a.h...

Exuberant ctags, the ancestor of Universal ctags, uses 1:1 mapping. I extended it to N:1 in Universal ctags. e.g., Both Matlab parser and ObjectiveC parser have `.m` as their extension....

@b4n, your idea makes sense. I've thought about introducing `precedence`. However, it never occurred to me to apply `precedence` to this issue. We have option: `--map-=[+|-]|`. I wonder how to...

The idea "precedence" looks better than #4270.

``` diff --git a/parsers/typescript.c b/parsers/typescript.c index f168de622..db470742e 100644 --- a/parsers/typescript.c +++ b/parsers/typescript.c @@ -1813,6 +1813,7 @@ static void parseClassBody (const int scope, tokenInfo *const token) case TOKEN_COLON: uwiUngetC (':'); parsePropertyType...

Surprisingly, per-table statistics were already implemented: --totals=extra.