Discussion:
[TxMt] just one wish: tell me when a search wraps
Matt Neuburg
2014-10-15 17:34:53 UTC
Permalink
If I could have just one wish, it is that TextMate would tell me when I repeatedly Find Next and the search wraps around. That way, I'd know when I've inspected every occurrence in the document, instead of inspecting the same ones four or five times before I realize I've seen all this before. m.

--
matt neuburg, phd = http://www.apeth.net/matt/
pantes anthropoi tou eidenai oregontai phusei
Programming iOS 7! http://shop.oreilly.com/product/0636920031017.do
iOS 7 Fundamentals! http://shop.oreilly.com/product/0636920032465.do
RubyFrontier! http://www.apeth.com/RubyFrontierDocs/default.html
Carpii UK
2014-10-15 18:40:13 UTC
Permalink
It already does this. After wrapping, it shows a 'Search Wrapped' tooltip
underneath the first match

I agree its not easy to notice sometimes though, maybe a sound notification
would help
Post by Matt Neuburg
If I could have just one wish, it is that TextMate would tell me when I
repeatedly Find Next and the search wraps around. That way, I'd know when
I've inspected every occurrence in the document, instead of inspecting the
same ones four or five times before I realize I've seen all this before. m.
--
matt neuburg, phd = http://www.apeth.net/matt/
pantes anthropoi tou eidenai oregontai phusei
Programming iOS 7! http://shop.oreilly.com/product/0636920031017.do
iOS 7 Fundamentals! http://shop.oreilly.com/product/0636920032465.do
RubyFrontier! http://www.apeth.com/RubyFrontierDocs/default.html
_______________________________________________
textmate mailing list
http://lists.macromates.com/listinfo/textmate
Bas Van Klinkenberg
2014-10-15 18:48:23 UTC
Permalink
It already does this. After wrapping, it shows a 'Search Wrapped' tooltip underneath the first match
I agree its not easy to notice sometimes though, maybe a sound notification would help
I believe you need to have the ‘Wrap around’ check box in the search window (⌘F) ticked for that to happen.

Best regards,
Bas
Matt Neuburg
2014-10-15 19:24:27 UTC
Permalink
It already does this. After wrapping, it shows a 'Search Wrapped' tooltip underneath the first match
It does sometimes show that tooltip, but it is very small, and it definitely does NOT show it most of the time. I think the problem is that I am navigating by repeatedly clicking Find in the Find dialog. Try it that way and you'll see that there is no sort of notification when you wrap. m.

--
matt neuburg, phd = http://www.apeth.net/matt/
pantes anthropoi tou eidenai oregontai phusei
Programming iOS 7! http://shop.oreilly.com/product/0636920031017.do
iOS 7 Fundamentals! http://shop.oreilly.com/product/0636920032465.do
RubyFrontier! http://www.apeth.com/RubyFrontierDocs/default.html
Carpii UK
2014-10-17 17:57:23 UTC
Permalink
Post by Matt Neuburg
I think the problem is that I am navigating by repeatedly clicking Find in
the Find dialog. Try it that way and you'll see that there is no sort of
notification when you wrap. m.
I'm seeing this too. It seems the tooltip only appears when TM editor has
the input focus (which it never does when you're clicking Next in Find
Dialog).

If you open Find dialog, focus TM and then use CMD+G it does appear
Allan Odgaard
2014-10-18 09:34:03 UTC
Permalink
Post by Matt Neuburg
Post by Carpii UK
It already does this. After wrapping, it shows a 'Search Wrapped'
tooltip underneath the first match
It does sometimes show that tooltip, but it is very small, and it
definitely does NOT show it most of the time. I think the problem is
that I am navigating by repeatedly clicking Find in the Find dialog.
Try it that way and you'll see that there is no sort of notification
when you wrap.
Correct, the various search action tool tips do not show when the dialog
is used since the dialog has its own status bar for these (though the
“did wrap” message is eclipsed by the “found match” message).

I want to do one of those bezel displays for other things, once we have
that, and a “wrap around” vector image, it should be simple to add a
better indicator for wrap around (and in the cards).

Loading...