PDA

View Full Version : Problem with 'Find' dialog


Tek
06-07-2006, 10:30 AM
A while ago, I wanted to search for the following string in my Global Functions:


-----------------------------------------------------------------------------------------------


It seems now that every time I open the Find dialog, this string always comes up. Is there a way to clear this? I know it's not a big deal, but maybe if this was being stored somewhere that I could just clear it.

Thanks.

Josué Alba
06-07-2006, 11:34 AM
you need to be more specific to get some accurate help. Can you post the project or the code?

TJS
06-07-2006, 01:05 PM
Sounds like Tek's problem is in the IDE... doesn't sound like posting script will help us help him.

TEK - Is the issue isolated to one project file or all projects? If you export the project, one of us can load it to see if it passes with the file.

Its more likely that the issue is in the configuration of you AMS install which maintains a large number of registry entries to keep the IDE just the way you like it. Maybe one of the IR team could guide us a little better.

Tek
06-07-2006, 03:58 PM
I have the string I posted earlier throughout my Global Functions... I used that to separate the functions visually. I did a CTRL-F to find instances of that string a while back, but now everytime I want to search my Global Functions for text, that string comes up.

I just wanted to see if there was a way to clear it. It must be getting stored somewhere. :)

See the attached screenshot, and the code behind it for an example. This project is way too big to post here. :)

Intrigued
06-07-2006, 06:00 PM
I noticed that if you are on a blank line and do a Ctrl+F you will get just that, 'blank', aka. nothing.

So, it would seem it is setup as a way to quickly search for any given line of data. And if you put an '!' in the line of data... then Ctrl+F will show a '!' as a default data in the input field.

Go fig.

:wow

Tek
06-10-2006, 12:20 AM
Hmm yes confirmed on my end as well. Strange...:wow