DeltaEscher / editra

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

Quick Find and switching Windows using <CTRL+TAB> or <CTRL+Shift+TAB> #494

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Open any source code
2. Press CTRL+F (Quick Find)
3. Enter text to search
4. Press <CTRL+TAB> or <CTRL+Shift+TAB> to switch to another window
5. Search goes forward (or backward) to the next (previous) found item

What is the expected output? What do you see instead?
I would have expected to stay on the last found search item and not to jump 
to the next (previous) item!

IMPORTANT!!! Please answer these questions for any and ALL bug reports

What version of the product are you using? On what operating system?
v0.5.51 on Windows XP 32

What method of install was your version installed with (Binary/Source)?
Portable from Binary

If from source: What version of python and wxPython are you using?

Please provide any additional information below.

Another improvement for Quick Find would be to automatically put the 
highlighted text into a (virtual) search box and use F3 or <Shift+F3> 
instead of using <Ctrl+F3>.

-- Amal

Original issue reported on code.google.com by akhailt...@gmail.com on 18 Mar 2010 at 5:54

GoogleCodeExporter commented 8 years ago
Will investigate main issue likely the keyevent is not getting processed 
correctly.

The other find option you suggested already exists just as you suggested it:
1) Select some text
2) Ctrl+F3 to initiate search for that word
3) F3 to find next instance
4) Shift+F3 to find previous instance

Original comment by CodyPrec...@gmail.com on 18 Mar 2010 at 6:01

GoogleCodeExporter commented 8 years ago
Fixed in current svn

skip processing of control key for the search control

Original comment by CodyPrec...@gmail.com on 24 Mar 2010 at 12:24