-
Notifications
You must be signed in to change notification settings - Fork 6k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
GP-4574 - Added support to create transient symbol tables from the
Symbol Tree, Symbol Table and other transient symbol tables
- Loading branch information
1 parent
9911db9
commit 2ffb82d
Showing
49 changed files
with
2,153 additions
and
1,595 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
71 changes: 71 additions & 0 deletions
71
Ghidra/Features/Base/src/main/help/help/topics/SymbolTablePlugin/symbol_table_transient.htm
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,71 @@ | ||
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> | ||
|
||
<HTML> | ||
<HEAD> | ||
|
||
<TITLE>Temporary Symbol Table</TITLE> | ||
<LINK rel="stylesheet" type="text/css" href="help/shared/DefaultStyle.css"> | ||
</HEAD> | ||
|
||
<BODY> | ||
<H1><A name="Temporary_Symbol_Table"></A>Temporary Symbol Table</H1> | ||
|
||
<P>The Temporary Symbol Table is a table created by providers that have the <B>Create Table</B> | ||
action, such as the <A href="help/topics/SymbolTreePlugin/SymbolTree.htm">Symbol Tree</A> or | ||
the <A href="help/topics/SymbolTablePlugin/symbol_table.htm">Symbol Table</A>. It contains the | ||
same columns as the Symbol Table. | ||
</P> | ||
|
||
<P>This table functions much like the <A HREF="help/topics/Search/Query_Results_Dialog.htm"> | ||
Search Results Table</A>. For example, this table supports the ability to remove rows. | ||
</P> | ||
|
||
<H2>Drag and Drop</H2> | ||
|
||
<BLOCKQUOTE> | ||
<P>This table supports the dragging of symbols into the table. This allows you to add to | ||
the table as you are using the tool. The source of a drag can be a provider that knows how | ||
to drag symbols, such as the Symbol Tree, the Symbol Table and other temporary symbol tables. | ||
</P> | ||
</BLOCKQUOTE> | ||
|
||
<H2>Actions</H2> | ||
|
||
<BLOCKQUOTE> | ||
<P> | ||
This table supports the general actions of the | ||
<A href="help/topics/Search/Query_Results_Dialog.htm">Search Results Window</A>. | ||
</P> | ||
|
||
<H3>Create Table From Selection</H3> | ||
|
||
<BLOCKQUOTE> | ||
<P> | ||
This table supports the ability to create a new table with the selected rows. | ||
</P> | ||
</BLOCKQUOTE> | ||
|
||
</BLOCKQUOTE> | ||
|
||
|
||
<P class="relatedtopic">Related Topics:</P> | ||
|
||
<BLOCKQUOTE> | ||
<UL> | ||
<LI> | ||
<A href="help/topics/Search/Query_Results_Dialog.htm">Search Results Window</A> | ||
</LI> | ||
<LI> | ||
<A href="help/topics/SymbolTablePlugin/symbol_table.htm">Symbol Table</A> | ||
</LI> | ||
<LI> | ||
<A href="help/topics/SymbolTreePlugin/SymbolTree.htm">Symbol Tree</A> | ||
</LI> | ||
</UL> | ||
</BLOCKQUOTE> | ||
|
||
<BR> | ||
<BR> | ||
<BR> | ||
</BODY> | ||
</HTML> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
114 changes: 0 additions & 114 deletions
114
Ghidra/Features/Base/src/main/java/ghidra/app/plugin/core/script/DraggableScriptTable.java
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.