Project
IntelliJ IDEA
Priority
Normal
Type
Bug
Fix versions
No Fix versions
State
Fixed
Assignee
Maxim Mossienko
Subsystem
Flex Support
Affected versions
No Affected versions
Fixed in build
108.65  
  • Created by   Wallaby Pouch
    3 years ago (10 Feb 2009 00:52)
  • Updated by   root
    2 years ago (17 Jan 2010 21:11)
  • Jira: IDEADEV-38442
    (history, comments)
 
IDEA-47838 Flex: Completion not working without this. prefix
0
Issue is visible to: All Users
  The issue is visible to the selected user group only
The autocompletion with Ctrl+Space is not working in special situations.
It happens if the this. prefix is not given. Have a look at the example. If the line with "var box" is commented out the completion works without the this. prefix. If the line is in the code the completion doesn't work.

The completion should work with and without "this." in every context.

Example:

package de.ansorg.cloud {
import mx.containers.VBox;
import mx.core.UIComponent;

public class TestClass extends UIComponent {
private function draw():void {
gr<Caret is here, press Ctrl+Space, nothing is shown>

var box : VBox = new VBox();
}
}
}


Issue was resolved
Comments (0)
 
History
 
Linked Issues (?)
 
Issue has no comments