As a complement to
my previous thread, so here are my wishes for text editing :
a) being able to select the contents of a tag is already possible by Ctrl-Alt-T. Say I have
Code:
<div><p>blah blah<I>blah in italic</I>foo foo</p></div>
If I'm on the word "italic", Ctrl-Alt-T selects "blah in italic". With a 2nd Ctrl-Alt-T I would like to be able to select <I>blah in italic</I>, with a 3rd Ctrl-Alt-T I would select <P>blah blah<I>blah in italic</I> foo foo</p>, etc. finally I could select entirely <body>...</body>
Incidentally, I couldn't find a way to change the hotkey for Ctrl-Alt-T
b) be able to select an entire line (with or without CRLF) and be able to associate it with a hotkey
c) be able to clone selected line(s) and be able to associate it with a hotkey
d) be able to move selected line(s) up or down and be able to associate them with a hotkey
e) be able to close (surround) selected text with any tag, or be able to add items to the list of possible tags (menu </>)
f) be able to assign hotkeys to all currently available editing functions, such as Ctrl + i for <i> or Ctrl-b for <b> that are already available
Best regards