Contextual Menu
The contextual menu provides a tailored right-click experience within the source editor.
Last updated
Was this helpful?
The contextual menu provides a tailored right-click experience within the source editor.
The context menu is a custom interface that appears when you interact with the source editor. It's designed to prioritize the most relevant actions based on your current task, replacing the standard browser menu to keep you focused on your project.
Right-click: Click anywhere within the editor area.
Keyboard: Press Ctrl + Click (or Cmd + Click on macOS).
The custom menu only appears within the editor's text area. Right-clicking on the PDF previewer will still trigger standard or specific menus for those areas.
The menu provides immediate access to standard text manipulation tools. Availability of these items may change based on your project permissions (e.g., Read-only vs. Edit) or whether text is currently selected.
Cut / Copy / Paste: Standard clipboard operations.
Delete: Quickly remove selected text blocks.
Comment: Add a line comment.

Jump to location in PDF: Instantly syncs the PDF preview to the corresponding line in your source code.
Back to Editing: Brings you back to the editor to make changes
Comment: Make a comment on the selected line of code

The menu is context-sensitive. You may see different options depending on selection state, editor mode, permissions.
Last updated
Was this helpful?
Was this helpful?