javascript - Using multiple carets in single or multiple textareas and textboxes -


i think may know answer 1 but...

is possible have 2 carets in single textbox, or have 2 separate textboxes focused @ same time allowing user type both symataniously?

i know can simulate adding keydown listener , making values match, want visible caret in both fields.

if not, have ideas on how simulate this?

ace editor supports multiple cursors/carets sublime text:

http://ajaxorg.github.io/ace/

ctrl+click (or cmd(⌘)+click on os x) in live demo on page multiple cursors , type away!

you can select bunch of code , use tab indent tab space, or shift+tab outdent tab space.


Comments