brackets-regex-editor
brackets-regex-editor copied to clipboard
Ctrl+A (or Edit > Select All) in the regex edit field does nothing
This is an unfortunate limitation of Brackets' lack of scoped commands. Ctrl+A is eaten by the global EDIT_SELECT_ALL command, which only does anything when a true Editor has focus.
I've seen this as well, but it is working in the second input field. Why?