GP-1139: first pass at alt color set

This commit is contained in:
d-millar
2021-07-15 14:01:26 -04:00
parent 928bc5508a
commit e37647fceb
16 changed files with 15 additions and 0 deletions
@@ -118,6 +118,19 @@ src/main/help/help/topics/DebuggerWatchesPlugin/DebuggerWatchesPlugin.html||GHID
src/main/help/help/topics/DebuggerWatchesPlugin/images/DebuggerWatchesPlugin.png||GHIDRA||||END|
src/main/resources/defaultTools/Debugger.tool||GHIDRA||||END|
src/main/resources/images/add.png||FAMFAMFAM Icons - CC 2.5|||famfamfam silk icon set|END|
src/main/resources/images/alt-breakpoint-clear.png||GHIDRA||||END|
src/main/resources/images/alt-breakpoint-disable.png||GHIDRA||||END|
src/main/resources/images/alt-breakpoint-enable.png||GHIDRA||||END|
src/main/resources/images/alt-breakpoint-ineffective-d.png||GHIDRA||||END|
src/main/resources/images/alt-breakpoint-ineffective-e.png||GHIDRA||||END|
src/main/resources/images/alt-breakpoint-mixed-de.png||GHIDRA||||END|
src/main/resources/images/alt-breakpoint-mixed-ed.png||GHIDRA||||END|
src/main/resources/images/alt-breakpoint-set.png||GHIDRA||||END|
src/main/resources/images/alt-breakpoints-clear-all.png||GHIDRA||||END|
src/main/resources/images/alt-breakpoints-disable-all.png||GHIDRA||||END|
src/main/resources/images/alt-breakpoints-enable-all.png||GHIDRA||||END|
src/main/resources/images/alt-breakpoints-make-effective.png||GHIDRA||||END|
src/main/resources/images/alt-breakpoints.png||GHIDRA||||END|
src/main/resources/images/attach.png||GHIDRA||||END|
src/main/resources/images/autoread.png||GHIDRA||||END|
src/main/resources/images/blank.png||GHIDRA||||END|
@@ -61,6 +61,7 @@ public class DebuggerBreakpointEnablementTableCellRenderer
setIcon(iconForEnablement(en));
setHorizontalAlignment(SwingConstants.CENTER);
setText("");
setToolTipText(en.name());
return this;
}
@@ -46,6 +46,7 @@ public class DebuggerBreakpointLocEnabledTableCellRenderer
setIcon(iconForEnabled(en));
setHorizontalAlignment(SwingConstants.CENTER);
setText("");
setToolTipText(en ? "ENABLED" : "DISABLED");
return this;
}
Binary file not shown.

After

Width:  |  Height:  |  Size: 365 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 295 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 269 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 353 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 302 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 368 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 373 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 383 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 504 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 420 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 329 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 381 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 356 B