RimWorld
XML Document Viewer and Export
1–10/11 bejegyzés mutatása
< 1  2 >
Frissítés: aug. 24. @ 15:07
Imranfish által

- 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

Frissítés: aug. 23. @ 21:54
Imranfish által

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

Frissítés: aug. 17. @ 16:57
Imranfish által

- 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

Frissítés: aug. 16. @ 21:38
Imranfish által

- 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

Frissítés: aug. 15. @ 3:10
Imranfish által

- 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

Frissítés: aug. 14. @ 16:54
Imranfish által

- Fixed indentation
- Updated preview again

Frissítés: aug. 14. @ 16:11
Imranfish által

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

Frissítés: aug. 14. @ 1:03
Imranfish által

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

Frissítés: aug. 14. @ 0:21
Imranfish által

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

Frissítés: aug. 13. @ 12:38
Imranfish által

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