I'm using ace editor in my app. There's a button in the app, clicking on which a new content should be inserted at a place where the current cursor is but it is added in line numbers section.
I'm following the instruction mentioned here http://jsfiddle.net/jwvha/1/
Is is possible to call any method to insert text programmatically at current cursor location?