nikhilkalige / docblockr

DocBlockr is a package for Atom which is designed to make writing documentation faster and easier.
MIT License
406 stars 93 forks source link

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

Closed 233cy closed 3 years ago

233cy commented 5 years ago

extra_tags中不能使用逗号

233cy commented 5 years ago

@genbit

233cy commented 5 years ago

@dmnd @UziTech @rosston

UziTech commented 5 years ago

Can you provide an example?

你能提供一个例子吗?

233cy commented 5 years ago

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

233cy commented 5 years ago

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

@UziTech

UziTech commented 5 years ago

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 commented 5 years ago

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 commented 5 years ago

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

UziTech commented 5 years ago

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 https://github.com/atom/settings-view/pull/1101

MoritzKn commented 3 years ago

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.