mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2026-09-19 16:40:38 -09:00
Tests - hover and clipboard fixes
This commit is contained in:
@@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user