T O P I C R E V I E W |
EvlG |
Posted - Mar 06 2006 : 11:26:12 PM I recently upgraded to 1440 after using 1438 for a while.
Since the upgrade, OFIW is much less responsive.
In 1438, the dialog updated as I was typing, but now in 1440 I have to wait a second or so for the dialog to update. This is somewhat of an annoyance, so I wondered if this was a deliberate change in the feature as the old behavior felt much better. |
5 L A T E S T R E P L I E S (Newest First) |
support |
Posted - Mar 07 2006 : 6:51:08 PM When you press Return, VA X waits for the filtering to finish and then opens the first foo in the list of results. This behavior is desired when you know only one file with foo exists. If you aren't sure, type foo and wait until the filtering is finished.
When your lists are large, VA X waits for a delay in your typing before starting its search. This is by design. The thresholds of delay are described in topic 4162. |
EvlG |
Posted - Mar 07 2006 : 6:31:46 PM Let's say I open OFIW and type "foo" and hit enter. My workspace has the following files in it (among many others that don't have Foo in the name):
CFoo.cpp CFoo.h IFooBase.h
What happens? Does the filter apply immediately, and then I can choose from these three? Or does the filter happen and it chooses the first on the list (CFoo.cpp)? |
support |
Posted - Mar 07 2006 : 6:28:57 PM Case 966 is fixed in build 1442.
When you press Return in the FSIW and OFIW dialogs, filtering begins immediately and Return is queued until filtering is done. |
support |
Posted - Mar 07 2006 : 01:22:57 AM The change is deliberate to improve, um, performance.
1440 delays, after each letter, before starting a search if the number of symbols is above a threshold. Our next build improves the scheme so searching is initiated without delay when you press Return (and we will wait for the search to complete before processing the return.)
http://forum.wholetomato.com/forum/topic.asp?TOPIC_ID=4162 |
EvlG |
Posted - Mar 06 2006 : 11:34:31 PM Forgot to mention, this is C++ in VS.Net 2003 |