RimWorld
XML Document Viewer and Export
11件中 1-10 を表示
< 1  2 >
更新:8月24日 @ 15時07分
更新者:Imranfish

- Fixed a bug where the size of the post-patch results was always reported to be equal to the size of the pre-patch results

更新:8月23日 @ 21時54分
更新者:Imranfish

- Added search feature
- Added export feature
- Updated mod name and preview (will probably update preview again in the future)

更新:8月17日 @ 16時57分
更新者:Imranfish

- Made minor edits to UI (changed XPath Search color, adjusted spacing and color of line numbers, etc)
- Prepared code for more upcoming updates such as the searchbox

更新:8月16日 @ 21時38分
更新者:Imranfish

- Reworked entire UI, mod settings menu is too small to fit all planned features
- Added option to cycle through found nodes
- Data size shown is now for the nodes returned by the XPath, instead of only the entire document (search "Defs/*" or an empty search to get the total document size)
- Made viewport darker

更新:8月15日 @ 3時10分
更新者:Imranfish

- Added line numbers
- Highly optimized xml parsing, can now quickly load any size document
- Slightly changed the color scheme
- Fixed a bug in coloring the text
- Updated preview

更新:8月14日 @ 16時54分
更新者:Imranfish

- Fixed indentation
- Updated preview again

更新:8月14日 @ 16時11分
更新者:Imranfish

- Added colors to text
- Added a copy button
- Scrollbars will independently remember their positions
- Updated preview

更新:8月14日 @ 1時03分
更新者:Imranfish

- If a resolved XmlNode cannot be found while building the Post-Inheritance document, it will default to the unresolved node

更新:8月14日 @ 0時21分
更新者:Imranfish

- Slightly changed UI
- Added null checks to the Harmony patch which creates the Post-Inheritance XmlDocument

更新:8月13日 @ 12時38分
更新者:Imranfish

- Fixed a bug where errors would be thrown if the document is changed before an initial XPath lookup