heon21st / flashdevelop

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

Haxe: exception on autocomplete #64

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
FlashDevelop 4.4.2, haxe 2.10

Problem often occups when I quickly type something like "neko.n".

None-default settings:
======================
Completion List Insert Triggers: \n
Disable Mixed Completion: True

Exception text:
===============
System.NullReferenceException:
   в PluginCore.Controls.CompletionList.FindWordStartingWith(String word)
   в PluginCore.Controls.CompletionList.OnChar(ScintillaControl sci, Int32 value)
   в PluginCore.Controls.UITools.OnChar(ScintillaControl sci, Int32 value)
   в ScintillaNet.CharAddedHandler.Invoke(ScintillaControl sender, Int32 ch)
   в ScintillaNet.ScintillaControl.WndProc(Message& m)
   в System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
   в System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
   в System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)

Original issue reported on code.google.com by Yar3333@gmail.com on 16 Aug 2013 at 12:11

GoogleCodeExporter commented 9 years ago
Also looks like "disable mixed completion" not working: I see one listbox with 
completion and another after seconds.

Original comment by Yar3333@gmail.com on 16 Aug 2013 at 12:42

GoogleCodeExporter commented 9 years ago
Exception fixed in SVN. For the other bug (mixed completion) please create a 
specific issue.

Original comment by philippe...@gmail.com on 20 Aug 2013 at 8:45