Re: [Gambas-user] IDE patch functionality

2013-01-25 Thread Tobias Boege
On Sun, 20 Jan 2013, Beno?t Minisini wrote: > - There must not be local absolutes paths in the patch file, only > relative ones. > Done by editing the in-memory patch buffer before saving it. This seemed to be the easiest solution to me. > - You should not call extern utilities (like 'find') if

Re: [Gambas-user] IDE patch functionality

2013-01-19 Thread Tobias Boege
On Sun, 20 Jan 2013, Beno?t Minisini wrote: > Le 19/01/2013 23:22, Tobias Boege a ?crit : > > OK. So here it is: > > > > 1. Make a .tar.gz archive of your working copy IDE (rev#5511) > > 2. Copy the attached patch into app/src/gambas3/ > > 3. $ patch -p1 > 4. Start the patched IDE and make

Re: [Gambas-user] IDE patch functionality

2013-01-19 Thread Benoît Minisini
Le 19/01/2013 23:22, Tobias Boege a écrit : > On Sat, 19 Jan 2013, Beno?t Minisini wrote: >> Le 19/01/2013 15:40, Tobias Boege a ?crit : >>> Hi, >>> >>> I added the following items under the "Make" menu in the IDE (my working >>> copy): >>> >>> - "Generate patch..." to take an old source archive an

Re: [Gambas-user] IDE patch functionality

2013-01-19 Thread Tobias Boege
On Sat, 19 Jan 2013, Beno?t Minisini wrote: > Le 19/01/2013 15:40, Tobias Boege a ?crit : > > Hi, > > > > I added the following items under the "Make" menu in the IDE (my working > > copy): > > > > - "Generate patch..." to take an old source archive and generate a diff > >relative to the curren

Re: [Gambas-user] IDE patch functionality

2013-01-19 Thread Benoît Minisini
Le 19/01/2013 15:40, Tobias Boege a écrit : > Hi, > > I added the following items under the "Make" menu in the IDE (my working > copy): > > - "Generate patch..." to take an old source archive and generate a diff >relative to the current project > - "Apply patch..." to apply a previously generat

[Gambas-user] IDE patch functionality

2013-01-19 Thread Tobias Boege
Hi, I added the following items under the "Make" menu in the IDE (my working copy): - "Generate patch..." to take an old source archive and generate a diff relative to the current project - "Apply patch..." to apply a previously generated patch to the currently open project (the "old" one fro