quintanar401 / connect-kdb-q

Query execution support for KDB-Q in Atom
MIT License
7 stars 5 forks source link

Possible to clear the query results window every time a query is run #26

Closed AlexGCWong closed 5 years ago

AlexGCWong commented 6 years ago

Hi,

Is it possible to have it such that every time a query is executed, the query result window is cleared? This is fairly useful during debugging.

Cheers

quintanar401 commented 6 years ago

Hi,

I've added CLEAR txt cmd as it looks like it is a temporary mode and it would be cumbersome to change a setting every time.

Add CLEAR as the first line in the result view and it will be cleared on every query. Once you don't need it anymore remove CLEAR.

AlexGCWong commented 6 years ago

Ahh perfect. That sounds like a sound solution. Thank you for implementing this so quickly!