saniljhaveri / avr-project-ide

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

multiple replace dialog, not file specific #61

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
This has already been fixed in update 95, which I don't want to put out yet 
because so far, it's only going to fix this one issue

There should be only one find/replace dialog on the screen at any time, with a 
title specific to the file that the dialog will affect. This feature is already 
there but if you pressed CTRL-H, this behavior didn't happen, this is because 
there is no event handler for CTRL-H and thus the default behavior of 
ScintillaNet was not overridden.

Original issue reported on code.google.com by frank.zhao.main@gmail.com on 24 Aug 2010 at 4:32

GoogleCodeExporter commented 8 years ago
need to override behaviour in the disassembly viewer too

Original comment by frank.zhao.main@gmail.com on 25 Aug 2010 at 3:41

GoogleCodeExporter commented 8 years ago
update 95 fixed it

Original comment by frank.zhao.main@gmail.com on 26 Aug 2010 at 2:56