Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update option formats/notations about roles #2596

Closed
masatake opened this issue Jul 9, 2020 · 2 comments
Closed

update option formats/notations about roles #2596

masatake opened this issue Jul 9, 2020 · 2 comments
Assignees

Comments

@masatake
Copy link
Member

masatake commented Jul 9, 2020

  • align the form of --_roledef-<LANG>=kind.role,desc to that of --roles-<LANG>.<KIND>: --_roledef-<LANG>.<KIND>=role,deck.

  • align the form of --_param-<LANG>:param=value to that of --roles-<LANG>.<KIND>: --_param-<LANG>.param=value.

  • update optlibc2c to handle --roles-<LANG>.<KIND> option.

Originally posted by @masatake in #2579 (comment)

@masatake masatake self-assigned this Jul 9, 2020
masatake added a commit to masatake/ctags that referenced this issue Aug 15, 2020
Clsoe universal-ctags#2596.

The original form was

	--_roledef-<LANG>=<KIND-LETTER>.<ROLE>,<ROLE-DESCRIPTION>

This from doesn't align with the form of more popular (= use visible) option,
--roles-<LANG>.<KIND>=[+|-]<ROLE>.

For aligning the froms, this commit changes the form of --_roledef option
as following:

	   --_roledef-<LANG>.<KIND>=<ROLE>,<ROLE-DESCRIPTION>

Signed-off-by: Masatake YAMATO <yamato@redhat.com>
masatake added a commit to masatake/ctags that referenced this issue Aug 15, 2020
Clsoe universal-ctags#2596.

The original form was

	--_roledef-<LANG>=<KIND-LETTER>.<ROLE>,<ROLE-DESCRIPTION>

This from doesn't align with the form of more popular (= use visible) option,
--roles-<LANG>.<KIND>=[+|-]<ROLE>.

For aligning the froms, this commit changes the form of --_roledef option
as following:

	   --_roledef-<LANG>.<KIND>=<ROLE>,<ROLE-DESCRIPTION>

Signed-off-by: Masatake YAMATO <yamato@redhat.com>
masatake added a commit to masatake/ctags that referenced this issue Aug 15, 2020
Clsoe universal-ctags#2596.

The original form was

	--_roledef-<LANG>=<KIND-LETTER>.<ROLE>,<ROLE-DESCRIPTION>

This form doesn't align with the form of more popular (= use visible) option,
--roles-<LANG>.<KIND>=[+|-]<ROLE>.

For aligning the forms, this commit changes the form of --_roledef option
as following:

	   --_roledef-<LANG>.<KIND>=<ROLE>,<ROLE-DESCRIPTION>

Signed-off-by: Masatake YAMATO <yamato@redhat.com>
masatake added a commit to masatake/ctags that referenced this issue Aug 16, 2020
Clsoe universal-ctags#2596.

The original form was

	--_roledef-<LANG>=<KIND-LETTER>.<ROLE>,<ROLE-DESCRIPTION>

This form doesn't align with the form of more popular (= use visible) option,
--roles-<LANG>.<KIND>=[+|-]<ROLE>.

For aligning the forms, this commit changes the form of --_roledef option
as following:

	   --_roledef-<LANG>.<KIND>=<ROLE>,<ROLE-DESCRIPTION>

Signed-off-by: Masatake YAMATO <yamato@redhat.com>
@masatake
Copy link
Member Author

About "role", the issue is fixed. I wonder how I should do about _param.

@masatake
Copy link
Member Author

I opened #2620 for handling --_param-.param=value.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant