Skip to content

Commit 77d3d87

Browse files
author
Paul van Brenk
committed
Change loc to lsbuild infrastructure
1 parent 2163c48 commit 77d3d87

File tree

209 files changed

+170
-53322
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

209 files changed

+170
-53322
lines changed

Common/Product/ReplWindow/PkgCmdID.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@ internal static class PkgCmdIDList
1717
public const uint cmdidBreakLine = 0x0109;
1818
public const uint cmdidReplSearchHistoryNext = 0x010A;
1919
public const uint cmdidReplSearchHistoryPrevious = 0x010B;
20+
public const uint cmdidToolBarResetRepl = 0x010C;
21+
public const uint cmdidToolBarReplClearScreen = 0x010D;
2022
public const uint menuIdReplToolbar = 0x2000;
2123

2224
public const uint comboIdReplScopes = 0x3000;

Common/Product/ReplWindow/Repl/ReplWindow.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1585,6 +1585,7 @@ public int Exec(ref Guid pguidCmdGroup, uint nCmdID, uint nCmdexecopt, IntPtr pv
15851585
return VSConstants.S_OK;
15861586

15871587
case PkgCmdIDList.cmdidResetRepl:
1588+
case PkgCmdIDList.cmdidToolBarResetRepl:
15881589
Reset();
15891590
return VSConstants.S_OK;
15901591

@@ -1614,6 +1615,7 @@ public int Exec(ref Guid pguidCmdGroup, uint nCmdID, uint nCmdexecopt, IntPtr pv
16141615
return VSConstants.S_OK;
16151616

16161617
case PkgCmdIDList.cmdidReplClearScreen:
1618+
case PkgCmdIDList.cmdidToolBarReplClearScreen:
16171619
ClearScreen(insertInputPrompt: !_isRunning);
16181620
return VSConstants.S_OK;
16191621

Common/Product/ReplWindow/ReplWindow.cs.vsct

Lines changed: 0 additions & 280 deletions
This file was deleted.

Common/Product/ReplWindow/ReplWindow.de.vsct

Lines changed: 0 additions & 280 deletions
This file was deleted.

Common/Product/ReplWindow/ReplWindow.en.vsct

Lines changed: 0 additions & 327 deletions
This file was deleted.

Common/Product/ReplWindow/ReplWindow.es.vsct

Lines changed: 0 additions & 280 deletions
This file was deleted.

Common/Product/ReplWindow/ReplWindow.fr.vsct

Lines changed: 0 additions & 280 deletions
This file was deleted.

Common/Product/ReplWindow/ReplWindow.it.vsct

Lines changed: 0 additions & 280 deletions
This file was deleted.

Common/Product/ReplWindow/ReplWindow.ja.vsct

Lines changed: 0 additions & 280 deletions
This file was deleted.

Common/Product/ReplWindow/ReplWindow.ko.vsct

Lines changed: 0 additions & 280 deletions
This file was deleted.

0 commit comments

Comments
 (0)