Hey guys, i see that there's an active development going on here with all the patches and stuff, but i guess not everyone knows how to apply them or is it's just me... Either way, can someone give a hint on using them? I guess it's somewhat trivial to you, but it's not the same here :D
I'm particularly interested in the new tag parser and the split window patches :)
Thanks :)
Hi,
Le 28/03/2011 22:50, Росен Стоянов a écrit :
Hey guys, i see that there's an active development going on here with all the patches and stuff, but i guess not everyone knows how to apply them or is it's just me... Either way, can someone give a hint on using them? I guess it's somewhat trivial to you, but it's not the same here :D
If you use the Geany's Git mirror, you can use Git's patching facility:
$ git apply patch-file
Otherwise, you can simply use the `patch` tool:
$ patch -p1 < patch-file
See the manual of each for more details, or ask if you have a particular issue.
I'm particularly interested in the new tag parser and the split window patches :)
Most of them are already applied to SVN version of Geany (especially the tag paring stuff, if you refer to my in-memory tag parsing patches), so maybe just try the SVN version -- or update it if you already use one ;)
Cheers, Colomban
Well i think I've installed Geany 0.20 from source which i got from the site's download page (http://www.geany.org/Download/Releases). Here's my terminal output. [pockata@homePC geany]$ whereis geany geany: /usr/local/bin/geany /usr/local/lib/geany
How can i change it to the SVN version and get all the updates (step by step pls :D)?
Thanks :)
On Tue, 29 Mar 2011 19:49:23 +0300 Росен Стоянов f1r3fl3x@gmail.com wrote:
Well i think I've installed Geany 0.20 from source which i got from the site's download page (http://www.geany.org/Download/Releases). Here's my terminal output. [pockata@homePC geany]$ whereis geany geany: /usr/local/bin/geany /usr/local/lib/geany
How can i change it to the SVN version and get all the updates (step by step pls :D)?
http://www.geany.org/Download/SVN
Regards, Nick
Thanks Nick, so should i delete my other installation of Geany? And what about my configuration/themes? Would they be preserved or i have to backup them? And what about the plugins? Should i delete them as well? Thanks :)
On Tue, 29 Mar 2011 20:49:30 +0300 Росен Стоянов f1r3fl3x@gmail.com wrote:
Thanks Nick, so should i delete my other installation of Geany? And what
If you want you can run 'make uninstall' from your old build directory first. Personally I just install over the top of the old one.
about my configuration/themes? Would they be preserved or i have to backup them?
Your user configuration files will be unaffected. Geany's system files will get overwritten.
And what about the plugins? Should i delete them as well?
You don't have to. If they are compatible then Geany can still use them. If not, Geany will ignore them.
Regards, Nick