History | Log In     View a printable version of the current page.  
Issue Details (XML | Word | Printable)

Key: IDEADEV-1716
Type: Usability Problem Usability Problem
Status: Open Open
Priority: Major Major
Assignee: Eugene Zhuravlev
Reporter: Sascha Weinreuter
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
IDEA: Development

Code Fragment history pre-selection

Created: 17 Jun 05 13:35   Updated: 06 Nov 08 23:35
Component/s: Debugger
Fix Version/s: Undefined

Original Estimate: Unknown Remaining Estimate: Unknown Time Spent: Unknown

Build: 3,370
Severity: Medium


 Description  « Hide
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 IDEADEV-776 but it apparently just swapped the behavior of the navigation buttons. I should have been more precise there. Sorry



 All   Comments   Work Log   Change History      Sort Order:
Eugene Zhuravlev - 01 Jul 05 18:01
Why not simply allowing Up to be pressed? (cyclic scrolling)

Sascha Weinreuter - 01 Jul 05 18:34
That's probably the easiest way to do it