Edit Menu |
Top Previous Next |

Undo: Cancels last action
Redo: Cancels last undo
Cut, Copy, Paste: Standard edit actions
Select All: Select all text
Go to Line: Jumps to the specified line
Find: puts cursor into the search bar (this menu item exists for compatibility with previous TIDE releases)
Find Next, Find Prev: finds next or previous occurrence of the search string (which is entered in the search bar)
Find in Files, Replace: Standard find & replace actions
Comment: Comments the selected text out
Uncomment: Uncomments the selected text
Quick Info Tip: Displays a tooltip for the currently selected item in the source code (function, variable, property, etc.)
Argument Tip: Show a list of arguments for the current procedure call. This will only work if the cursor is within the parentheses of the procedure.
Auto-Complete List: Shows an appropriate auto-complete list for the current context.
Auto-Complete: Attempts to complete the word basing on the current context.
Reset Browser: Forces the project parser to rescan the project (do this if you suspect that the browser has "missed" variables, procedures, etc.)