mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2024-11-22 04:05:39 +00:00
Tests - hover and clipboard fixes
This commit is contained in:
parent
2497a347ea
commit
42e863e15c
@ -227,9 +227,9 @@ public abstract class AbstractReferenceHover extends AbstractConfigurableHover {
|
||||
for (Symbol s : symbols) {
|
||||
ColorAndStyle style = inspector.getColorAndStyle(s);
|
||||
String name = s.getName(true);
|
||||
name = HTMLUtilities.friendlyEncodeHTML(pad);
|
||||
name = pad + HTMLUtilities.friendlyEncodeHTML(name);
|
||||
String html = style.toHtml(name);
|
||||
buffy.append(pad).append(html).append(newline);
|
||||
buffy.append(html).append(newline);
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user