When typing with the editor it looks like the cursor is a few steps back from the text being typed. Looking online I was wondering if this could be an issue with fonts. I looked and I am using whatever the default fonts are for the ace editor. The only thing that I am changing would be the font size; I assume that by default ace editor is using a monospace font. I am noticing this for various themes.
--
You received this message because you are subscribed to the Google Groups "Ajax.org Cloud9 Editor (Ace)" group.
To unsubscribe from this group and stop receiving emails from it, send an email to ace-discuss...@googlegroups.com.
To post to this group, send email to ace-d...@googlegroups.com.
Visit this group at https://groups.google.com/group/ace-discuss.
For more options, visit https://groups.google.com/d/optout.
$scope.editor.setOptions({
fontSize: $scope.fontSize,
enableBasicAutocompletion: true,
enableLiveAutocompletion: true,
enableSnippets: true
});