A syntax highlighting, code folding text editor for Java Swing applications.
BSD 3-Clause "New" or "Revised" License
1.12k
stars
259
forks
source link
An action to clear trailing spaces (and eventually lines with only spaces) #472
Open
pskowronek opened 1 year ago
Describe the solution you'd like
To have an action (akin to
convertTabsToSpaces()
) that would clear trailing spaces/tabs (and eventually also lines with only spaces/tabs).Are there any workarounds?
I don't think so (well, one could check each line and modify it).
Additional context
As mentioned in: https://github.com/bobbylight/RSyntaxTextArea/issues/469#issuecomment-1333111045