On Fri, 20 Jul 2007 8:53:51 +0200, Harold Aling h.aling@home.nl wrote:
[snip]
What if the "Symbol sidebar" would add the cursor location to the back/forward history before moving focus to the selected function/location in the sidebar? Then you would be able to press 'back' to return to the previous position.
This has recently been added to SVN ;-)
Regards, Nick
Nick,
I'd like to test it, but I keep geeting this error:
make[2]: Leaving directory `/home/harold/svn/geany-0.12-svn1726/plugins' Making install in po make[2]: Entering directory `/home/harold/svn/geany-0.12-svn1726/po' make[2]: install_sh@: Command not found make[2]: *** [install-data-yes] Error 127 make[2]: Leaving directory `/home/harold/svn/geany-0.12-svn1726/po' make[1]: *** [install-recursive] Error 1 make[1]: Leaving directory `/home/harold/svn/geany-0.12-svn1726' make: *** [install] Error 2
Could clean up your working copy? That is, make distclean ./autogen.sh [configure-options] make
Maybe there is a problem with an existing po/Makefile.in.in. To get sure, just do: svn revert po/Makefile.in.in.
HTH, Enrico