<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
  <title></title>
</head>
<body bgcolor="#ffffff" text="#000000">
<br>
I have a request for changing slightly how the quick search behaves in
eric3. Fundamentally, I would like it to work more like the quick
search in other kde apps (like kdevelop). The one difference I notice
is that in the other kde apps, the value being searched for becomes
selected if you start a new&nbsp; quicksearch session after doing something
else (such as move the cursor or click the mouse, or press enter). This
lets you either repeat a previous search or start typing a new one
without having to delete anything. In eric3, the cursor in the
quicksearch edit is just placed at the end the next time you start a
new search.<br>
<br>
For example, if I have Ctrl-F mapped to doing a quick search:<br>
<ol>
  <li>first Ctrl-F brings focus to the quicksearch edit with entire
field selected (no search happens yet)</li>
  <li>optionally I can type a new string to search for (or leave alone
to search for what I last searched for)</li>
  <li>second (and subsequent) Ctrl-F searches</li>
  <ul>
    <li>return ends search and adds to history</li>
    <li>OR ESC ends search, doesn't add to history and returns cursor
to where I first started searching (this is something even other kde
apps don't do but would be nice)<br>
    </li>
  </ul>
  <ul>
    <li>OR mouse click in editor ends search (doesn't` add to history)</li>
  </ul>
  <li>Once I change the field value in the quick search, the field
remains unhighlighted throughout that search session e.g. as long as I
keep typing Ctrl-F or search chars (so I can narrow my search by adding
more chars)<br>
  </li>
</ol>
So, the difference between what it does now and my request is that when
a new quicksearch "session" starts, the field is completely highlighted
so that if I type in chars, I replace what I previously searched for.
Right now, if I type Ctrl-U in the field to clear it out to enter a new
string, it actually starts the search for what was in the field -- not
what I wanted to happen. Additionally, it would be nice if ESC
cancelled the entire search session as though it never happened putting
me back to where I started to search from initially.<br>
<br>
Thanks in advance for considering these changes.<br>
<br>
Jeff<br>
<a class="moz-txt-link-abbreviated" href="mailto:jeff.mast@corniceco.com">jeff.mast@corniceco.com</a><br>
<br>
</body>
</html>