Skip to content

Marker view must escape mnemonics in description column tooltips #238

@Bananeweizen

Description

@Bananeweizen

I recently refactored some generics related code and noticed that problem markers containing text like List<Foo & Bar> miss the & in their tooltip. The same can be more easily reproduced by creating a bookmark in the bookmark view with the title A & B. It's tooltip also misses the &. Looks like this on Windows:
image

I tried calling escapeMnemonics on the method of the MarkerColumnLabelProvider.getToolTipText() to fix this, but I only managed to provide an addition non-native tooltip with correct text. The native tooltip remained wrong, and I'm unfortunately lost in those native tooltips.

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