- Select a project file and select some text
- Select a different file.
- Select the original file. The originally selected text is still highlighted (which is good), but if you cmd-C then it isn’t copied to the clipboard as you’d expect, you have to click back in and select it again.
Hmm. does the file have focus when you switch back? or is focus outside of the editor (maybe in the treeview)? Maybe i should change how the selection is drawn when the file doesn’t have focus…
Done.
Focus is in the treeview since I selected the file by clicking there. Actually it does work as you think if you use ^CMD-arrow to move between files, I guess as it’s not lost the focus.
Yeah, thats the tradeoff. Early Fire builds would focus the editor when you clicked the tree. and i’d constantly find myself click, then try to use arrow keys to navigate, which of course didn’t work and moved the cursor inside the editor instead.
The next build has two fixes: (a) it shows selections lighter when the editor doesn’t have focus and (b) it doesn’t clear the section if you then click into the editor to focus it. i hope that’s good balance.