Project
IntelliJ IDEA
Priority
Normal
Type
Usability Problem
Fix versions
No Fix versions
State
Open
Assignee
Eugene Zhuravlev
Subsystem
Debugger
Affected versions
No Affected versions
Fixed in build
No Fixed in build
  • Created by   Sascha Weinreuter
    6 years ago (17 Jun 2005 13:35)
  • Updated by   root
    2 years ago (17 Jan 2010 20:21)
  • Jira: IDEADEV-1716
    (history, comments)
 
IDEA-29009 Code Fragment history pre-selection
0
Issue is visible to: All Users
  The issue is visible to the selected user group only
To get to the last used fragment in the evalation dialog, one has to press the down-button all the way through the list. The dialog should either open with the last used fragment or an empty textfield, and then allow to select older fragments with the up-button.

current:

[empty] <- inital selection
first used fragment
...
last used fragment


requested:

first used fragment
...
last used fragment <- inital selection here
[empty] <- or here

I thought this was already covered by IDEA-28216 but it apparently just swapped the behavior of the navigation buttons. I should have been more precise there. Sorry :(
Comments (2)
 
History
 
Linked Issues (?)
 
Eugene Zhuravlev
  Eugene Zhuravlev
01 Jul 2005 18:01
6 years ago
Why not simply allowing Up to be pressed? (cyclic scrolling)
Sascha Weinreuter
  Sascha Weinreuter
01 Jul 2005 18:34
6 years ago
That's probably the easiest way to do it ;)