Before 3211, I was able to hide pointer pressing Ctrl+Shift+A. The pointer line is the highlighted line that where the pointer is (blipping thing I mean). Say, if I click 10th line of the code then this line becomes active, right? So if I am not in a file that does not contain any HTML tag such JS PHP or Python, and press Ctrl+Shift+A then the pointer was being invisible and the line unhighlighted. But in HTML files it was selecting the lines to upper direct.
So, I am mostly working with non-HTML files and this key combination was useful for me, because hiding pointer makes me more concentrated to read the code clearly -without something blipping- in the code. Beside selecting multiple areas pressing Alt+Shift+Up or Down arrow, or some other stuff like that and doing delete or something else and just pressing Ctrl+Shift+A to unselect and hide pointer was useful in practicability.
But now, after upgrading, I am not able to hide pointer pressing Ctrl+Shift+A. I wish there would be an option for that something like that;
if press = Ctrl+Shift+A then
if file = html file then select to upper tag
else hide pointer and cancel selection etc.
Thank you.