Bug 332880

Summary: Double click selects only numbers or characters
Product: [Mono] MonoDevelop Reporter: Marek Safar <msafar>
Component: texteditorAssignee: MD Bugs <monodevelop-bugs>
Status: RESOLVED DUPLICATE QA Contact: MD Bugs <monodevelop-bugs>
Severity: Normal    
Priority: P5 - None    
Version: SVN   
Target Milestone: ---   
Hardware: Other   
OS: Other   
Whiteboard:
Found By: --- Services Priority:
Business Priority: Blocker: ---
Marketing QA Status: --- IT Deployment: ---

Description Marek Safar 2007-10-11 10:08:45 UTC
class C
	{
		public void Foo1234556 ()
		{
		}
	}

Double click on Foo, only Foo is selected and not Foo1234556
Double click on 3, on 1234556 is selected and not Foo1234556
Comment 1 Lluis Sanchez 2007-10-11 11:58:51 UTC

*** This bug has been marked as a duplicate of bug 315984 ***