File tree Expand file tree Collapse file tree 3 files changed +12
-3
lines changed
Tvl.VisualStudio.MouseFastScroll Expand file tree Collapse file tree 3 files changed +12
-3
lines changed Original file line number Diff line number Diff line change 1
- namespace Tvl . VisualStudio . MouseFastScroll
1
+ // Copyright (c) Tunnel Vision Laboratories, LLC. All Rights Reserved.
2
+ // Licensed under the Apache License, Version 2.0. See LICENSE.txt in the project root for license information.
3
+
4
+ namespace Tvl . VisualStudio . MouseFastScroll
2
5
{
3
6
using ITextView = Microsoft . VisualStudio . Text . Editor . ITextView ;
4
7
using Keyboard = System . Windows . Input . Keyboard ;
Original file line number Diff line number Diff line change 1
- namespace Tvl . VisualStudio . MouseFastScroll
1
+ // Copyright (c) Tunnel Vision Laboratories, LLC. All Rights Reserved.
2
+ // Licensed under the Apache License, Version 2.0. See LICENSE.txt in the project root for license information.
3
+
4
+ namespace Tvl . VisualStudio . MouseFastScroll
2
5
{
3
6
using System . ComponentModel . Composition ;
4
7
using Microsoft . VisualStudio . Text . Editor ;
Original file line number Diff line number Diff line change 1
- using System ;
1
+ // Copyright (c) Tunnel Vision Laboratories, LLC. All Rights Reserved.
2
+ // Licensed under the Apache License, Version 2.0. See LICENSE.txt in the project root for license information.
3
+
4
+ using System ;
2
5
using System . Reflection ;
3
6
using System . Runtime . InteropServices ;
4
7
You can’t perform that action at this time.
0 commit comments