Bugzilla – Bug 342934
identifier should include underscore when selecting
Last modified: 2007-11-20 11:12:31 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: -
*** This bug has been marked as a duplicate of bug 315984 ***