Thanks for magnifying glass icons in the gutter after a Find. Now how do I make them go away? 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
On Oct 18, 2014, at 5:43 AM, Matt Neuburg matt@tidbits.com wrote:
Thanks for magnifying glass icons in the gutter after a Find. Now how do I make them go away? m.
Hmm, I see that one workaround is to do a subsequent Find looking for "mxyzptlk" or some other unlikely string. But a simpler way would be good... 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
On 18 Oct 2014, at 14:48, Matt Neuburg wrote:
On Oct 18, 2014, at 5:43 AM, Matt Neuburg matt@tidbits.com wrote:
Thanks for magnifying glass icons in the gutter after a Find. Now how do I make them go away? m.
Hmm, I see that one workaround is to do a subsequent Find looking for "mxyzptlk" or some other unlikely string. But a simpler way would be good... m.
You can also click the remove button (minus) in the results list, this removes the matches from that file and the corresponding marks.
Is your issue that you do not want it in the first place or that it sticks around for too long?
It has actually always been there, but it might be larger in latest build (due to the previously mentioned issue with line versus cap height).
On Oct 18, 2014, at 6:07 AM, Allan Odgaard mailinglist@textmate.org wrote:
Is your issue that you do not want it in the first place or that it sticks around for too long?
The latter. It sticks around long after the find dialog has been closed and even after I've done another, different find (local). I think there needs to be a command for removing the magnifying glasses, or else they should vanish automatically when the find dialog is closed. I should not have to reopen the find dialog and fiddle with it just in order to remove them. 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
On 18 Oct 2014, at 17:56, Matt Neuburg wrote:
Is your issue that you do not want it in the first place or that it sticks around for too long?
The latter. It sticks around long after the find dialog has been closed and even after I've done another, different find (local).
OK, I made it lose the search marks if the find string is changed, either via the find dialog, ⌘E, or externally.
This seems to be the most logical event for clearing the marks.
I think there needs to be a command for removing the magnifying glasses […]
For the records, to clear the marks one can run (e.g. via a command with a key equivalent): "$TM_MATE" --clear-mark=search
On Oct 19, 2014, at 12:17 PM, Allan Odgaard mailinglist@textmate.org wrote:
On 18 Oct 2014, at 17:56, Matt Neuburg wrote:
Is your issue that you do not want it in the first place or that it sticks around for too long?
The latter. It sticks around long after the find dialog has been closed and even after I've done another, different find (local).
OK, I made it lose the search marks if the find string is changed, either via the find dialog, ⌘E, or externally.
This seems to be the most logical event for clearing the marks.
I think there needs to be a command for removing the magnifying glasses […]
For the records, to clear the marks one can run (e.g. via a command with a key equivalent): "$TM_MATE" --clear-mark=search
Very nice, I'll set that up then. Thanks! 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