> I normally use KDE 4's Kate editor ( http://kate-editor.org/ ) for BiDi text. > I previously used KDE 3's kedit (because K3Kate's bidi support was not good > enough), and GNOME's gedit also has good BiDi support. > > Regarding vim I should note that vim is capable of reversing the direction of > the entire text (both Hebrew and English) if you build it with the right > flags. >
Kate has a few RTL bugs: https://bugs.kde.org/show_bug.cgi?id=156093 https://bugs.kde.org/show_bug.cgi?id=165397 https://bugs.kde.org/show_bug.cgi?id=187408 I'd appreciate if you'd comment on them, Shlomi. When mixing Hebrew and code, I usually write them on separate lines, and try to keep them separated if possible: print " שלום, עולם! "; If I cannot keep them separate, then I write them separate, then go back and backspace over the line endings. print " שלום, עולם! "; becomes print " שלום, עולם!"; which them becomes print "שלום, עולם!"; Note that there is a RLM (shift-Y on Lyx keyboard layout) after every RTL string! -- Dotan Cohen http://what-is-what.com http://gibberish.co.il _______________________________________________ Python-il mailing list [email protected] http://hamakor.org.il/cgi-bin/mailman/listinfo/python-il
