未验证 提交 2d149e9a 编写于 作者: R Ran Naor 提交者: GitHub

fix(gui): allow html in JVariable to render renaming of variables correctly (#1769)(PR #1770)

上级 87b9ff3c
......@@ -61,6 +61,11 @@ public class JVariable extends JNode {
return UiUtils.typeFormatHtml(var.getName(), var.getType());
}
@Override
public boolean disableHtml() {
return false;
}
@Override
public String getTooltip() {
String name = var.getName() + " (r" + var.getReg() + "v" + var.getSsa() + ")";
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册