<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
	<channel>
		<title><![CDATA[ViEmu Forums - the visual block's color is too light]]></title>
		<link>http://www.viemu.com/forum/viewtopic.php?id=111</link>
		<description><![CDATA[The most recent posts in the visual block's color is too light.]]></description>
		<lastBuildDate>Tue, 31 Oct 2006 15:14:49 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Re: the visual block's color is too light]]></title>
			<link>http://www.viemu.com/forum/viewtopic.php?pid=437#p437</link>
			<description><![CDATA[<p>Thanks a lot for letting me know! Hopefully the VS2005 SP1 will fix this kind of things when it&#039;s ready.</p>]]></description>
			<author><![CDATA[dummy@example.com (Jon_Symnum)]]></author>
			<pubDate>Tue, 31 Oct 2006 15:14:49 +0000</pubDate>
			<guid>http://www.viemu.com/forum/viewtopic.php?pid=437#p437</guid>
		</item>
		<item>
			<title><![CDATA[Re: the visual block's color is too light]]></title>
			<link>http://www.viemu.com/forum/viewtopic.php?pid=436#p436</link>
			<description><![CDATA[<p>Found the culprit:</p><p>Visual Studio 2005 Team Edition for DB Professionals&nbsp; &nbsp;<br />Microsoft Visual Studio Team Edition for Database Professionals Version 2.0.50727.206</p><p>After uninstalling this it works fine. I think the version installed was CTP5 or 6.</p>]]></description>
			<author><![CDATA[dummy@example.com (Cactus)]]></author>
			<pubDate>Tue, 31 Oct 2006 15:13:17 +0000</pubDate>
			<guid>http://www.viemu.com/forum/viewtopic.php?pid=436#p436</guid>
		</item>
		<item>
			<title><![CDATA[Re: the visual block's color is too light]]></title>
			<link>http://www.viemu.com/forum/viewtopic.php?pid=435#p435</link>
			<description><![CDATA[<p>Hm, I have SQL Server 2005 Developer Edition installed, which installs most of those plugins, and it still works fine. I&#039;ll research it in more detail and get back to you with what I come up with.</p><p>I&#039;m getting a new computer in a few days which will allow me using VMs to reproduce installation scenarios, so hopefully that will help, too.</p><p>What sequence of installation steps did you follow? It could be of help.</p><p>Best regards,</p><p>&nbsp; Jon</p>]]></description>
			<author><![CDATA[dummy@example.com (Jon_Symnum)]]></author>
			<pubDate>Tue, 31 Oct 2006 11:13:28 +0000</pubDate>
			<guid>http://www.viemu.com/forum/viewtopic.php?pid=435#p435</guid>
		</item>
		<item>
			<title><![CDATA[Re: the visual block's color is too light]]></title>
			<link>http://www.viemu.com/forum/viewtopic.php?pid=434#p434</link>
			<description><![CDATA[<p>Just tested using my home computer, and the issue with the selection color is behaving correctly, so the issue must be with the configuration of my work computer.</p><p>My home computer has the same version of VS and ViEmu, but does not have DB Pro, Active Reports, or any of the SQL add-ins. Maybe the problem is connected to one of those? If I have time, I&#039;ll tinker with it tomorrow and see if I can pin it down.</p>]]></description>
			<author><![CDATA[dummy@example.com (Cactus)]]></author>
			<pubDate>Tue, 31 Oct 2006 02:21:00 +0000</pubDate>
			<guid>http://www.viemu.com/forum/viewtopic.php?pid=434#p434</guid>
		</item>
		<item>
			<title><![CDATA[Re: the visual block's color is too light]]></title>
			<link>http://www.viemu.com/forum/viewtopic.php?pid=433#p433</link>
			<description><![CDATA[<p>I have the same version of vs2005 and viemu installed as Cactus. and I have installed a hotfix for VS, it is kb916769</p>]]></description>
			<author><![CDATA[dummy@example.com (localvar)]]></author>
			<pubDate>Tue, 31 Oct 2006 00:39:23 +0000</pubDate>
			<guid>http://www.viemu.com/forum/viewtopic.php?pid=433#p433</guid>
		</item>
		<item>
			<title><![CDATA[Re: the visual block's color is too light]]></title>
			<link>http://www.viemu.com/forum/viewtopic.php?pid=432#p432</link>
			<description><![CDATA[<p>Regarding Edit.CommentSelection: starting with 2.0, ViEmu (by default) uses a custom text marker to represent the current visual range. This allows much more faithful emulation of vim&#039;s visual mode, but the selection you see is not an actual Visual Studio selection (it uses VS&#039;s range highlighting support). If you want to apply a VS command to a selection, you need to select the range with VS&#039;s selection. For this, ViEmu provides the &#039;gS&#039; command, which turns the current visual range into the VS selection. So, the proper way to do with would be &#039;g&#039;, &#039;S&#039;, Ctrl-K, Ctrl-C.</p><p>There is an alternative method which relies in using VS&#039;s selection to display the current visual range. This is what the ViEmu setting &quot;Use VS selection for Visual mode&quot; does. If this setting is activated, visual range emulation will be a bit worse (VS selection doesn&#039;t allow the cursor anywhere but in the endpoints of the selected range, etc...), but the selection will directly be prepared for the Ctrl-K,Ctrl-C or other commands.</p><p>I have tested the selection color setting in both VS2005 with the custom text markers hotfix as installed by Resharper (Version 8.0.50727.51&nbsp; (QFE.050727-5100)) and in plain vanilla VS2005 (Version 8.0.50727.42&nbsp; (RTM.050727-4200)), and it works fine here. I know it&#039;s not much help, but I really think it&#039;s a bug in VS2005&#039;s custom text marker handling. The reason is that ViEmu doesn&#039;t have any code at all to provide that configurability - it just inserts some entries in the VS registry, and it exposes a very simple interface to provide the default colors (the same code implements that for all three custom text markers in ViEmu). I already know about several naive bugs in VS2005&#039;s handling of that (including the one fixed in the about hotfix, consisting in, as explained by MS, the fact that they had used a 5 bit bitfield to store custom text markers w/o checks for overflow, another one in which custom text markers don&#039;t appear in the configuration dialog when any single entry in that part of the registry is incorrect, the fact that an uninstall/reinstall loses the colors until one starts VS up twice, etc...) - this area is much more solid in VS.NET 2003.</p><p>I will try to ask my Microsoft contacts, but that is usually no guarantee of getting a viable solution.</p><p>The one thing I can think that could work would be to uninstall and reinstall ViEmu, and possibly some other add-in that you might have installed. This will cause the environment to rescan the registry and it may be of help.</p><p>I apologize for the clumsiness in handling this, unfortunately, there is not much I can do - there isn&#039;t even any code to debug in ViEmu with regards to this!</p>]]></description>
			<author><![CDATA[dummy@example.com (Jon_Symnum)]]></author>
			<pubDate>Mon, 30 Oct 2006 23:15:20 +0000</pubDate>
			<guid>http://www.viemu.com/forum/viewtopic.php?pid=432#p432</guid>
		</item>
		<item>
			<title><![CDATA[Re: the visual block's color is too light]]></title>
			<link>http://www.viemu.com/forum/viewtopic.php?pid=430#p430</link>
			<description><![CDATA[<div class="quotebox"><cite>JNG wrote:</cite><blockquote><p>If &quot;Use Visual Studio Selection&quot; is checked, the &quot;ViEmu selection&quot; color setting shouldn&#039;t have any effect (the &quot;Selected Text&quot; setting should).</p></blockquote></div><p>I went back to double-check, to make sure I wasn&#039;t crazy. I see the same behavior -- that is, no background color change when using v or V to enter visual mode -- with either &quot;use visual studio selection&quot; checked or unchecked. I have the default color for both Item foreground and Item background for Plain Text, Selected Text and ViEmu Selection.</p><p>I also noticed another quirky behavior that I failed to mention earlier. After using v or V to select a block of text, then Edit.CommentSelection (either from the menu or the default key of Ctrl-K, Ctrl-C), it comments only the last line selected. Same for UncommentSelection.</p><div class="quotebox"><blockquote><p>I&#039;m researching into the marker problem, it seems the hotfix is not generally available (alghough I saw that installing Resharper installs the hotfix, which they need because they add 30+ custom text markers). I&#039;m not really sure this is the reason, but, do you have any other add-ins installed which might add new custom text markers?</p></blockquote></div><p>I don&#039;t think so ... here is the complete list of what&#039;s installed. Pretty vanilla.</p><p>Microsoft Visual Studio 2005<br />Version 8.0.50727.42&nbsp; (RTM.050727-4200)<br />Microsoft .NET Framework<br />Version 2.0.50727</p><p>Installed Edition: Enterprise</p><p>Microsoft Visual Basic 2005&nbsp; <br />Microsoft Visual Basic 2005</p><p>Microsoft Visual C# 2005&nbsp; &nbsp;<br />Microsoft Visual C# 2005</p><p>Microsoft Visual J# 2005&nbsp; &nbsp;<br />Microsoft Visual J# 2005</p><p>Microsoft Visual Studio Tools for Office&nbsp; &nbsp;<br />Microsoft Visual Studio Tools for the Microsoft Office System</p><p>Microsoft Visual Web Developer 2005&nbsp; &nbsp;<br />Microsoft Visual Web Developer 2005</p><p>Visual Studio 2005 Team Edition for DB Professionals&nbsp; &nbsp;<br />Microsoft Visual Studio Team Edition for Database Professionals Version 2.0.50727.206</p><p>Visual Studio 2005 Team Edition for Developers&nbsp; &nbsp;<br />Microsoft Visual Studio 2005 Team Edition for Software Developers</p><p>Data Dynamics ActiveReports&nbsp; &nbsp;2.0<br />ActiveReports Report Designer for Visual Studio .NET</p><p>NGEDIT Software&#039;s ViEmu&nbsp; &nbsp;v2.0.37<br />ViEmu 2.0 - vi/vim editor emulation for Microsoft(TM) Visual Studio(TM)<br />(c) 2005-2006 NGEDIT Software (www.ngedit.com)</p><p>SQL Server Analysis Services&nbsp; &nbsp;<br />Microsoft SQL Server Analysis Services Designer <br />Version 9.00.2047.00</p><p>SQL Server Integration Services&nbsp; &nbsp;<br />Microsoft SQL Server Integration Services Designer<br />Version 9.00.2047.00</p><p>SQL Server Reporting Services&nbsp; &nbsp;<br />Microsoft SQL Server Reporting Services Designers <br />Version 9.00.2047.00</p>]]></description>
			<author><![CDATA[dummy@example.com (Cactus)]]></author>
			<pubDate>Mon, 30 Oct 2006 20:49:08 +0000</pubDate>
			<guid>http://www.viemu.com/forum/viewtopic.php?pid=430#p430</guid>
		</item>
		<item>
			<title><![CDATA[Re: the visual block's color is too light]]></title>
			<link>http://www.viemu.com/forum/viewtopic.php?pid=428#p428</link>
			<description><![CDATA[<p>If &quot;Use Visual Studio Selection&quot; is checked, the &quot;ViEmu selection&quot; color setting shouldn&#039;t have any effect (the &quot;Selected Text&quot; setting should).</p><p>I&#039;m researching into the marker problem, it seems the hotfix is not generally available (alghough I saw that installing Resharper installs the hotfix, which they need because they add 30+ custom text markers). I&#039;m not really sure this is the reason, but, do you have any other add-ins installed which might add new custom text markers?</p>]]></description>
			<author><![CDATA[dummy@example.com (Jon_Symnum)]]></author>
			<pubDate>Mon, 30 Oct 2006 18:12:32 +0000</pubDate>
			<guid>http://www.viemu.com/forum/viewtopic.php?pid=428#p428</guid>
		</item>
		<item>
			<title><![CDATA[Re: the visual block's color is too light]]></title>
			<link>http://www.viemu.com/forum/viewtopic.php?pid=426#p426</link>
			<description><![CDATA[<p>I have the same problem. No matter what color I select for ViEmu selection, the selected region appears white (same as background color). The behavior is actually the same whether &quot;Use Visual Studio selection for visual mode&quot; is checked or not.</p><p>Microsoft Visual Studio 2005<br />Version 8.0.50727.42&nbsp; (RTM.050727-4200)<br />Microsoft .NET Framework<br />Version 2.0.50727</p><p>NGEDIT Software&#039;s ViEmu&nbsp; &nbsp;v2.0.37<br />ViEmu 2.0 - vi/vim editor emulation for Microsoft(TM) Visual Studio(TM)<br />(c) 2005-2006 NGEDIT Software (www.ngedit.com)</p>]]></description>
			<author><![CDATA[dummy@example.com (Cactus)]]></author>
			<pubDate>Mon, 30 Oct 2006 17:57:00 +0000</pubDate>
			<guid>http://www.viemu.com/forum/viewtopic.php?pid=426#p426</guid>
		</item>
		<item>
			<title><![CDATA[Re: the visual block's color is too light]]></title>
			<link>http://www.viemu.com/forum/viewtopic.php?pid=425#p425</link>
			<description><![CDATA[<p>Hmm... what build of ViEmu and of Visual Studio are you using? I&#039;ve just checked again and it works fine both in VS.NET 2003 and VS2005.</p><p>There was a bug with custom text marker in the release version of VS2005, which would mix up markers above a certain number. This could happen if you have other add-ins installed. There is a hotfix for that, let me know the exact version of VS (in Help|About) so that I can check whether it may be that.</p><p>Regards,</p><p>&nbsp; Jon</p><p>PS: I&#039;m guessing the preference &quot;Use Visual Studio selection for visual mode&quot; is not checked!</p>]]></description>
			<author><![CDATA[dummy@example.com (Jon_Symnum)]]></author>
			<pubDate>Mon, 30 Oct 2006 09:24:34 +0000</pubDate>
			<guid>http://www.viemu.com/forum/viewtopic.php?pid=425#p425</guid>
		</item>
		<item>
			<title><![CDATA[Re: the visual block's color is too light]]></title>
			<link>http://www.viemu.com/forum/viewtopic.php?pid=424#p424</link>
			<description><![CDATA[<p>I&#039;ve tried this, but it seems useless for &quot;ViEmu selection&quot;, while &quot;ViEnu hlsearch&quot; and &quot;ViEmu Incremental Search&quot; behave correctly.</p><p>Thanks</p>]]></description>
			<author><![CDATA[dummy@example.com (localvar)]]></author>
			<pubDate>Mon, 30 Oct 2006 03:08:48 +0000</pubDate>
			<guid>http://www.viemu.com/forum/viewtopic.php?pid=424#p424</guid>
		</item>
		<item>
			<title><![CDATA[Re: the visual block's color is too light]]></title>
			<link>http://www.viemu.com/forum/viewtopic.php?pid=423#p423</link>
			<description><![CDATA[<p>I tried to find the default color closest to vim&#039;s selection (I use default gvim under Windows, it may be different in other environments).</p><p>But, in any case, you can head over to Tools|Options|Environment|Fonts and Colors and there, together with all VS configurable colors, you will find &quot;ViEmu selection&quot;, &quot;ViEmu hlsearch&quot; and &quot;ViEmu Incremental Search&quot; to customize to your hearts content.</p><p>Best regards,</p><p>&nbsp; Jon</p>]]></description>
			<author><![CDATA[dummy@example.com (Jon_Symnum)]]></author>
			<pubDate>Mon, 30 Oct 2006 02:08:02 +0000</pubDate>
			<guid>http://www.viemu.com/forum/viewtopic.php?pid=423#p423</guid>
		</item>
		<item>
			<title><![CDATA[Re: the visual block's color is too light]]></title>
			<link>http://www.viemu.com/forum/viewtopic.php?pid=422#p422</link>
			<description><![CDATA[<p>in visual mode, if I select only a few letters, I can hardly see where the selection block is, especially with a LCD monitor.</p>]]></description>
			<author><![CDATA[dummy@example.com (localvar)]]></author>
			<pubDate>Mon, 30 Oct 2006 01:54:25 +0000</pubDate>
			<guid>http://www.viemu.com/forum/viewtopic.php?pid=422#p422</guid>
		</item>
	</channel>
</rss>
