Editor Panel Context Menu

Applies to AQTime 8.81, last modified on January 18, 2022

If AQTime is integrated into Microsoft Visual Studio, AQTime’s Editor panel is not available. You can view the source code of the profiled modules in the Code Editor, which is Visual Studio’s native text and code editor. AQTime extends the functionality of the Code Editor to provide interaction with AQTime panels and to display the profiling results along with the source code.

If AQTime is integrated into Embarcadero RAD Studio, AQTime’s Editor panel is not available. You can view the source code in Embarcadero RAD Studio’s native text and code editor. AQTime extends the functionality of RAD Studio’s editor to provide interaction with AQTime panels and to display profiling results along with the source code.

The Editor panel’s context menu provides commands for working with profiling results displayed in the source code (as comments) or in the grid in the left part of the panel.

AQTime also extends the context menu of Visual Studio’s Code Editor with commands that allow working with profiling results. AQTime also extends the context menu of RAD Studio’s Editor with commands that allow working with profiling results. The menu contains different sets of commands that depend on where you clicked to call the menu.

Panel Content’s Context Menu

Right-click anywhere within the Code Editor to call the context menu extended with the following commands:

Synchronize Report Updates the Report panel and all the related panels to display profiling results for the desired routine or source code line.
Show Routine Summary Calls the Routine Summary dialog displaying profiling results for the desired routine or source code line.
Profile Choose the desired routine, class or source file from the Profile submenu to add it to your AQTime project’s including area and start profiling.

Right-click anywhere within the RAD Studio editor to call the context menu extended with the following commands:

Synchronize Report Updates the Report panel and all the related panels to display profiling results for the desired routine or source code line.
Profile Choose the desired routine, class or source file from the Profile submenu to add it to your AQTime project’s including area and start profiling.

Right-click anywhere within the Editor panel to call the context menu that contains the following commands:

Open File Invokes the standard Open File dialog you can use to open the desired file storing your application's source code.
Refresh Refreshes the contents of the source file displayed in the panel.
Synchronize Report Updates the Report panel and all the related panels to display profiling results for the desired routine or source code line.
Save Results to Source File Saves the profiling results displayed in source code (as comments) to the source code file.
Note: After saving results to the source code file, the Editor displays two sets of profiling results for the routine: one of these sets will be the comments generated by the Editor and another - the results saved to the source file.
Copy Copies the selected source code to the Clipboard.
Customize Comments Calls the Customize Comments dialog where you can specify what profiling results to display in the source code.
Expand All Expands all the blocks of profiling results displayed as comments in the source code.
Collapse All Collapses all the blocks of profiling results displayed as comments in the source code.
Options Calls the Editor Panel Options dialog where you can set the options that affect the Editor panel.

Column Header Context Menu

If one or more routines are profiled at line level, the Editor panel contains a grid that displays profiling results for routines and source code lines.

Right-click the header of any column of the grid on the left side of the Editor panel to call the context menu that contains the following commands:

Right-click the header of any column of the grid AQTime adds to Visual Studio Code Editor to call the context menu that contains the following commands:

Right-click the header of any column of the grid AQTime adds to RAD Studio editor to call the context menu that contains the following commands:

Display Format Changes the display format for the given column.
Alignment Changes the alignment for the given column.
Auto Width Allows all the columns to be squeezed into view.
Adjust Column Width Changes the width of the given column so that the column becomes wide enough to display its contents and caption.
Field Chooser Opens a dialog that lists the columns that are available in the panel’s grid. You can use the dialog to add the desired columns to or remove them from the panel.
Remove This Column Removes the column from the panel.
Format Columns Calls the Format Columns dialog that allows you to set display parameters for the given column.

See Also

Editor Panel
About the Editor Panel
Working with the Editor Panel

Highlight search results