<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
Damien Cassou wrote:
<blockquote
 cite="mid:6ac749c10902250028y18486ea9n2673326a2ab96a8b@mail.gmail.com"
 type="cite">
  <pre wrap="">On Wed, Feb 25, 2009 at 12:12 AM, Mariano Martinez Peck
<a class="moz-txt-link-rfc2396E" href="mailto:marianopeck@gmail.com">&lt;marianopeck@gmail.com&gt;</a> wrote:
  </pre>
  <blockquote type="cite">
    <pre wrap="">But, as I did ctrl + s
I would like to go to "declare temp" with the beyboard, and then, press
enter. But this, doesn't work and the popup is closed. To make this work, I
have to click on "declare temp" with the mouse :(
    </pre>
  </blockquote>
  <pre wrap=""><!---->
Try again by pressing space instead of enter.

  </pre>
</blockquote>
You actually have to press space, then enter.&nbsp; The reason that this
works is that when you start typing, it filters out menu items that
don't contain the substring that you typed (and selects the first
one).&nbsp; When you type 'space', it selects 'declare temp': the first menu
item with a space in it.&nbsp; So, if you want to make it an instance
variable, you can type 'i'-'enter'.<br>
<br>
It might be nice to have the first entry selected by default.&nbsp; It shows
up as selected in the menu UI, but apparently the model doesn't think
that anything is selected.<br>
<br>
Cheers,<br>
Josh<br>
</body>
</html>