kamalchopra / jsyntaxpane

Automatically exported from code.google.com/p/jsyntaxpane
0 stars 0 forks source link

find and replace history incorrect #142

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. add 'one two three' to editor pane
2. ctrl-g to open find and replace dialog
3. put 'one' in find and 'xxx' in replace
4. click 'replace all'

What is the expected output? What do you see instead?
expected: 
click on dropdown for find combo and see 'one'
click on dropdown for replace combo and see 'xxx'

actual:
find combo has 'xxx'
replace combo has nothing

What version of the product are you using? On what operating system?
jsyntaxpane-0.9.5-b29.jar, xp64

Original issue reported on code.google.com by javlo...@gmail.com on 28 Apr 2010 at 4:49

GoogleCodeExporter commented 9 years ago
Recreated.  Fix being implemented.

Original comment by ayman.al...@gmail.com on 5 May 2010 at 6:06

GoogleCodeExporter commented 9 years ago
Committed r128.

Original comment by ayman.al...@gmail.com on 5 May 2010 at 6:40