Bug 342934

Summary: identifier should include underscore when selecting
Product: [Mono] MonoDevelop Reporter: Carsten Sponsel <carsten.sponsel>
Component: texteditorAssignee: MD Bugs <monodevelop-bugs>
Status: RESOLVED DUPLICATE QA Contact: MD Bugs <monodevelop-bugs>
Severity: Normal    
Priority: P5 - None    
Version: 0.17 (Beta 2)   
Target Milestone: ---   
Hardware: x86-64   
OS: SLES 10   
Whiteboard:
Found By: --- Services Priority:
Business Priority: Blocker: ---
Marketing QA Status: --- IT Deployment: ---

Description Carsten Sponsel 2007-11-20 10:23:57 UTC
Description of Problem:
All source code editors i know include underscore _ when selecting an identifier with a double-click. Monodevelop also should do that.


Steps to reproduce the problem:
1. type "m_MyVariable" into a e.g. C# file
2. double-click on m_MyVariable


Actual Results:
MyVariable is selected


Expected Results:
m_MyVariable is selected


How often does this happen? 
Everytime


Additional Information:
-
Comment 1 Lluis Sanchez 2007-11-20 11:12:31 UTC

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