Space Before and After a Equals (=) character?
-
‘Language’ ‘User Defined Language’
[DocumentVariables]
Version=1
[Variables]
Chf=-0.5
Cut1=5
Cut2=3.5Hi, is there a way of adding a Space Before and After a Equals (=) character?
[DocumentVariables]
Version=1
[Variables]
Chf = -0.5
Cut1 = 5.0
Cut2 = 3.5
This is how I’d like to see my File. -
The user-defined-language settings will not automatically add spaces. However, you could search for
\x20*=\x20*and replace with\x20=\x20in regular expression mode. That will change any number of spaces (including zero) followed by=followed by any number of spaces (including zero) with exactly one space, exactly one equal, and exactly one space.
Hello! It looks like you're interested in this conversation, but you don't have an account yet.
Getting fed up of having to scroll through the same posts each visit? When you register for an account, you'll always come back to exactly where you were before, and choose to be notified of new replies (either via email, or push notification). You'll also be able to save bookmarks and upvote posts to show your appreciation to other community members.
With your input, this post could be even better 💗
Register Login