Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Can GoFish integrate into VFP IDE like Code References?
Message
De
30/11/2011 09:48:36
 
 
Information générale
Forum:
Visual FoxPro
Catégorie:
VFPX/Sedna
Divers
Thread ID:
01529993
Message ID:
01530014
Vues:
72
> Has anyone here done anything with GoFish? Obviously Matt Slay has but I haven't seen him around much lately.

Hey!! Matt Slay is alive and well, and still DEEEEEP into FoxPro and GoFish, and helping out a little with certain parts of Thor.

Indeed, I have not been on UT very much lately, but I've still been very active in other VFP outlets, such as our Google Groups communities that we created for GoFish and Thor. We've got a core group of active users and daily discussions about these tools are generally happening there.

As for GoFish, it's alive and well too.. it's had over 700 downloads from VFPx, and the feature list and UI design continue to evovle. It has a pretty fast release cycle, as I asually fix littls nits and some ER's daily, and now that is uses Thor "Check for Updates", you can always pull down the latest build right from your FoxPro IDE.

If you haven't tried out GoFish yet, please give is a whirl.

If you are using Thor, you can get it "automagically" as it's part of the automatic downloads that happen when you run "Check for Updates"

If you are not using thor, you can download and install it the old fashioned way by downloading it directly from the VFPx site:

http://vfpx.codeplex.com/wikipage?title=GoFish



>You're no fun ;-) Actually I suspect you're right, because so far I have not been able to get regular expressions to do what I want in Code References.
>
>Has anyone here done anything with GoFish? Obviously Matt Slay has but I haven't seen him around much lately.
>
>>I do not think using regular expressions here will give Mike what he is looking for.
>>
>>Regular Expressions in Code References search on each line independently, not the entire method/program all at once.
>>
>>The expression \bdelete\b.+\bsam\b will only find lines that have delete followed by sam on the same line,
>>
>>I, too, have wanted to be able to looked for modules, rather than lines of code, such as have been requested here, but have never seen anything that would do so.
>>
>>
>>
>>>>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
>>>
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform