自动美化 CodeEffect 规则子句
Prettify a CodeEffect rule clause automatically
有没有办法自动美化规则子句?
例如,从这个自动格式化规则:
Check if A is equal to B or ( B contains abc and C is not equal to A ) or ( C has no value and ( A starts with xyz or A doesn't end with opq ))
为此:
Check if
A is equal to B
or ( B contains abc
and C is not equal to A
)
or ( C has no value
and ( A starts with xyz
or A doesn't end with opq
)
)
您不能在当前版本中自动进行规则格式化。但是规则作者可以使用包含的键盘和手势支持;它非常直观且易于使用。详情可见here
有没有办法自动美化规则子句?
例如,从这个自动格式化规则:
Check if A is equal to B or ( B contains abc and C is not equal to A ) or ( C has no value and ( A starts with xyz or A doesn't end with opq ))
为此:
Check if
A is equal to B
or ( B contains abc
and C is not equal to A
)
or ( C has no value
and ( A starts with xyz
or A doesn't end with opq
)
)
您不能在当前版本中自动进行规则格式化。但是规则作者可以使用包含的键盘和手势支持;它非常直观且易于使用。详情可见here