mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2026-05-29 04:05:37 +08:00
Merge remote-tracking branch 'origin/GP-1-dragonmacher-decopm-hl-npe'
This commit is contained in:
+2
-1
@@ -80,7 +80,8 @@ public class DecompilerPanel extends JPanel implements FieldMouseListener, Field
|
|||||||
private final VerticalLayoutPixelIndexMap pixmap = new VerticalLayoutPixelIndexMap();
|
private final VerticalLayoutPixelIndexMap pixmap = new VerticalLayoutPixelIndexMap();
|
||||||
|
|
||||||
private FieldHighlightFactory hlFactory;
|
private FieldHighlightFactory hlFactory;
|
||||||
private ClangHighlightController highlightController;
|
private ClangHighlightController highlightController =
|
||||||
|
ClangHighlightController.dummyIfNull(null);
|
||||||
private Map<String, DecompilerHighlighter> highlightersById = new HashMap<>();
|
private Map<String, DecompilerHighlighter> highlightersById = new HashMap<>();
|
||||||
private PendingHighlightUpdate pendingHighlightUpdate;
|
private PendingHighlightUpdate pendingHighlightUpdate;
|
||||||
private SwingUpdateManager highlighCursorUpdater = new SwingUpdateManager(() -> {
|
private SwingUpdateManager highlighCursorUpdater = new SwingUpdateManager(() -> {
|
||||||
|
|||||||
Reference in New Issue
Block a user