Hi all,
Pleased to join the list. I'm excited about the potential of this software.
So GREP is acting up... when I search ^\s*(?:\w+ +?)+.+$ TextMate crashes without warning. This string works fine in TextWrangler/BBEdit.
Some other strings have behaved unexpectedly. Is this a known issue? Also, the program crashes if there are errors in the GREP syntax. Without highlighting, these are not easy to avoid (maybe one for B5).
On 1. feb 2005, at 23:22, Ben Jackson wrote:
So GREP is acting up... when I search ^\s*(?:\w+ +?)+.+$ TextMate crashes without warning. This string works fine in TextWrangler/BBEdit.
I get the same, although it only crashes if the pattern actually matches something, it seems :-p.
On Feb 1, 2005, at 23:22, Ben Jackson wrote:
Pleased to join the list. I'm excited about the potential of this software.
Welcome to the list, I think you are actually subscriber #300! No wonder the list has been a little busy lately ;)
So GREP is acting up... when I search ^\s*(?:\w+ +?)+.+$ TextMate crashes without warning.
I will look into this, thanks for reporting it!
Some other strings have behaved unexpectedly. Is this a known issue?
I'm aware of one bug, if you give a pattern that does repeat on “nothing” (e.g. “()*”) it will go into infinite loop (repeating nothing until the text has been exhausted, which it never will be).