Bug 318834 (MONO75921) - autocompletion kicks in when inputting decimals
Summary: autocompletion kicks in when inputting decimals
Status: RESOLVED FIXED
Alias: MONO75921
Product: MonoDevelop
Classification: Mono
Component: texteditor (show other bugs)
Version: unspecified
Hardware: Other Other
: P3 - Medium : Normal
Target Milestone: ---
Assignee: MD Bugs
QA Contact: MD Bugs
URL:
Whiteboard:
Keywords: UI
Depends on:
Blocks:
 
Reported: 2005-08-28 03:00 UTC by Vincent BRZUSCZAK
Modified: 2007-11-05 17:07 UTC (History)
0 users

See Also:
Found By: ---
Services Priority:
Business Priority:
Blocker: ---
Marketing QA Status: ---
IT Deployment: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Thomas Wiest 2007-09-15 19:28:52 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".

Comment 1 Lluis Sanchez 2007-11-05 17:07:02 UTC
Old fixed bug.