- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi --
In Compaq Fortran 6.1a, how do I clear the find-in-files buffer so that the drop-down list of previous searches comes up empty?
Thanks for your help
-- Meg
In Compaq Fortran 6.1a, how do I clear the find-in-files buffer so that the drop-down list of previous searches comes up empty?
Thanks for your help
-- Meg
Link Copied
4 Replies
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
These are values under the registry key HKEY_CURRENT_USERSoftwareMicrosoftDevStudio6.0Search - Find1 through Find16. You can use REGEDIT to blank them out or write a little registry script to do it.
Steve
Steve
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Steve,
I don't suppose you know how to permanently extend the find in files filter values do you?
There is always an entry of *.for;*.f90;*.fpp etc., but we have include files *.str;*.cmn;*.prm;*.inc. I'm forever having to retype that bit as it isn't remembered between swaps (mixed language, I have to search C++ files too). Is there a registry key for this? (I've looked but found nothing).
A very minor annoyance I guess.
I don't suppose you know how to permanently extend the find in files filter values do you?
There is always an entry of *.for;*.f90;*.fpp etc., but we have include files *.str;*.cmn;*.prm;*.inc. I'm forever having to retype that bit as it isn't remembered between swaps (mixed language, I have to search C++ files too). Is there a registry key for this? (I've looked but found nothing).
A very minor annoyance I guess.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Sorry, I don't. I looked in the registry and thought I found a place you could specify this, but it didn't work. Developer Studio's list of known file types comes partly from the "packages" (special DLLs per language) loaded and not from the registry. Sad, but true...
Steve
Steve
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Yes, once I tried registry hack too to add .fd files to the list. What I actually did was that I added .fd to recognized fortran source files, so the compiler tried to compile them as normal source files. The outcome wasn't very pleasant ;-).
Jugoslav
Jugoslav

Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page