pl/sql developer v13 macro shortcut keys

flyhigh

Member
I imported my macros into version 13 from version 11 where I had shortcut keys assigned, but the shortcuts are messed up. A shortcut key that was assigned to a macro would run another macro. Then later, the same shortcut key would trigger yet other macros.

How can I add/edit macro shortcut keys in version 13?
 
I'm not sure why this would happen. To record new macros from scratch:
  1. select "Record" from the "Macro" button list on the "Edit" button, or press F11.
  2. Enter the key strokes for the macro.
  3. Select "Record" or press F11 again to stop the recorder.
  4. select "Library" from the "Macro" button list to store the newly recorded macro in the library.
 
On the Key Configuration preference page it is available as Edit / Text / Macro / . Enter "macro" in the function filter to quickly find all macro functions on the Key Configuration preference page.
 
Found the problem for imported and recorded macros.

Let's say I have these in the Macro Libray:
A
B
C
Test1

A and B were imported from V11. C was recorded in V13. Test1 was added manually in V13 Macro Library.

When I click on A, the Description box shows C, click on B shows A, click on C shows A. So it is showing the previous index, and rolling around A to C.

Except for Test1, which correctly shows Test1 in Description.

So the shortcut keys in the Key Configuration trigger the "previous" macro in the library.

How to fix this bug?
 
When I added a shortcut key to Test1, and tried the shortcut, it gave "Unexpected error ... List index out of bounds(9)"

I have 9 macros in my Macro Library, with Test1 being the last.
 
Back
Top