aBothe / Mono-D

D Add-In for MonoDevelop
http://wiki.dlang.org/Mono-D
Other
113 stars 26 forks source link

NullReferenceException #485

Closed Rikarin closed 10 years ago

Rikarin commented 10 years ago

Hi, when i tried to write "if (is(obj == Object))" IDE thrown this exception

System.NullReferenceException: Object reference not set to an instance of an object. at MonoDevelop.Ide.CodeCompletion.ListWindow.PreProcessKey(Key key, Char keyChar, ModifierType modifier) at MonoDevelop.Ide.CodeCompletion.CompletionListWindow.PreProcessKeyEvent(Key key, Char keyChar, ModifierType modifier) at MonoDevelop.Ide.CodeCompletion.CompletionWindowManager.PreProcessKeyEvent(Key key, Char keyChar, ModifierType modifier) at MonoDevelop.Ide.Gui.Content.CompletionTextEditorExtension.KeyPress(Key key, Char keyChar, ModifierType modifier) at MonoDevelop.D.DEditorCompletionExtension.KeyPress(Key key, Char keyChar, ModifierType modifier) at MonoDevelop.Ide.Gui.Content.TextEditorExtension.KeyPress(Key key, Char keyChar, ModifierType modifier) at MonoDevelop.D.Formatting.Indentation.DTextEditorIndentation.KeyPress(Key key, Char keyChar, ModifierType modifier) at MonoDevelop.Ide.Gui.Content.TextEditorExtension.KeyPress(Key key, Char keyChar, ModifierType modifier) at MonoDevelop.Ide.Gui.Content.TextEditorExtension.KeyPress(Key key, Char keyChar, ModifierType modifier) at MonoDevelop.Ide.Gui.Content.TextEditorExtension.KeyPress(Key key, Char keyChar, ModifierType modifier) at MonoDevelop.Ide.Gui.Content.TextEditorExtension.KeyPress(Key key, Char keyChar, ModifierType modifier) at MonoDevelop.Ide.Gui.Content.TextEditorExtension.KeyPress(Key key, Char keyChar, ModifierType modifier) at MonoDevelop.Debugger.ExceptionCaughtTextEditorExtension.KeyPress(Key key, Char keyChar, ModifierType modifier) at MonoDevelop.SourceEditor.ExtensibleTextEditor.ExtensionKeyPress(Key key, UInt32 ch, ModifierType state)

aBothe commented 10 years ago

Hmm, can't reproduce it.

Rikarin commented 10 years ago

Here is a video what im doing when excp is throw. https://www.youtube.com/watch?v=ueqPcQt-lGs