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
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
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
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
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
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
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