Re: [Gambas-user] Gambas IDE in open project scanning entire home directory

2014-05-24 Thread Ian Haywood
On Sun, May 25, 2014 at 9:39 AM, Benoît Minisini wrote: > Le 25/05/2014 00:48, Ian Haywood a écrit : > The only recursion that occurs is after opening a project: the project > directory is recursively browsed, to detect all project files. > > Otherwise, I have no idea why /home/ian/debian is brow

Re: [Gambas-user] Gambas IDE in open project scanning entire home directory

2014-05-24 Thread Benoît Minisini
Le 25/05/2014 00:48, Ian Haywood a écrit : > This is me trying to click on my home directory in the FDirChooser > widget when opening a project. > Obviously the "Debug" statement is my addition. > At startup it scanned every file in every directory under > /home/ian/debian (dunno why that one, wasn

Re: [Gambas-user] Gambas IDE in open project scanning entire home directory

2014-05-24 Thread richard terry
On 24/05/14 22:31, Benoît Minisini wrote: > Le 24/05/2014 14:29, Benoît Minisini a écrit : >> Le 24/05/2014 14:22, richard terry a écrit : >>> when using the IDE, gambas takes an extraordinary long time to open the >>> "Open Project" dialog >>> >>> using "strace -e stat gambas3" I can see gambas3 i

Re: [Gambas-user] Gambas IDE in open project scanning entire home directory

2014-05-24 Thread Benoît Minisini
Le 24/05/2014 14:31, Benoît Minisini a écrit : > Le 24/05/2014 14:29, Benoît Minisini a écrit : >> Le 24/05/2014 14:22, richard terry a écrit : >>> when using the IDE, gambas takes an extraordinary long time to open the >>> "Open Project" dialog >>> >>> using "strace -e stat gambas3" I can see gamb

Re: [Gambas-user] Gambas IDE in open project scanning entire home directory

2014-05-24 Thread Benoît Minisini
Le 24/05/2014 14:29, Benoît Minisini a écrit : > Le 24/05/2014 14:22, richard terry a écrit : >> when using the IDE, gambas takes an extraordinary long time to open the >> "Open Project" dialog >> >> using "strace -e stat gambas3" I can see gambas3 is doing something >> rather strange: it's stating

Re: [Gambas-user] Gambas IDE in open project scanning entire home directory

2014-05-24 Thread Benoît Minisini
Le 24/05/2014 14:22, richard terry a écrit : > when using the IDE, gambas takes an extraordinary long time to open the > "Open Project" dialog > > using "strace -e stat gambas3" I can see gambas3 is doing something > rather strange: it's stating every file recursively throughout the home > director

[Gambas-user] Gambas IDE in open project scanning entire home directory

2014-05-24 Thread richard terry
when using the IDE, gambas takes an extraordinary long time to open the "Open Project" dialog using "strace -e stat gambas3" I can see gambas3 is doing something rather strange: it's stating every file recursively throughout the home directory, which on my machine takes an unusably long time du