Bug 141007 - [display] Display view uses OS-key-defaults instead of eclipse key short cuts
Summary: [display] Display view uses OS-key-defaults instead of eclipse key short cuts
Status: RESOLVED WORKSFORME
Alias: None
Product: JDT
Classification: Eclipse Project
Component: Debug (show other bugs)
Version: 3.2   Edit
Hardware: All All
: P3 normal with 1 vote (vote)
Target Milestone: ---   Edit
Assignee: JDT-Debug-Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords: usability
Depends on:
Blocks:
 
Reported: 2006-05-10 07:58 EDT by Oliver CLA
Modified: 2020-01-15 23:27 EST (History)
4 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Oliver CLA 2006-05-10 07:58:30 EDT
[[Eclipse 3.2rc3 on MacOS X 10.4.6, Java5]]

Display view: press "home" or "end" key
jumps to text-start or text-end in Display view (that's mac OS X default).

redefining the keys in Eclipse preferences to jump to line begin/end instead
(setting 'When: Editing Text').
-> works in java editor, but display view ignores my key redefinition.

[probably because display view is not a standard editor view]
Comment 1 Kevin Barnes CLA 2006-05-10 15:13:27 EDT
The Text Editing context isn't active in the display view
Comment 2 Kevin Barnes CLA 2006-06-15 17:12:29 EDT
Actually enabling the text editing context isn't enough. The workbench defines the command and keybinding, but the handler (LineEndAction) is created by AbstractTextEditor. In order to get all of the text editing keybindings to work in the display view, we'd have to define our own handler for every command.
Comment 3 Darin Wright CLA 2007-04-18 15:33:48 EDT
Not committed for 3.3
Comment 4 Darin Wright CLA 2007-04-23 10:58:26 EDT
Not planned for 3.3
Comment 5 Eclipse Genie CLA 2020-01-15 06:17:01 EST
This bug hasn't had any activity in quite some time. Maybe the problem got resolved, was a duplicate of something else, or became less pressing for some reason - or maybe it's still relevant but just hasn't been looked at yet.

If you have further information on the current state of the bug, please add it. The information can be, for example, that the problem still occurs, that you still want the feature, that more information is needed, or that the bug is (for whatever reason) no longer relevant.

--
The automated Eclipse Genie.
Comment 6 Sarika Sinha CLA 2020-01-15 23:27:21 EST
Works well will Eclipse 4.14 and Mac 10.14.6 with Java 8.

Please reopen if you observe something not working still.