When highlighting a code block and pressing the CTRL+C key to copy the text, TOAD inserts text that was previously copied, replacing the highlighted block that should be copied instead. This happens in the SQL or PLSQL editor, normally when editing SQL statements.
Steps to Reproduce:
1. Enter the following line of code in the Editor:
INNER
JOIN ON
test_table tt
2. Highlight 'INNER' and press CTRL+C.
2. Now highlight 'test_table tt' and press CTRL+C.
Actual results:
TOAD replaces the text selected 'test_table tt' with 'INNER', which was initially copied with CTRL+C.
This is likely to be caused by a conflict between the Copy and Alias Replacement shortcuts in menu View | Toad Options | Toolbars/Menus | Shortcuts.
RESOLUTION:
1. Go to menu View | Toad Options | Toolbars/Menus | Shortcuts.
2. Select "Alias Replacement".
3. Click "Reset current".
4. Click Apply and OK.