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

请修复ATOM中不能使用逗号的问题 #330

Closed
233cy opened this issue Jan 23, 2019 · 10 comments
Closed

请修复ATOM中不能使用逗号的问题 #330

233cy opened this issue Jan 23, 2019 · 10 comments

Comments

@233cy
Copy link

233cy commented Jan 23, 2019

extra_tags中不能使用逗号

@233cy
Copy link
Author

233cy commented Jan 23, 2019

@genbit

@233cy
Copy link
Author

233cy commented Jan 23, 2019

@dmnd @UziTech @rosston

@UziTech
Copy link
Contributor

UziTech commented Jan 23, 2019

Can you provide an example?

你能提供一个例子吗?

@233cy
Copy link
Author

233cy commented Jan 23, 2019

default
比如extra_tags我没办法在参数中加逗号,因为加入逗号就会直接换行。我这里只是演示,实际中我是要用于注解必须要用到逗号

@233cy
Copy link
Author

233cy commented Jan 23, 2019

default
比如extra_tags我没办法在参数中加逗号,因为加入逗号就会直接换行。我这里只是演示,实际中我是要用于注解必须要用到逗号

@UziTech

@UziTech
Copy link
Contributor

UziTech commented Jan 23, 2019

I don't think this is an issue with docblockr.

It looks like it issue with the way that Atom gets an array setting.

I noticed you are using the full width comma ,(\uFF0C) instead of ,(\u002C) it looks like Atom doesn't split on that character.

@233cy
Copy link
Author

233cy commented Jan 23, 2019

I don't think this is an issue with docblockr.

It looks like it issue with the way that Atom gets an array setting.

我注意到你的整个宽度上使用逗号,(\uFF0C)代替,(\u002C)它看起来并不像原子分裂性质。

我是要用,而不是,的。因为我要用于注解如:
default

@233cy
Copy link
Author

233cy commented Jan 23, 2019

default
比如这样,我不想让红色地方的逗号换行如何做

@UziTech
Copy link
Contributor

UziTech commented Jan 23, 2019

I still think this is an issue with Atom not this package. Atom should interpret an escaped comma \, as a literal comma.

looks like you already opened a PR in atom/settings-view#1101

@MoritzKn
Copy link
Collaborator

Closing this in an attempted to clean up the issue tracker and because I am not able to read Chinese and can not tell what this is about, sorry.

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

3 participants