RimWorld
XML Document Viewer and Export
11개 중 1~10개 표시 중
< 1  2 >
업데이트: 2025년 8월 24일 오후 3시 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

업데이트: 2025년 8월 23일 오후 9시 54분
작성자: Imranfish

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

업데이트: 2025년 8월 17일 오후 4시 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

업데이트: 2025년 8월 16일 오후 9시 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

업데이트: 2025년 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

업데이트: 2025년 8월 14일 오후 4시 54분
작성자: Imranfish

- Fixed indentation
- Updated preview again

업데이트: 2025년 8월 14일 오후 4시 11분
작성자: Imranfish

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

업데이트: 2025년 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

업데이트: 2025년 8월 14일 오전 12시 21분
작성자: Imranfish

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

업데이트: 2025년 8월 13일 오후 12시 38분
작성자: Imranfish

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