On Tue, 16 Oct 2001 [EMAIL PROTECTED] wrote: > About filing in: > > In my Swiki window I open the World-menu and choose Open... and then File... > I select the complete window content and choose filIn selection. > If I open a browser and I go to Swiki-FileServer/SwikiDirectory/file > operations > I see your moveFileNamed: method in the list with small differences: > The code seams to be trimmed: > - comments are leaved out (is it posible to swith that off?) > - [nil] becomes [] > - (rootName = actualFileName) becomes rootName = actualFileName on a new > line > > can you comment on this?
You're looking at decompiled code. This happens when Squeak cannot access the original source code, which lives in the changes file. -- Bert
