Hi all,
I have found (I think) an intermittent problem with the find panel in TextMate. I’m using 2.0-rc.4. What is happening is that the next button of the find panel always find (stay) on the same text search in the source instead of going to the next text selection. I’m using it for editing C Code.
Like I said is very intermittent, it happens only sometime in 1 in 40 each time I use the search function. Maybe I just not found out what is triggering this behaviour.
Thanks,
Yann Bourdeau, M.Ing. Senior Software Developer 438-499-4607 yann.bourdeau@noviflow.com
Sometimes the Find panel popup menu switches to In Selection rather than Document. When that happens, naturally it doesn’t go anywhere. Next time this arises, you might look to see if that’s the reason. m.
-- matt neuburg, phd = http://www.apeth.net/matt/ pantes anthropoi tou eidenai oregontai phusei Programming iOS 11! http://shop.oreilly.com/product/0636920107408.do iOS 11 Fundamentals! http://shop.oreilly.com/product/0636920107415.do RubyFrontier! http://www.apeth.com/RubyFrontierDocs/default.html
On Dec 8, 2017, at 8:00 AM, yann bourdeau yann.bourdeau@noviflow.com wrote:
Hi all,
I have found (I think) an intermittent problem with the find panel in TextMate. I’m using 2.0-rc.4. What is happening is that the next button of the find panel always find (stay) on the same text search in the source instead of going to the next text selection. I’m using it for editing C Code.
Like I said is very intermittent, it happens only sometime in 1 in 40 each time I use the search function. Maybe I just not found out what is triggering this behaviour.
Thanks,
Yann Bourdeau, M.Ing. Senior Software Developer 438-499-4607 yann.bourdeau@noviflow.com
textmate mailing list textmate@lists.macromates.com http://lists.macromates.com/listinfo/textmate
Hi Matt,
Next time it will happen, I will look at the in type. It did not occur yet since I have read your email.
I will keep you informed.
Thanks,
Le 8 déc. 2017 à 11:52, Matt Neuburg matt@tidbits.com a écrit :
Sometimes the Find panel popup menu switches to In Selection rather than Document. When that happens, naturally it doesn’t go anywhere. Next time this arises, you might look to see if that’s the reason. m.
-- matt neuburg, phd = http://www.apeth.net/matt/ http://www.apeth.net/matt/ pantes anthropoi tou eidenai oregontai phusei Programming iOS 11! http://shop.oreilly.com/product/0636920107408.do http://shop.oreilly.com/product/0636920107408.do iOS 11 Fundamentals! http://shop.oreilly.com/product/0636920107415.do http://shop.oreilly.com/product/0636920107415.do RubyFrontier! http://www.apeth.com/RubyFrontierDocs/default.html http://www.apeth.com/RubyFrontierDocs/default.html
On Dec 8, 2017, at 8:00 AM, yann bourdeau <yann.bourdeau@noviflow.com mailto:yann.bourdeau@noviflow.com> wrote:
Yann Bourdeau, M.Ing. Senior Software Developer 438-499-4607 yann.bourdeau@noviflow.com
On 8 Dec 2017, at 17:52, Matt Neuburg matt@tidbits.com wrote:
Sometimes the Find panel popup menu switches to In Selection rather than Document. When that happens, naturally it doesn’t go anywhere. Next time this arises, you might look to see if that’s the reason. m.
For example, it happens when something is selected in the document.
I have run into this problem repeatedly. Often just one word is selected because of a previous search, and a new Find does not go anywhere.
Jenny Harrison
On Dec 8, 2017, at 12:09 PM, Jacob Carlborg doob@me.com wrote:
On 8 Dec 2017, at 17:52, Matt Neuburg matt@tidbits.com wrote:
Sometimes the Find panel popup menu switches to In Selection rather than Document. When that happens, naturally it doesn’t go anywhere. Next time this arises, you might look to see if that’s the reason. m.
For example, it happens when something is selected in the document.
-- /Jacob Carlborg
textmate mailing list textmate@lists.macromates.com http://lists.macromates.com/listinfo/textmate
You can change this default behavior by quitting TextMate and using the following command in Terminal:
defaults write com.macromates.textmate alwaysFindInDocument 1
When you restart TextMate it will always perform the find in the Document even if there is current a selection. If you do want to limit the find operation to the selection, you will have to change the dropdown in the Find dialog.
On Fri, Dec 8, 2017 at 2:19 PM, Jenny Harrison profharrison@gmail.com wrote:
I have run into this problem repeatedly. Often just one word is selected because of a previous search, and a new Find does not go anywhere.
Jenny Harrison
On Dec 8, 2017, at 12:09 PM, Jacob Carlborg doob@me.com wrote:
On 8 Dec 2017, at 17:52, Matt Neuburg matt@tidbits.com wrote:
Sometimes the Find panel popup menu switches to In Selection rather
than Document. When that happens, naturally it doesn’t go anywhere. Next time this arises, you might look to see if that’s the reason. m.
For example, it happens when something is selected in the document.
-- /Jacob Carlborg
textmate mailing list textmate@lists.macromates.com http://lists.macromates.com/listinfo/textmate
textmate mailing list textmate@lists.macromates.com http://lists.macromates.com/listinfo/textmate
Hi all,
I have done: defaults write com.macromates.textmate alwaysFindInDocument 1
However, I am still experiencing the problem. I was searching for a string in a source, switched source, search again (the focus was not on the search panel anymore, I bring it back by doing cmd-f). Tried the search again, and the search panel was in selection type search. It was not finding anything until I changed to document type search.
Thanks,
Le 8 déc. 2017 à 15:33, Curt Sellmer sellmerfud@gmail.com a écrit :
You can change this default behavior by quitting TextMate and using the following command in Terminal:
defaults write com.macromates.textmate alwaysFindInDocument 1
When you restart TextMate it will always perform the find in the Document even if there is current a selection. If you do want to limit the find operation to the selection, you will have to change the dropdown in the Find dialog.
On Fri, Dec 8, 2017 at 2:19 PM, Jenny Harrison <profharrison@gmail.com mailto:profharrison@gmail.com> wrote: I have run into this problem repeatedly. Often just one word is selected because of a previous search, and a new Find does not go anywhere.
Jenny Harrison
On Dec 8, 2017, at 12:09 PM, Jacob Carlborg <doob@me.com mailto:doob@me.com> wrote:
On 8 Dec 2017, at 17:52, Matt Neuburg <matt@tidbits.com mailto:matt@tidbits.com> wrote:
Sometimes the Find panel popup menu switches to In Selection rather than Document. When that happens, naturally it doesn’t go anywhere. Next time this arises, you might look to see if that’s the reason. m.
For example, it happens when something is selected in the document.
-- /Jacob Carlborg
textmate mailing list textmate@lists.macromates.com mailto:textmate@lists.macromates.com http://lists.macromates.com/listinfo/textmate http://lists.macromates.com/listinfo/textmate
textmate mailing list textmate@lists.macromates.com mailto:textmate@lists.macromates.com http://lists.macromates.com/listinfo/textmate http://lists.macromates.com/listinfo/textmate
textmate mailing list textmate@lists.macromates.com http://lists.macromates.com/listinfo/textmate
Yann Bourdeau, M.Ing. Senior Software Developer 438-499-4607 yann.bourdeau@noviflow.com
OK but the fact that you now have this associated with Selection vs. Document is really good. m.
On Dec 11, 2017, at 10:50 AM, yann bourdeau yann.bourdeau@noviflow.com wrote:
Hi all,
I have done: defaults write com.macromates.textmate alwaysFindInDocument 1
However, I am still experiencing the problem. I was searching for a string in a source, switched source, search again (the focus was not on the search panel anymore, I bring it back by doing cmd-f). Tried the search again, and the search panel was in selection type search. It was not finding anything until I changed to document type search.
Thanks,
Le 8 déc. 2017 à 15:33, Curt Sellmer sellmerfud@gmail.com a écrit :
You can change this default behavior by quitting TextMate and using the following command in Terminal:
defaults write com.macromates.textmate alwaysFindInDocument 1
When you restart TextMate it will always perform the find in the Document even if there is current a selection. If you do want to limit the find operation to the selection, you will have to change the dropdown in the Find dialog.
On Fri, Dec 8, 2017 at 2:19 PM, Jenny Harrison profharrison@gmail.com wrote: I have run into this problem repeatedly. Often just one word is selected because of a previous search, and a new Find does not go anywhere.
Jenny Harrison
On Dec 8, 2017, at 12:09 PM, Jacob Carlborg doob@me.com wrote:
On 8 Dec 2017, at 17:52, Matt Neuburg matt@tidbits.com wrote:
Sometimes the Find panel popup menu switches to In Selection rather than Document. When that happens, naturally it doesn’t go anywhere. Next time this arises, you might look to see if that’s the reason. m.
For example, it happens when something is selected in the document.
-- /Jacob Carlborg
textmate mailing list textmate@lists.macromates.com http://lists.macromates.com/listinfo/textmate
textmate mailing list textmate@lists.macromates.com http://lists.macromates.com/listinfo/textmate
textmate mailing list textmate@lists.macromates.com http://lists.macromates.com/listinfo/textmate
Yann Bourdeau, M.Ing. Senior Software Developer 438-499-4607 yann.bourdeau@noviflow.com
textmate mailing list textmate@lists.macromates.com http://lists.macromates.com/listinfo/textmate
-- matt neuburg, phd = http://www.apeth.net/matt/ pantes anthropoi tou eidenai oregontai phusei Programming iOS 11! http://shop.oreilly.com/product/0636920107408.do iOS 11 Fundamentals! http://shop.oreilly.com/product/0636920107415.do RubyFrontier! http://www.apeth.com/RubyFrontierDocs/default.html
I have done: defaults write com.macromates.textmate alwaysFindInDocument 1 However, I am still experiencing the problem. I was searching for a string in a source, switched source, search again (the focus was not on the search panel anymore, I bring it back by doing cmd-f). Tried the search again, and the search panel was in selection type search. It was not finding anything until I changed to document type search.
I have not seen this problem when switching source files. Did you quit TextMate before running the defaults command?
Yes, I have restarted TextMate after doing the command.
Le 11 déc. 2017 à 14:09, Curt Sellmer sellmerfud@gmail.com a écrit :
I have done: defaults write com.macromates.textmate alwaysFindInDocument 1 However, I am still experiencing the problem. I was searching for a string in a source, switched source, search again (the focus was not on the search panel anymore, I bring it back by doing cmd-f). Tried the search again, and the search panel was in selection type search. It was not finding anything until I changed to document type search.
I have not seen this problem when switching source files. Did you quit TextMate before running the defaults command?
textmate mailing list textmate@lists.macromates.com http://lists.macromates.com/listinfo/textmate
Yann Bourdeau, M.Ing. Senior Software Developer 438-499-4607 yann.bourdeau@noviflow.com