Plugin Code editor problem

Hey dear vvvolks,

did anybody experienced while writing a dynamic plugin inside v4 code editor the following exception:

System.NotImplementedException: GetCurrentProjectContent was not implemented by the host.
at ICSharpCode.SharpDevelop.Dom.HostCallback.<.cctor>b__2()
at ICSharpCode.SharpDevelop.Dom.DefaultProjectContent.DummyContent.get_SystemTypes()
at ICSharpCode.SharpDevelop.Dom.CSharp.CSharpExpressionFinder.TrackCurrentContext(Token token)
at ICSharpCode.SharpDevelop.Dom.CSharp.CSharpExpressionFinder.FindExpression(String text, Int32 offset)
at VVVV.HDE.CodeEditor.LanguageBindings.CS.CSCompletionBinding.HandleKeyPress(CodeEditor editor, Char key)
at VVVV.HDE.CodeEditor.CodeEditor.TextAreaKeyEventHandler(Char key)
at ICSharpCode.TextEditor.TextArea.HandleKeyPress(Char ch)
at ICSharpCode.TextEditor.TextArea.SimulateKeyPress(Char ch)
at ICSharpCode.TextEditor.TextArea.OnKeyPress(KeyPressEventArgs e)
at System.Windows.Forms.Control.ProcessKeyEventArgs(Message& m)
at System.Windows.Forms.Control.ProcessKeyMessage(Message& m)
at System.Windows.Forms.Control.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)

after just hitting a letter in the code editor, this exception appears, pressing “continue” on the exception dialog does hide the cursor and nothing is editable, any following attempt of writing in the code editor results in the same exception… restart of vvv does not help, restart of the PC also does not.

Any ideas, did I hit a bug or just too much beer ;)

edit: vvvv45beta27.2 on win7 64bit

Thanks

thx for reporting, this is a known issue. a workaround is in place for upcoming release, where the exception will be simply suppressed, but the root issue is not fixed yet, i’ll therefor keep this thread open.