Viewing 4 posts - 1 through 4 (of 4 total)
- AuthorPosts
- February 28, 2007 at 11:36 pm #4215userParticipant
hello
there is an option to delete spaces from the end of lines
is there an option to do the same for the begining of lines? (and not to delete tabs at the begining of the lines)
thanks
March 1, 2007 at 4:32 am #4216Yutaka EmuraKeymasterThere is no command for that in EmEditor core.
In replace dialog box, check “Use Regular Expressions”, and replace
^ +
with empty string.March 7, 2007 at 12:46 am #4224userParticipantcan you tell me how to assign this with a keyboard shortcut (eg ctrl+j) ?
March 7, 2007 at 7:38 am #4225CaptainFlintParticipantcan you tell me how to assign this with a keyboard shortcut (eg ctrl+j) ?
Only by writing a macro and assigning the hotkey to it.
I personally use Shift+Tab several times or plugin “Align Left”.
- AuthorPosts
Viewing 4 posts - 1 through 4 (of 4 total)
- You must be logged in to reply to this topic.