GP-1139: first pass at alt color set
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
|
After Width: | Height: | Size: 365 B |
|
After Width: | Height: | Size: 295 B |
|
After Width: | Height: | Size: 269 B |
|
After Width: | Height: | Size: 353 B |
|
After Width: | Height: | Size: 302 B |
|
After Width: | Height: | Size: 368 B |
|
After Width: | Height: | Size: 373 B |
|
After Width: | Height: | Size: 383 B |
|
After Width: | Height: | Size: 504 B |
|
After Width: | Height: | Size: 420 B |
|
After Width: | Height: | Size: 329 B |
|
After Width: | Height: | Size: 381 B |
|
After Width: | Height: | Size: 356 B |