[nemerle] r8427 committed - Now hint closed when VS Editor scrolled.

0 views
Skip to first unread message

codesite...@google.com

unread,
Nov 4, 2009, 4:48:19 AM11/4/09
to nemer...@googlegroups.com
Revision: 8427
Author: v...@rsdn.ru
Date: Wed Nov 4 01:48:08 2009
Log: Now hint closed when VS Editor scrolled.
http://code.google.com/p/nemerle/source/detail?r=8427

Modified:

/nemerle/trunk/VsIntegration/Nemerle.VisualStudio/LanguageService/NemerleViewFilter.cs

=======================================
---
/nemerle/trunk/VsIntegration/Nemerle.VisualStudio/LanguageService/NemerleViewFilter.cs
Fri Oct 30 10:58:03 2009
+++
/nemerle/trunk/VsIntegration/Nemerle.VisualStudio/LanguageService/NemerleViewFilter.cs
Wed Nov 4 01:48:08 2009
@@ -202,6 +202,8 @@
{
base.OnChangeScrollInfo(view, iBar, iMinUnit, iMaxUnits, iVisibleUnits,
iFirstVisibleUnit);

+ Source.Service.Hint.Close();
+
var viewUnknown = Utilities.QueryInterfaceIUnknown(view);
if (viewUnknown != IntPtr.Zero)
Marshal.Release(viewUnknown);

Reply all
Reply to author
Forward
0 new messages