Sublime like Multiple Cursors in HTML5
问题 do you have an idea how to get the Sublime or Cloud 9 like Multiple Cursors functionality to the browser? Is there any jQuery Plugin to do it or has anyone the Idea? I want multiple cursors in a textera, maybe in multiple text areas. Should be possible with HTML5, but didn't find anything in the web! Thank you! 回答1: As barlop said ace editor has multiple cursors, if you want to take a look to its magic you could maybe take a look to multi_select.js at aces github repo. In order to give you a