Quentin Moutté
Quentin Moutté
I add test
Issue #716 Change the name and add test to MicQuoteBlock
Issue #815 I change checkDirectory for using the same semantic as CheckProject I also change visitRoot: of MicFileCollector for didn't visit a file already visited in the directory
When I do: ``` | meta | meta := MicMetaDataBlock new. meta body: Dictionary new. meta atKey: 'test' put: 'something'. ref := FileLocator documents / 'test' / 'test.txt'. ref ensureCreateFile....
when we do this : ``` memory := FileSystem memory workingDirectory. disque := FileLocator documents. StOpenDirectoryPresenter new openFolder: memory; extent: 800 @ 800; open ``` we have : StOpenFilePresenter also...
When we try to set the current Directory of an instance of StOpenFilePresenter, we must use updateWidgetWithFileReference: The showDirectory: set it but didn't open it. This is not intuitive.