ilyxa20 / flashdevelop

Automatically exported from code.google.com/p/flashdevelop
0 stars 0 forks source link

Haxe parameters completion lost #43

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
When writing some function call, it happens that the completion is lost :

function foo(x:Array<Int>,y:Int) {
}

foo([],

When writing this, we loose completion when typing [ (why not) but it doesn't 
show up again when writing ','

Hitting Ctrl+Space works. Hitting enter + then erasing ',' and retyping it 
works as well, so it's only after the first input of , that it stops working.

Original issue reported on code.google.com by ncanna...@gmail.com on 17 Jul 2012 at 10:53

GoogleCodeExporter commented 8 years ago
It's a bug: pressing Ctrl hides the tip, but pressing AltGr (Ctrl+Alt) doesn't 
fire keyup for Ctrl key.

Original comment by philippe...@gmail.com on 30 Jul 2012 at 9:13