Hi, I do not quite understand from your description, but it is likely having to do with the condition that enables the 'Items' presentation:
when: [self isDirectory and: [self hasChildren]]; If you get a file that does not exist, the condition will be false. Cheers, Doru On Wed, Nov 12, 2014 at 10:36 AM, Yuriy Tymchuk <[email protected]> wrote: > I had a tab that displayed contents of the specific folder on my Desktop. > Then I’ve moved the folder and the tab disappeared. Then I’ve pointed it to > the new location and it appeared again. Maybe this is a specific case with > #gtInspectorItemsIn: of FileReference > > Uko > > > On 12 Nov 2014, at 09:19, Tudor Girba <[email protected]> wrote: > > This should not be the case. > > Where do you see it happening? > > Doru > > On Tue, Nov 11, 2014 at 11:30 PM, Yuriy Tymchuk <[email protected]> > wrote: > >> Hi, >> >> does GTIspector silently not display tabs during generation of which an >> exception occurred? Of yes, is there a way to disable is for development >> purposes? >> >> Uko >> > > > > -- > www.tudorgirba.com > > "Every thing has its own flow" > > > -- www.tudorgirba.com "Every thing has its own flow"
