ViewVC Help
View File | Revision Log | View Changeset | Root Listing
root/Oni2/oup/current/Tools/MetaEditor.pas
(Generate patch)

Comparing oup/current/Tools/MetaEditor.pas (file contents):
Revision 236 by alloc, Fri Jul 13 23:15:47 2007 UTC vs.
Revision 237 by alloc, Sat Jul 14 14:18:23 2007 UTC

# Line 87 | Line 87 | begin
87      //VST
88      VST.Clear;
89      VST.BeginUpdate;
90 <    root := ConManager.Connection[FConnectionID].MetaData.Root;
90 > //    root := ConManager.Connection[FConnectionID].MetaData.Root;
91 >    root := ConManager.Connection[FConnectionID].MetaData.FileById[454];
92      for i := 0 to root.ChildCount - 1 do
93      begin
94        data.Field := root.Child[i];
# Line 110 | Line 111 | var
111   begin
112    data := Sender.GetNodeData(node);
113    Meta := ConManager.Connection[ConnectionID].MetaData;
113  if data.Field is TExtension then
114    if TExtension(data.Field).ChildCount = 0 then
115      TExtension(data.Field).InitList;
114  
115    if data.Field.ChildCount > 0 then
116    begin

Diff Legend

Removed lines
+ Added lines
< Changed lines (old)
> Changed lines (new)