How can we help you today? How can we help you today?

Candidate list captures Home and End

When the candidate list is displayed, SQL Prompt captures the Home and End keys, using them to move to the top and bottom of the candidate list, respectively. Visual Studio's Intellisense does not use those keys, so they still move the cursor.

Ordinarily, typing "select * from Foo", followed by Shift+Home, followed by Ctrl+E would cause that query to be executed.

When SQL Prompt is running, those same keystrokes cause the entire Query Analyzer window contents to be executed, which can come as a shock.
bis
0

Comments

2 comments

  • jader201
    Additionally, in VS, <ctrl+page up> and <ctrl+page down> are used to go to the top and bottom of the list, so maybe SQL Prompt can adopt these shortcuts.
    jader201
    0
  • Lionel
    Whoops don't know how I manged to get this wrong. I have changed Prompt so it no longer eats home and end and <ctrl+page up> and <ctrl+page down> will now do what they are supposed to. Thanks for the feedback.

    Lionel
    Lionel
    0

Add comment

Please sign in to leave a comment.