Damien Cassou wrote:
On Wed, Feb 25, 2009 at 12:12 AM, Mariano Martinez Peck
<marianopeck@gmail.com> wrote:
  
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 :(
    

Try again by pressing space instead of enter.

  
You actually have to press space, then enter.  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).  When you type 'space', it selects 'declare temp': the first menu item with a space in it.  So, if you want to make it an instance variable, you can type 'i'-'enter'.

It might be nice to have the first entry selected by default.  It shows up as selected in the menu UI, but apparently the model doesn't think that anything is selected.

Cheers,
Josh