When i use HTMLPad, i'm sometimes change windows from programm to browser to see result. So, when i try to return to htmlpad window uses alt+tab, or just uses mouse, focus from editor area vanish, and i can't continue writing. I need press ctrl+space, to show tag list, then press esc to hide it, and then i can write code. Or i need to click mouse on my code to set focus on editor window. This bug works, when i type any parameters (see ex.)
It's not so big bug, but its slow down my work
Example:
In css editor i write:
Code: Select all
#myblock { background: #6993c8; color: | }
Where "|", is my cursor stop. Tag list already visible. Then i press alt+tab to copy color from somewhere, and press alt+tab again to return in htmlpad. And i see this:
Code: Select all
#myblock { background: #6993c8; color: }
No cursor in editor, but focus set on filemanager. Then i press ctrl+space, then esc, and my cursor returned to place after "color: ".
Hope i say clear

Sorry for my english. And Thanks!
I use HTMLPad 10.2.0.121, Windows 7 64bit.