Profile for User: Fish
You are here: Home1
Hi! Stefan,
I had tried and modified the macro you provide,
and it can delete half-width spaces, full-width spaces & tabs now.
document.selection.Replace("^[ \t ]+","",eeFindNext | eeReplaceAll | eeReplaceSelOnly | eeFindReplaceRegExp);
Hi! Stefan,
I use this plug-in because my files have a lot of leading spaces need to be process.
I will try to use macro first, it’s powerful.
Thank you for your advice :)