Menu

#793 Geany align to right in Hebrew system and reversed brackets

v1.23
closed-fixed
nobody
Interface (176)
v0.20
5
2014-08-14
2011-12-05
Hatul
No

Geany align to right when start its on Hebrew system.
But Geany not translated to Hebrew and not comfortable to work its in English and align to right.

IDE not need to translate to Hebrew therefore I reccomend to align to left.

In addition, the highlighted brackets are reversed when geany align to right.
http://img6.imagebanana.com/img/l0zno7t4/untitledGeany_001.png

Ubuntu Linux 11.10,
geany 0.20 (built on Jul 1 2011 with GTK 2.24.5, GLib 2.29.8, GIO)

Discussion

  • Anonymous

    Anonymous - 2011-12-05

    I think this is a known problem of Geany.

    You might be able to work around it by opening Geany with:

    LANG=C geany

     
  • Hatul

    Hatul - 2011-12-05

    LANG=C geany is fine in teminal but not working in launchers and menus (GNOME 3).
    I need option to select ltr geany in "open with", to exmple.

     
  • Anonymous

    Anonymous - 2011-12-06

    You should be able to edit the launchers, unless that ability was also removed from GNOME 3. Or you could put it in a shell script and use that as the target for the launchers instead of the geany binary. For example:

    $ mkdir -p $HOME/bin
    $ echo 'export PATH=$HOME/bin:$PATH' >> $HOME/.profile
    $ echo '#!/bin/sh' > $HOME/bin/geany
    $ echo 'LANG=C geany' >> $HOME/bin/geany
    $ chmod +x $HOME/bin/geany

    Anything calling `geany` should now run this script before the real geany binary.

     
  • Colomban Wendling

    • status: open --> closed-fixed
    • Found in: --> v0.20
    • Fixed in: --> v1.23
     

Log in to post a comment.