pangu-spacing icon indicating copy to clipboard operation
pangu-spacing copied to clipboard

Ignore constant strings when processing

Open jingqi opened this issue 8 years ago • 0 comments

I am using `pangu-spacing-real-insert-separtor' in my programming. It's good, but there is a little problem: it tries to insert space in my constant strings. Like this:

msg = "您收到了%s的邀请" % name
Dialog.show(msg)

I don't want a space inserted between "%s" and "的邀请", or any constant strings in my source files. What I want is spaces inserted in my commentary, or document strings. Can this be possible?

jingqi avatar May 30 '16 09:05 jingqi