Bug 342934 - identifier should include underscore when selecting
Summary: identifier should include underscore when selecting
Status: RESOLVED DUPLICATE of bug 315984
Alias: None
Product: MonoDevelop
Classification: Mono
Component: texteditor (show other bugs)
Version: 0.17 (Beta 2)
Hardware: x86-64 SLES 10
: P5 - None : Normal
Target Milestone: ---
Assignee: MD Bugs
QA Contact: MD Bugs
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-11-20 10:23 UTC by Carsten Sponsel
Modified: 2007-11-20 11:12 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 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 ***