Can I disable Previous/Next SQL in SQL window

andy232

Member
When I am using the sql command window, I am allowed to scroll up and down through past statements by clicking on the up and down arrows on the right hand side toolbar (next to the export results button). Is there a way to turn this off? I may be missing something obvious, but it gets confusing after a while which script I'm working on. I'd rather have only the most current version of what I'm working on available. I looked in the Recall statements, but that doesn't look what I want because that shows all recent commands, whereas I just want to disable it for that window. Thanks.
 
Yes, but I accidentally press CTRL+up or CTRL+Down instinctively wanting to go to the beginning/end of my query.
Actually now I remembered another bug but I'll make a new post.
 
disable the keystroke settings

where:
Tools/Preferences/Key Configuration/
SQL Window: Previous SQL
SQL Window: Next SQL

how (per help):
highlight setting you'd like to clear
hit Esc

--jim
 
Back
Top