RimWorld
XML Document Viewer and Export
Hiển thị 1-10 trong 11 mục
< 1  2 >
Cập nhật: 24 Thg08 @ 3:07pm
bởi 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

Cập nhật: 23 Thg08 @ 9:54pm
bởi Imranfish

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

Cập nhật: 17 Thg08 @ 4:57pm
bởi 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

Cập nhật: 16 Thg08 @ 9:38pm
bởi 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

Cập nhật: 15 Thg08 @ 3:10am
bởi 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

Cập nhật: 14 Thg08 @ 4:54pm
bởi Imranfish

- Fixed indentation
- Updated preview again

Cập nhật: 14 Thg08 @ 4:11pm
bởi Imranfish

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

Cập nhật: 14 Thg08 @ 1:03am
bởi Imranfish

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

Cập nhật: 14 Thg08 @ 12:21am
bởi Imranfish

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

Cập nhật: 13 Thg08 @ 12:38pm
bởi Imranfish

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