1
0
Fork 0

Add more complete menu action documentation to main window

This commit is contained in:
torusrxxx 2021-10-02 17:27:05 +08:00
parent 61507831bb
commit 407a038b9a
No known key found for this signature in database
GPG Key ID: A795C73A0F1CFADD
2 changed files with 140 additions and 1 deletions

View File

@ -1930,6 +1930,7 @@ void MainWindow::updateFavouriteTools()
delete actionManageFavourites;
mFavouriteToolbar->clear();
actionManageFavourites = new QAction(DIcon("star.png"), tr("&Manage Favourite Tools..."), this);
actionManageFavourites->setStatusTip(tr("Open the Favourites dialog to manage the favourites menu"));
for(unsigned int i = 1; BridgeSettingGet("Favourite", QString("Tool%1").arg(i).toUtf8().constData(), buffer); i++)
{
QString toolPath = QString(buffer);

View File

@ -342,7 +342,7 @@
<string>&amp;Run</string>
</property>
<property name="statusTip">
<string>Run the debuggee.</string>
<string>Run the debuggee or restart debugging.</string>
</property>
</action>
<action name="actionPause">
@ -389,6 +389,9 @@
<property name="text">
<string>Step &amp;into</string>
</property>
<property name="statusTip">
<string>Execute a single instruction</string>
</property>
</action>
<action name="actionStepOver">
<property name="icon">
@ -398,6 +401,9 @@
<property name="text">
<string>Step &amp;over</string>
</property>
<property name="statusTip">
<string>Execute a single instruction without entering the CALL instruction</string>
</property>
</action>
<action name="actionCommand">
<property name="icon">
@ -407,6 +413,9 @@
<property name="text">
<string>Co&amp;mmand</string>
</property>
<property name="statusTip">
<string>Focus on the command bar</string>
</property>
</action>
<action name="actionRtr">
<property name="icon">
@ -416,6 +425,9 @@
<property name="text">
<string>E&amp;xecute till return</string>
</property>
<property name="statusTip">
<string>Trace over until the RET instruction would be executed and stack pointer is less than or equal to current value.</string>
</property>
</action>
<action name="actionMemoryMap">
<property name="icon">
@ -449,6 +461,9 @@
<property name="text">
<string>&amp;About</string>
</property>
<property name="statusTip">
<string>Display information about x64dbg</string>
</property>
</action>
<action name="actionScylla">
<property name="icon">
@ -479,6 +494,9 @@
<property name="text">
<string>Step into (pass exceptions)</string>
</property>
<property name="statusTip">
<string>Execute a single instruction, pass exceptions to the debuggee.</string>
</property>
</action>
<action name="actioneStepOver">
<property name="icon">
@ -626,6 +644,9 @@
<property name="toolTip">
<string>Find Strings</string>
</property>
<property name="statusTip">
<string>Find possible strings in the current module. Equivalent command &quot;strref&quot;</string>
</property>
</action>
<action name="actionAppearance">
<property name="icon">
@ -650,6 +671,9 @@
<property name="toolTip">
<string>Find Intermodular Calls</string>
</property>
<property name="statusTip">
<string>Find intermodular calls in the current module. Equivalent command &quot;modcallfind&quot;</string>
</property>
</action>
<action name="actionPatches">
<property name="icon">
@ -674,6 +698,9 @@
<property name="text">
<string>Comments</string>
</property>
<property name="statusTip">
<string>Show a list of comments. Equivalent command &quot;commentlist&quot;</string>
</property>
</action>
<action name="actionLabels">
<property name="icon">
@ -683,6 +710,9 @@
<property name="text">
<string>Labels</string>
</property>
<property name="statusTip">
<string>Show a list of labels. Equivalent command &quot;labellist&quot;</string>
</property>
</action>
<action name="actionBookmarks">
<property name="icon">
@ -692,6 +722,9 @@
<property name="text">
<string>Bookmarks</string>
</property>
<property name="statusTip">
<string>Show a list of bookmarks. Equivalent command &quot;bookmarklist&quot;</string>
</property>
</action>
<action name="actionFunctions">
<property name="icon">
@ -701,6 +734,9 @@
<property name="text">
<string>Functions</string>
</property>
<property name="statusTip">
<string>Show a list of functions. Equivalent command &quot;functionlist&quot;</string>
</property>
</action>
<action name="actionCheckUpdates">
<property name="icon">
@ -710,6 +746,9 @@
<property name="text">
<string>Check for &amp;Updates</string>
</property>
<property name="statusTip">
<string>Connect to Github to check for updates</string>
</property>
</action>
<action name="actionCallStack">
<property name="icon">
@ -734,6 +773,9 @@
<property name="text">
<string>Shortcuts</string>
</property>
<property name="statusTip">
<string>Open the Shortcuts dialog to customize keyboard shortcuts.</string>
</property>
</action>
<action name="actionDonate">
<property name="icon">
@ -746,6 +788,9 @@
<property name="toolTip">
<string>Donate</string>
</property>
<property name="statusTip">
<string>Open http://donate.x64dbg.com</string>
</property>
</action>
<action name="actionCalculator">
<property name="icon">
@ -827,6 +872,9 @@
<property name="toolTip">
<string>Topmost Window</string>
</property>
<property name="statusTip">
<string>Make x64dbg topmost</string>
</property>
</action>
<action name="actionReportBug">
<property name="icon">
@ -839,6 +887,9 @@
<property name="toolTip">
<string>Report Bug</string>
</property>
<property name="statusTip">
<string>Open http://report.x64dbg.com</string>
</property>
</action>
<action name="actionSource">
<property name="icon">
@ -863,6 +914,9 @@
<property name="text">
<string>&amp;Manual</string>
</property>
<property name="statusTip">
<string>Open the CHM manual or online documentation at http://help.x64dbg.com</string>
</property>
</action>
<action name="actionFaq">
<property name="icon">
@ -875,6 +929,9 @@
<property name="toolTip">
<string>FAQ</string>
</property>
<property name="statusTip">
<string>Open http://faq.x64dbg.com</string>
</property>
</action>
<action name="actionSEHChain">
<property name="icon">
@ -950,6 +1007,9 @@
<property name="toolTip">
<string>Trace over...</string>
</property>
<property name="statusTip">
<string>Step over until a condition becomes true, and optionally log and execute commands when tracing. Equivalent command &quot;tocnd&quot;</string>
</property>
</action>
<action name="actionTicnd">
<property name="icon">
@ -962,6 +1022,9 @@
<property name="toolTip">
<string>Trace into...</string>
</property>
<property name="statusTip">
<string>Step into until a condition becomes true, and optionally log and execute commands when tracing. Equivalent command &quot;ticnd&quot;</string>
</property>
</action>
<action name="actionTRBit">
<property name="icon">
@ -971,6 +1034,9 @@
<property name="text">
<string>Bit</string>
</property>
<property name="statusTip">
<string>Enable trace record with 1 bit per byte to record whether the code has been executed.</string>
</property>
</action>
<action name="actionTRByte">
<property name="icon">
@ -980,6 +1046,9 @@
<property name="text">
<string>Byte</string>
</property>
<property name="statusTip">
<string>Enable trace record with 1 byte per byte to record how many times the code has been executed.</string>
</property>
</action>
<action name="actionTRWord">
<property name="icon">
@ -989,6 +1058,9 @@
<property name="text">
<string>Word</string>
</property>
<property name="statusTip">
<string>Enable trace record with 2 bytes per byte to record how many times the code has been executed.</string>
</property>
</action>
<action name="actionTRTIBT">
<property name="icon">
@ -998,6 +1070,9 @@
<property name="text">
<string>Trace into beyond trace record</string>
</property>
<property name="statusTip">
<string>Trace into until the current instruction was not executed before. Equivalent command &quot;tibt&quot;</string>
</property>
</action>
<action name="actionTRTOBT">
<property name="icon">
@ -1007,6 +1082,9 @@
<property name="text">
<string>Trace over beyond trace record</string>
</property>
<property name="statusTip">
<string>Trace over until the current instruction was not executed before. Equivalent command &quot;tobt&quot;</string>
</property>
</action>
<action name="actionTRTIIT">
<property name="icon">
@ -1016,6 +1094,9 @@
<property name="text">
<string>Trace into into trace record</string>
</property>
<property name="statusTip">
<string>Trace into until the current instruction was executed before. Equivalent command &quot;tiit&quot;</string>
</property>
</action>
<action name="actionTRTOIT">
<property name="icon">
@ -1025,6 +1106,9 @@
<property name="text">
<string>Trace over into trace record</string>
</property>
<property name="statusTip">
<string>Trace over until the current instruction was executed before. Equivalent command &quot;toit&quot;</string>
</property>
</action>
<action name="actionTRNone">
<property name="icon">
@ -1034,6 +1118,9 @@
<property name="text">
<string>None</string>
</property>
<property name="statusTip">
<string>Disable trace record</string>
</property>
</action>
<action name="actionRtu">
<property name="icon">
@ -1043,6 +1130,9 @@
<property name="text">
<string>Run to &amp;user code</string>
</property>
<property name="statusTip">
<string>Trace over until user code would be executed.</string>
</property>
</action>
<action name="actionRunExpression">
<property name="icon">
@ -1088,6 +1178,9 @@
<property name="text">
<string>Step over (source)</string>
</property>
<property name="statusTip">
<string>Execute a single line of source code without entering the subroutine. Equivalent to &quot;TraceOverConditional src.line(cip) &amp;&amp; !src.disp(cip)&quot;</string>
</property>
</action>
<action name="actionStepIntoSource">
<property name="icon">
@ -1097,6 +1190,9 @@
<property name="text">
<string>Step into (source)</string>
</property>
<property name="statusTip">
<string>Execute a single source code line. Equivalent to &quot;TraceIntoConditional src.line(cip) &amp;&amp; !src.disp(cip)&quot;</string>
</property>
</action>
<action name="actionGraph">
<property name="icon">
@ -1118,6 +1214,9 @@
<property name="text">
<string>Step into (swallow exception)</string>
</property>
<property name="statusTip">
<string/>
</property>
</action>
<action name="actionseStepOver">
<property name="icon">
@ -1148,6 +1247,9 @@
<property name="text">
<string>Blog</string>
</property>
<property name="statusTip">
<string>Open http://blog.x64dbg.com</string>
</property>
</action>
<action name="actionAnimateInto">
<property name="icon">
@ -1157,6 +1259,9 @@
<property name="text">
<string>Animate into</string>
</property>
<property name="statusTip">
<string>Execute the step into command at a fixed pace</string>
</property>
</action>
<action name="actionAnimateOver">
<property name="icon">
@ -1166,6 +1271,9 @@
<property name="text">
<string>Animate over</string>
</property>
<property name="statusTip">
<string>Execute the step over command at a fixed pace</string>
</property>
</action>
<action name="actionAnimateCommand">
<property name="icon">
@ -1175,6 +1283,9 @@
<property name="text">
<string>Animate command...</string>
</property>
<property name="statusTip">
<string>Execute a command at a fixed pace</string>
</property>
</action>
<action name="actionSetInitializationScript">
<property name="icon">
@ -1196,6 +1307,9 @@
<property name="text">
<string>Import settings...</string>
</property>
<property name="statusTip">
<string>Import settings from an external file</string>
</property>
</action>
<action name="actionCustomizeMenus">
<property name="icon">
@ -1205,6 +1319,9 @@
<property name="text">
<string>Customize menus</string>
</property>
<property name="statusTip">
<string>Open the Custimuze menus dialog to hide infrequently used menu items into the &quot;more commands&quot; submenu.</string>
</property>
</action>
<action name="actionImportdatabase">
<property name="icon">
@ -1235,6 +1352,9 @@
<property name="text">
<string>Previous Tab</string>
</property>
<property name="statusTip">
<string>Show the tab on the left.</string>
</property>
</action>
<action name="actionNextTab">
<property name="icon">
@ -1244,6 +1364,9 @@
<property name="text">
<string>Next Tab</string>
</property>
<property name="statusTip">
<string>Show the tab on the right.</string>
</property>
</action>
<action name="actionPreviousView">
<property name="icon">
@ -1253,6 +1376,9 @@
<property name="text">
<string>Previous View</string>
</property>
<property name="statusTip">
<string>Show the tab history popup window and select more recently used tab.</string>
</property>
</action>
<action name="actionNextView">
<property name="icon">
@ -1262,6 +1388,9 @@
<property name="text">
<string>Next View</string>
</property>
<property name="statusTip">
<string>Show the tab history popup window and select previously viewed tab.</string>
</property>
</action>
<action name="actionHideTab">
<property name="icon">
@ -1271,6 +1400,9 @@
<property name="text">
<string>Hide Tab</string>
</property>
<property name="statusTip">
<string>Hide the current tab. The hidden tab can be reopened from the View menu.</string>
</property>
</action>
<action name="actionVariables">
<property name="icon">
@ -1280,6 +1412,9 @@
<property name="text">
<string>&amp;Variables</string>
</property>
<property name="statusTip">
<string>Show a list of x64dbg variables. Equivalent command &quot;varlist&quot;</string>
</property>
</action>
<action name="actionRestartAdmin">
<property name="icon">
@ -1301,6 +1436,9 @@
<property name="text">
<string>Plugins</string>
</property>
<property name="statusTip">
<string>Open http://plugins.x64dbg.com</string>
</property>
</action>
<action name="actionTrace">
<property name="icon">