Next SQL feature

Qkxy

Member²
Hi,

When I write something (eg. a script) into a new SQL window and accidentally press CTRL+Down the screen cleared and when a character is writen into this clear window I can't use CTRL+Up to revert the previous content.
Can you modify this feature to revert the previous content of the window when I press CTRL+Up (Previous SQL)?

Version: 9.0.6.1664
 
I have added this to the list of enhancement requests.

Note that if you often press Ctrl-Up or Ctrl-Down by mistake, you can disable (or reassign) these function keys through a preference.
 
Last edited:
Unfortunately, it is not possible to assign Ctrl-Up and Ctrl-Down in the Key Configuration Preferences (the display jumps to the beginning/end of the list); you have to manually change the defaults.ini file, e.g.:
------------------------------
Editor: Scroll Up=16422 # Ctrl-Up
Editor: Scroll Down=16424 # Ctrl-Down
------------------------------
(these values i found out experimentally)

@Marco: Is it possible to inhibit this behavior in the Preferences?
 
Hey, Marco! Found the same problem. It had been assigned by default to another item but I couldn't enter it into the Key Configuration window. Had to manually update the INI file with the numbers from the post.

Woody
 
Back
Top