andreikop / enki

A text editor for programmers
http://enki-editor.org
GNU General Public License v2.0
161 stars 39 forks source link

Floating docks #348

Closed bjones1 closed 8 years ago

bjones1 commented 8 years ago

When I make a dock float, all the wonderful shortcut keys don't work. For example, pressing Alt+F doesn't focus the File Browser when it's floating. If I manually click on it with a mouse, Esc doesn't close it, and Ctrl+Enter doesn't focus the editor. I was assuming these should still work...

andreikop commented 8 years ago

Hmm. It seems like Qt treats floating dock as separate window with own set of shortcuts. Bryan, do you often work with floating docks? For me floating docks look not usable anyway.

bjones1 commented 8 years ago

I don't. I had a neat UI idea that relied on the docks, but for now we can just disable the float. Perhaps in the future I can figure out how to get them working like the non-float dock.