Skip to content

HaxeDevelop tooltip formatting eats characters #1200

Closed
@IBwWG

Description

@IBwWG

The tooltip on Haxe's Array.copy() seems off:

haxedevelop-weird-tooltip

Whereas the actual javadoc-style comment seems to be formatted OK:

    /**
        Returns a shallow copy of `this` Array.

        The elements are not copied and retain their identity, so
        `a[i] == a.copy()[i]` is true for any valid `i`. However,
        `a == a.copy()` is always false.
    **/

It looks like it's interpreting [i] as an italics starter. I think it shouldn't do that within grave accents.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions