更改

跳到导航 跳到搜索
添加36字节 、 2021年6月12日 (六) 09:34
移除Source标签
第149行: 第149行:  
<ul>
 
<ul>
 
<li>Click an element, and press <tt>CTRL</tt> + <tt>SHIFT</tt> + <tt>[</tt> to collapse the whole section which contains it. This is useful when you want to ignore a large field. For example, given this text in the save file:
 
<li>Click an element, and press <tt>CTRL</tt> + <tt>SHIFT</tt> + <tt>[</tt> to collapse the whole section which contains it. This is useful when you want to ignore a large field. For example, given this text in the save file:
<source lang="xml">
+
<syntaxhighlight lang="xml">
 
<ArrayOfInt>
 
<ArrayOfInt>
 
    <int>1981</int>
 
    <int>1981</int>
第158行: 第158行:  
    <int>0</int>
 
    <int>0</int>
 
</ArrayOfInt>
 
</ArrayOfInt>
</source>
+
</syntaxhighlight>
 
Click on one of the <tt><int></tt> fields and press those keys, and it will collapse into this:
 
Click on one of the <tt><int></tt> fields and press those keys, and it will collapse into this:
<source lang="xml">
+
<syntaxhighlight lang="xml">
 
<ArrayOfInt> […]
 
<ArrayOfInt> […]
 
</ArrayOfInt>
 
</ArrayOfInt>
</source>
+
</syntaxhighlight>
 
</li>
 
</li>
 
<li>Click any element, and look in the status bar to see the path to where you are in the save format (like <tt>/SaveGame/player/friendships/item[32]</tt>).</li>
 
<li>Click any element, and look in the status bar to see the path to where you are in the save format (like <tt>/SaveGame/player/friendships/item[32]</tt>).</li>
1,078

个编辑

导航菜单