Add more complete menu action documentation to main window
This commit is contained in:
parent
61507831bb
commit
407a038b9a
|
@ -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);
|
||||
|
|
|
@ -342,7 +342,7 @@
|
|||
<string>&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 &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 &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&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&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>&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 "strref"</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 "modcallfind"</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 "commentlist"</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 "labellist"</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 "bookmarklist"</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 "functionlist"</string>
|
||||
</property>
|
||||
</action>
|
||||
<action name="actionCheckUpdates">
|
||||
<property name="icon">
|
||||
|
@ -710,6 +746,9 @@
|
|||
<property name="text">
|
||||
<string>Check for &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>&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 "tocnd"</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 "ticnd"</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 "tibt"</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 "tobt"</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 "tiit"</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 "toit"</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 &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 "TraceOverConditional src.line(cip) && !src.disp(cip)"</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 "TraceIntoConditional src.line(cip) && !src.disp(cip)"</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 "more commands" 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>&Variables</string>
|
||||
</property>
|
||||
<property name="statusTip">
|
||||
<string>Show a list of x64dbg variables. Equivalent command "varlist"</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">
|
||||
|
|
Loading…
Reference in New Issue