Bug 287580 - [content assist] 'Ctrl' to toggle overwrite mode should also work when popup has focus
Summary: [content assist] 'Ctrl' to toggle overwrite mode should also work when popup ...
Status: ASSIGNED
Alias: None
Product: JDT
Classification: Eclipse Project
Component: Text (show other bugs)
Version: 3.6   Edit
Hardware: All All
: P3 enhancement (vote)
Target Milestone: ---   Edit
Assignee: JDT-Text-Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on: 508245
Blocks:
  Show dependency tree
 
Reported: 2009-08-25 12:11 EDT by Markus Keller CLA
Modified: 2018-07-07 18:35 EDT (History)
3 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Markus Keller CLA 2009-08-25 12:11:14 EDT
I20090818-0800

When the content assist proposal popup is shown, 'Ctrl' to toggle overwrite mode should also work when the popup has focus:

- Toggle the background drawing when Ctrl is pressed/released
- Use toggled mode when proposal is selected with the mouse, or with Ctrl+Enter
Comment 1 Markus Keller CLA 2016-12-12 13:45:05 EST
*** Bug 508323 has been marked as a duplicate of this bug. ***
Comment 2 Markus Keller CLA 2016-12-12 14:40:05 EST
(In reply to Markus Keller from comment #0)
> - Toggle the background drawing when Ctrl is pressed/released

This needs to be implemented in the CompletionProposalPopup.

> - Use toggled mode when proposal is selected with the mouse, or with
> Ctrl+Enter

This has has already been implemented and works fine on some platforms (Windows 7) but currently fails on GTK due to bug 508245.
Comment 3 Leo Ufimtsev CLA 2018-02-15 14:12:16 EST
(In reply to Markus Keller from comment #2)
> (In reply to Markus Keller from comment #0)
> > - Toggle the background drawing when Ctrl is pressed/released
> 
> This needs to be implemented in the CompletionProposalPopup.
> 
> > - Use toggled mode when proposal is selected with the mouse, or with
> > Ctrl+Enter
> 
> This has has already been implemented and works fine on some platforms
> (Windows 7) but currently fails on GTK due to bug 508245.

Note, the ctrl+enter as well as alt+enter in trees/table/lists have been fixed.

508245 – Table SelectionListener is not properly activated when Shift+Enter is pressed (as it does on Windows).
https://bugs.eclipse.org/bugs/show_bug.cgi?id=508245

521387 – [Gtk3] Alt+Enter performs two actions in Package Explorer
https://bugs.eclipse.org/bugs/show_bug.cgi?id=521387