Words, spaces, and underscoresI'm actually using Expression Web 2, but I'm assuming this minor problem is consists throughout the entire Expression suite.<br/><br/>I have the following constant in PHP; &quot;TESTING_123&quot;. If I want to quickly copy and paste that entire constant, I double click it. But the only thing that is highlighted is &quot;TESTING&quot;, &quot;_123&quot; is left off. If I have the following &quot;function foo ($var1, $var2)&quot;, and I want to quickly copy and paste &quot;foo&quot; for use throughout the script, I try the same method, but I get &quot;foo &quot;. (with the space)<br/><br/>These behaviors seem backwards to me. Is it at all possible to be able to select the entire constant, and/or select just the name of the function without the space? (through some option) I looked throughout page editor options, but I found nothing about it.<br/><br/>I believe it's these very minor imperfections, that in the long run, make it inconvenient to a perfectionist like me. I also realize this is the behavior of a browser, or a normal text editor. And it that case, it can be convenient. However, we're modifing code which doesn't use regular grammer, we're dealing with code that's very different from a normal human language. I think a code editor should acknowledge that, and realize &quot;this_this&quot; means &quot;this_this&quot; and not &quot;this this&quot;. &quot;function&quot; means &quot;function&quot;, not &quot;function is part of a sentence&quot;. Most other code editors that I have tried, do it correctly, or what seems to me to be correct.<br/><br/>Are there any ways I can suggest a feature request or behavior change for Expression?© 2009 Microsoft Corporation. All rights reserved.Thu, 14 May 2009 06:42:44 Zd365d1ef-16a7-47c5-8263-23502f4b1296http://social.expression.microsoft.com/Forums/en-US/general/thread/d365d1ef-16a7-47c5-8263-23502f4b1296#d365d1ef-16a7-47c5-8263-23502f4b1296http://social.expression.microsoft.com/Forums/en-US/general/thread/d365d1ef-16a7-47c5-8263-23502f4b1296#d365d1ef-16a7-47c5-8263-23502f4b1296frosty1433http://social.expression.microsoft.com/Profile/en-US/?user=frosty1433Words, spaces, and underscoresI'm actually using Expression Web 2, but I'm assuming this minor problem is consists throughout the entire Expression suite.<br/><br/>I have the following constant in PHP; &quot;TESTING_123&quot;. If I want to quickly copy and paste that entire constant, I double click it. But the only thing that is highlighted is &quot;TESTING&quot;, &quot;_123&quot; is left off. If I have the following &quot;function foo ($var1, $var2)&quot;, and I want to quickly copy and paste &quot;foo&quot; for use throughout the script, I try the same method, but I get &quot;foo &quot;. (with the space)<br/><br/>These behaviors seem backwards to me. Is it at all possible to be able to select the entire constant, and/or select just the name of the function without the space? (through some option) I looked throughout page editor options, but I found nothing about it.<br/><br/>I believe it's these very minor imperfections, that in the long run, make it inconvenient to a perfectionist like me. I also realize this is the behavior of a browser, or a normal text editor. And it that case, it can be convenient. However, we're modifing code which doesn't use regular grammer, we're dealing with code that's very different from a normal human language. I think a code editor should acknowledge that, and realize &quot;this_this&quot; means &quot;this_this&quot; and not &quot;this this&quot;. &quot;function&quot; means &quot;function&quot;, not &quot;function is part of a sentence&quot;. Most other code editors that I have tried, do it correctly, or what seems to me to be correct.<br/><br/>Are there any ways I can suggest a feature request or behavior change for Expression?Thu, 14 May 2009 05:55:43 Z2009-05-14T05:55:43Zhttp://social.expression.microsoft.com/Forums/en-US/general/thread/d365d1ef-16a7-47c5-8263-23502f4b1296#11556889-db8b-42f7-b4a3-26f6935347d1http://social.expression.microsoft.com/Forums/en-US/general/thread/d365d1ef-16a7-47c5-8263-23502f4b1296#11556889-db8b-42f7-b4a3-26f6935347d1frosty1433http://social.expression.microsoft.com/Profile/en-US/?user=frosty1433Words, spaces, and underscoresAnother example about the doubling clicking words, followed by a space:<br/>I have the following PHP array; &quot;$test['var']&quot;. Say I want to rename &quot;$variable = $test['var'];&quot; to &quot;$var = $test['var'];&quot;. I double click 'var' within the array, and then double click 'variable' and paste. It becomes &quot;$var= $test['var'];&quot;. (without a space) Very minor, but being a perfectionist it's also very hard to ignore that.Thu, 14 May 2009 06:42:44 Z2009-05-14T06:43:49Z