RimWorld
XML Document Viewer and Export
Εμφάνιση 1-10 από 11 καταχωρίσεις
< 1  2 >
Ενημέρωση: 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

Ενημέρωση: 23 Αυγ στις 21:54
από Imranfish

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

Ενημέρωση: 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

Ενημέρωση: 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

Ενημέρωση: 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

Ενημέρωση: 14 Αυγ στις 16:54
από Imranfish

- Fixed indentation
- Updated preview again

Ενημέρωση: 14 Αυγ στις 16:11
από Imranfish

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

Ενημέρωση: 14 Αυγ στις 1:03
από Imranfish

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

Ενημέρωση: 14 Αυγ στις 0:21
από Imranfish

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

Ενημέρωση: 13 Αυγ στις 12:38
από Imranfish

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