Open jukzi opened 3 weeks ago
This is actually not a bug but a known limitation: the overlay is currently only implemented for StatusTextEditor
. This limitations comes from how the positioning happens, which requires specific information that is not generically available for all kinds of find targets, so some conceptual extension needs to be implemented for that.
In fact, the same happens in the Console. As Heiko has pointed out, this is by design. I am planning on +eventually+ coming around to at least implementing a concept that could help other vendors use the Find/Replace Overlay themselves.
ctrl+f in Compare editor still opens modal search dialog. That feels inconsistent