google / ci_edit

A terminal text editor with mouse support and ctrl+Q to quit.
Apache License 2.0
223 stars 54 forks source link

Options window issues #170

Closed aaxu closed 6 years ago

aaxu commented 6 years ago

This concerns the window that appears when you press CTRL_F and then TAB to open the options window of the find window.

dschuyler commented 6 years ago

For wrapping tab order, we'd need some alternative to using shift-tab to collapse the find window:

dschuyler commented 6 years ago

I made tab/back-tab go in a loop. Let me know what you think.

aaxu commented 6 years ago

Sorry for the lack of response. I've tested it out a bit and it's a lot better now, since I don't have to worry about accidentally crashing my file :+1:

aaxu commented 6 years ago

Not sure if there's a way to collapse the options window, but I'm for just leaving it always showing, since sometimes I accidentally have ignoreCase OFF, and I'm not sure why I can't find a specific string in the document until I open the options window.