Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Can GoFish integrate into VFP IDE like Code References?
Message
 
 
À
30/11/2011 02:58:22
Information générale
Forum:
Visual FoxPro
Catégorie:
VFPX/Sedna
Divers
Thread ID:
01529993
Message ID:
01530003
Vues:
112
>>The title is my question. I downloaded GoFish (latest beta) and took a cursory look at the info about it. I saw examples of calling it from code but didn't notice anything about using it as part of the IDE. The reason I am interested in doing that is I would like to do something that doesn't seem possible in Code References (which I like a lot and use routinely).
>>
>>The something is finding modules which contain both of two search strings. This afternoon I was looking for modules which contain "Delete" and the name of a table, let's call it Sam. I tried this in the Search box:
>>
>>delete + sam
>>
>>It found nothing, which I believe is because it was looking for the concatenated 12 character string.
>>
>>As you can see, my question isn't really about GoFish (although all comments about it are welcome). I just want to search for modules containing, anywhere in them, both of two expressions. Any tool that can do that would be great.
>>
>>TIA for any guidance.
>
>
>Code references lets you
>
>Check 'Use regular expressions' and search for
>
>delete.+sam
>
>
>or if you want both words to match entirely
>
>\bdelete\b.+\bsam\b
>
Thanks, Gregory. Regular expressions came up on another issue at work recently and I made a mental note to learn more about them. Conceptually I know what they are but the syntax is Greek to me. Today I will dig in.
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform