Opened 7 years ago
Closed 7 years ago
#1223 closed enhancement (fixed)
Cascading complexity for find dialogs (maybe others)
Reported by: | garu | Owned by: | Sewi |
---|---|---|---|
Priority: | minor | Milestone: | |
Component: | Find in Files | Version: | 0.84 |
Keywords: | search find cascade | Cc: |
Description
<@Alias> What I kind of wanted to see was Ctrl-F opening the inline search thing
<@Alias> And then Ctrl-F a second time would change to the standalone find dialog
<@Alias> And then, ideally, a third Ctrl-F goes to Find in Files
<@garu> cascading complexity
<@Alias> Right
<@garu> I like it
<@Alias> Would be quite intuitive I think
<@garu> yup
<@Alias> Ctrl-(Double-tap F)
<@Sewi> Would be. You know, I'm the guy who wants to keep things once they've been released, but merging all three to Ctrl-F would be great.
<@Alias> Underneath it's three entirely separate dialogs
<@Alias> But the Ctrl-F handler is smart enough to check and switch between them as needed
<@garu> who captures the keypress?
<@Alias> Ctrl-F goes to the ActionLibrary? entry
<@Alias> edit.find
<@Alias> So the action library menu_code could do the switching
Change History (2)
comment:1 Changed 7 years ago by Sewi
- Owner set to Sewi
- Status changed from new to assigned
comment:2 Changed 7 years ago by Sewi
- Resolution set to fixed
- Status changed from assigned to closed
Finished in r14406
First version landed in r14403