Bugzilla – Bug 318834
autocompletion kicks in when inputting decimals
Last modified: 2007-11-05 17:07:02 UTC
---- Reported by v.brz@skynet.be 2005-08-27 20:00:12 MST ---- Description of Problem: Autocompletion kicks in every time you press ".". Trying to input a decimal such as 0.5 kicks in the autocompletion in the middle of the input, very annoying. Steps to reproduce the problem: 1. Press "0" 2. Press "." Actual Results: Autocompletion window open. Expected Results: Autocompletion windows should not open in this case How often does this happen? Every time Additional Information: ---- Additional Comments From john.luke@gmail.com 2005-08-28 17:28:47 MST ---- Can you try to give an exact place where this happens, I just tried to reproduce this and couldn't. Here is what I tried: using System; class T { static void Main () { decimal foo = 0.5; } } ---- Additional Comments From v.brz@skynet.be 2005-08-28 17:59:00 MST ---- It only "works" when working in a solution it seems. Create new Solution (GTK#) Under "Application.Run ();", input "0." The autocompletion propositions you get are System.Int32.CompareTo(...) System.Int32.Equals(...) System.Int32.GetHashCode(...) System.Object.GetType(...) System.Int32.GetTypeCode(...) System.Int32.ToString(...) Unknown operating system unknown. Setting to default OS "Other".
Old fixed bug.