saniljhaveri / avr-project-ide

Automatically exported from code.google.com/p/avr-project-ide
0 stars 0 forks source link

Repeat find - F3 - triggers exception #25

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Open find dialog.
2. Find first occurence.
3. Close fid and press F3

What version of the product are you using? On what operating system?

Alpha34 on XP-32bit-SP3

Original issue reported on code.google.com by bflaglie@c2i.net on 15 Oct 2009 at 5:24

GoogleCodeExporter commented 8 years ago
reproduced, will work on it when i get home

Original comment by frank.zhao.main@gmail.com on 15 Oct 2009 at 1:49

GoogleCodeExporter commented 8 years ago
public void FindNext()
{
    scint.FindReplace.FindNext(scint.FindReplace.LastFindString, true);
}

need to place a check for that string, it always seems to be null (i'm testing 
this
at work", i'll check the different overloads of the FindNext function, and also 
see
how to properly retrieve LastFindString

Original comment by frank.zhao.main@gmail.com on 15 Oct 2009 at 1:54

GoogleCodeExporter commented 8 years ago
in FindReplace.cs
need to update _lastSearchString when doing a search
will fix when i go home

Original comment by frank.zhao.main@gmail.com on 15 Oct 2009 at 7:28

GoogleCodeExporter commented 8 years ago

Original comment by frank.zhao.main@gmail.com on 15 Oct 2009 at 11:40

GoogleCodeExporter commented 8 years ago

Original comment by frank.zhao.main@gmail.com on 16 Oct 2009 at 7:26