ATTENTION: You are viewing a page formatted for mobile devices; to view the full web page, click HERE.

DonationCoder.com Software > Post New Requests Here

IDEA: Internet-Style Email Indenting / UnIndenting on Selected Text

<< < (2/2)

Christian.Eitner:
Hi mouser,

I'll just put in another plug for my Clipboard Help+Spell program if you do this kind of stuff a lot -- only because CHS lets you create text formatting presets/scripts that you can run on selected text really easily.  I use it to format text quite often -- you highlight some text -- hit the CHS hotkey to bring up the menu, choose the Formatting Presets submenu, and then select from your saved presets/scripts.
-mouser (October 21, 2008, 04:51 AM)
--- End quote ---

Would be great!

Cheers,

Christian

Nod5:
There are already some good suggestions but here's yet another alternative in the shape of an autohotkey script:

--- ---F3::
F4::
clipboard =
sendinput ^c
ClipWait, 2
if A_ThisHotkey = F3
 x := RegExReplace(clipboard,"m)^>","")
else
 x := RegExReplace(clipboard,"m)^",">")
clipboard = %x%
sendinput ^v
return

Navigation

[0] Message Index

[*] Previous page

Go to full version