Skip to content

Add Warnings and Quickfixes for Vectors #37

@Garethp

Description

@Garethp

Annoyingly, the XML Parsing for Vector2 and Vector3 is very, very permissive. Core and DLC XML will have values like

<volume>(1.1, 0.75, 1.1)</volume>
<volume>1.1, 0.75, 1.1</volume>
<volume>(1.1, 0.75, 1.1</volume>
<volume>1.1, 0.75, 1.1)</volume>

While our own ProblemAnalyzers should be as equally permissive as Core and not flag up anything they do without errors as an Error, we should still provide soft warnings for that sort of inconsistency and offer a Quick Fix to help make it easier to stay consistent

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    Status

    Todo

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions