GNOME Bugzilla – Bug 353812
API for Changing Paragraph Direction
Last modified: 2018-02-10 03:39:59 UTC
GTK+ text input widgets need some API to make (selected) paragraphs LTR, RTL. This means it should add LRM or RLM to make the paragraph LTR or RTL. This solution is part of Unicode Annex #9 (bidi algorithm). Also it needs API to make the selected text LTR or RTL embedded, which means to put LRE/RLE and PDF around it (and make sure inside the text there's no wrong bidi marker) Another enhancement, but not so useful is support for override, beside the embed feature. I had implemented this features for Gedit. Take a look at http://live.gnome.org/Gedit/Plugins/BidiAssist and bug 312006 : "gedit - Adding BidiAssist to gedit's cvs".
We're moving to gitlab! As part of this move, we are closing bugs that haven't seen activity in more than 5 years. If this issue is still imporant to you and still relevant with GTK+ 3.22 or master, please consider creating a gitlab issue for it.