Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Plugin crashed on for loop (for (i in 0.ii)) #83

Open
andrew-git opened this issue Dec 8, 2020 · 1 comment
Open

Plugin crashed on for loop (for (i in 0.ii)) #83

andrew-git opened this issue Dec 8, 2020 · 1 comment
Labels

Comments

@andrew-git
Copy link

If in for loop set arguments and then add point(first or second between them) plugin crashes
for (i in 0.ii)
for (i in 0 .ii)
for (i in 0 . ii)

FD 5.3.4.594
PostfixCodeCompletion 2.0.14

************** Exception Text **************
System.Reflection.AmbiguousMatchException: Ambiguous match found.
at System.RuntimeType.GetMethodImpl(String name, BindingFlags bindingAttr, Binder binder, CallingConventions callConv, Type[] types, ParameterModifier[] modifiers)
at System.Type.GetMethod(String name, BindingFlags bindingAttr)
at PostfixCodeCompletion.Helpers.ASCompleteReflector.HandleDotCompletion(ScintillaControl sci, Boolean autoHide)
at PostfixCodeCompletion.Completion.PCCASComplete.OnCharAdded(Int32 value)
at PostfixCodeCompletion.Completion.Complete.OnCharAdded(Int32 value)
at PostfixCodeCompletion.PluginMain.<>c.b__22_0(ScintillaControl _, Int32 value)
at PluginCore.Controls.UITools.CharAddedHandler.Invoke(ScintillaControl sender, Int32 value)
at PluginCore.Controls.UITools.SendChar(ScintillaControl sci, Int32 value)
at PluginCore.Controls.UITools.OnChar(ScintillaControl sci, Int32 value)
at ScintillaNet.CharAddedHandler.Invoke(ScintillaControl sender, Int32 ch)
at ScintillaNet.ScintillaControl.WndProc(Message& m)
at System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)

@SlavaRa SlavaRa added the bug label Dec 8, 2020
@andrew-git
Copy link
Author

andrew-git commented Dec 8, 2020

Appears even on
for (i in 0 .
var f : Float = 0.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants