Eliminating Trailing Whitespace in Your Texts Using EmEditor: A Comprehensive Guide

Eliminating Trailing Whitespace in Your Texts Using EmEditor: A Comprehensive Guide

Robert Lv8

Eliminating Trailing Whitespace in Your Texts Using EmEditor: A Comprehensive Guide

Viewing 5 posts - 1 through 5 (of 5 total)

  • Author
    Posts
  • July 18, 2013 at 3:10 pm #11222
    ldm
    Participant
    Hi All,
    What setting should I do in order to remove white spaces from end of the line each time I press on ‘Save’ button?
    Thank you!
    July 18, 2013 at 4:07 pm #11225
    JohnQSmith
    Participant
    VBScript macro
    replaced = document.selection.Replace(“s+?$”, “”, eeFindReplaceRegExp Or eeReplaceAll)
    Macros > Customize macros > Run at Events
    Then select the Before Saving event
    July 18, 2013 at 5:11 pm #11226
    Yutaka Emura
    Keymaster
    Hello,
    Alternatively, you can go to configuration properties, the File tab, the Saving button, and check the “Delete Spaces at End of Lines” check box.
    July 18, 2013 at 6:14 pm #11228
    JohnQSmith
    Participant
    I like that better, but while figuring out the way I did it, I discovered how amazingly EmEditor can be modified using scripting.
    July 19, 2013 at 10:20 am #11229
    CaptainFlint
    Participant
    And not to forget about the built-in command Delete Spaces at End of Lines. :-)
  • Author
    Posts

Viewing 5 posts - 1 through 5 (of 5 total)

  • You must be logged in to reply to this topic.

Also read:

https://techidaily.com
  • Title: Eliminating Trailing Whitespace in Your Texts Using EmEditor: A Comprehensive Guide
  • Author: Robert
  • Created at : 2024-10-08 16:10:19
  • Updated at : 2024-10-14 16:17:01
  • Link: https://win-superb.techidaily.com/eliminating-trailing-whitespace-in-your-texts-using-emeditor-a-comprehensive-guide/
  • License: This work is licensed under CC BY-NC-SA 4.0.
On this page
Eliminating Trailing Whitespace in Your Texts Using EmEditor: A Comprehensive Guide