- Jun 3, 2017
- 994
- 1,532
Maybe this is a known issue, but if there's an object (
On a semi-related note, is there a way to anchor or otherwise restrict searches? For example if there's a variable named
Would it be possible to show a message when a query contains . and/or [] that such searches aren't supported? It's rather daunting when one sees a variable such asThe dashes and dots are not part of the variable name. I use this in URM to make it more obvious you're looking at a variable inside a variable. So you can not search for them. For example,girls[0]
meansgirls
is a list and[0]
means you're looking at the first item from that list.
girl1.love
in the Choice code dialogue but a search for that returns nothing. Ideal would be to return the object girl1
, but I know that may be too much to ask...On a semi-related note, is there a way to anchor or otherwise restrict searches? For example if there's a variable named
me
, there doesn't seem to be a way to find it without sorting through everything that contains the string 'me'. Which is exacerbated by the fact that AFAICT search results can't be sorted alphabetically.