Support for Right to Left language support, this is part of a tutorial video I did to show how to pass options to ACE

This commit is contained in:
John McLear 2011-12-04 18:55:35 +00:00
parent 601b74705e
commit 438bee7ef5
4 changed files with 23 additions and 0 deletions

View file

@ -89,6 +89,7 @@ var padeditor = (function()
self.ace.setProperty("showsauthorcolors", noColors);
self.ace.setProperty("rtlIsTrue", rtlIsTrue);
},
initViewZoom: function()
{