8,013
edits
m (wording) |
Paradox-01 (talk | contribs) m (ignore this) |
||
Line 24: | Line 24: | ||
<Instance id="4" type="IGSA"><Strings><Link>#7</Link></Strings></Instance> | <Instance id="4" type="IGSA"><Strings><Link>#7</Link></Strings></Instance> | ||
* '''Code folding''': A simple text editor (and good use of the search function) is actually enough to work with Oni's XML. But big files might be easier to handle with what programmers call "code folding". Code folding is found in [[wikipedia:IDE|IDEs]] like [http://www.microsoft.com/express | * '''Code folding''': A simple text editor (and good use of the search function) is actually enough to work with Oni's XML. But big files might be easier to handle with what programmers call "code folding". Code folding is found in [[wikipedia:IDE|IDEs]] like [http://www.microsoft.com/visualstudio/express Microsoft Visual Studio] (Windows) and [http://developer.apple.com/technology/Xcode.html Xcode] (Mac). Both are free. | ||
: This allows you to fold whole instances and parent tags. Folded code can be previewed in Microsoft Visual Studio applications. Xcode provides an extra scroll popup. | : This allows you to fold whole instances and parent tags. Folded code can be previewed in Microsoft Visual Studio applications. Xcode provides an extra scroll popup. | ||
<gallery> | |||
Image:Visual_Studio_collapsed_code.png|Visual Studio 2008 | |||
| | Image:Xcode.png|Xcode | ||
</gallery> | |||
| | |||
{{Divhide|end}} | {{Divhide|end}} | ||
edits