Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
Bug 53829 - dynamic abbreviation (text/code completion)
Summary: dynamic abbreviation (text/code completion)
Status: RESOLVED DUPLICATE of bug 11668
Alias: None
Product: JDT
Classification: Eclipse Project
Component: Text (show other bugs)
Version: 3.0   Edit
Hardware: PC Windows 2000
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: JDT-Text-Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-03-04 20:27 EST by changzhouwang CLA
Modified: 2004-03-09 08:22 EST (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description changzhouwang CLA 2004-03-04 20:27:38 EST
In Eclipse 3.0M6, the experimental emacs key binding Alt / is used to popup a 
completion window. However, it is different from the powerful emacs-
style "dynamic abbrev", which try to search any text in the current buffer or 
other buffers to find possible completion choices. In eclispe, this is instead 
used only to complete defined variables, classes, members, etc. For example, 
you cannot use it inside a string. For another example, if you use a new 
constant (static final member) in your code (which will temporarily give an 
error), and want to define it later, you can not use complete to save some 
typing there.

In summary, I would prefer to see the full power emacs style "dynamic abbrev" 
support. The current completion support can still be invoked using Ctrl . (as 
JDEE in emacs use Ctrl c v .).

As an emacs fan, I really hope eclipse can implement many excellent features 
from emacs, such as keyboard macros, undo-of-undo, rectangular cut/copy/paste.
Comment 1 Dani Megert CLA 2004-03-09 08:22:37 EST

*** This bug has been marked as a duplicate of 11668 ***