Project
IntelliJ IDEA
Priority
Normal
Type
Bug
Fix versions
No Fix versions
State
Fixed
Assignee
Peter Gromov
Subsystem
Editor. Code Completion
Affected versions
No Affected versions
Fixed in build
108.65  
  • Created by   Calum MacLean
    5 years ago (12 Jun 2006 14:50)
  • Updated by   root
    2 years ago (17 Jan 2010 20:29)
  • Jira: IDEADEV-32085
    (history, comments)
 
IDEA-32434 Variable name completion doesn't work for Event classes
0
Issue is visible to: All Users
  The issue is visible to the selected user group only
If I have:
InputMethodEvent i

and invoke code completion, it completes to iEvent.
For most other classes, this would complete to inputMethodEvent.
I don't see why this should work differently for events.

Issue was resolved
Comments (1)
 
History
 
Linked Issues (?)
 
Maxim Shafirov
  Maxim Shafirov
13 Jun 2006 01:23
5 years ago
The same problem should apply derivatives from Exception class. We have some naming convention for generated variables defined for primitive types, strings, events and exceptions but I agree this should not affect completion.
Unfortunately, I'm unsure if this could be fixed before Demetra ships.