Im attempting to use the editor.gotoLine()
and editor.scrollToLine() but neither are working for me,
gotoLine responds by highlighting the line as well as the cursor being placed there,
but the editor itself does not move, this is bad especially when the line is not currently visible,
iv tried with these solutions suggested on SO:
http://stackoverflow.com/questions/23748743/ace-editor-go-to-linethey work on jsfiddle (as well as on the
ace.c9.io embedded editors), but i can not seem to
get it to work on my editor instance, im using the ace-builds src-min-noconflict available right now on
ace-builds.
Jiun