Skip to content

Commit

Permalink
Use simpleFind.xyz for simpleFind command IDS
Browse files Browse the repository at this point in the history
  • Loading branch information
cleidigh authored and rebornix committed Aug 25, 2017
1 parent 89666bc commit bda04b8
Showing 1 changed file with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,12 @@ import { ISimpleFindWidgetService, KEYBINDING_CONTEXT_SIMPLE_FIND_WIDGET_ACTIVE
import { SimpleFindWidget, KEYBINDING_CONTEXT_SIMPLE_FIND_WIDGET_INPUT_FOCUSED } from 'vs/editor/contrib/find/browser/simpleFindWidget';

export const SIMPLE_FIND_IDS = {
ShowWidgetSimpleFindCommand: 'editor.action.simplefind.show',
HideWidgetSimpleFindCommand: 'editor.action.simplefind.hide',
HistoryNextSimpleFindCommand: 'editor.action.simplefind.nextHistory',
HistoryPreviousSimpleFindCommand: 'editor.action.simplefind.previousHistory',
FindNextSimpleFindCommand: 'editor.action.simplefind.nextMatch',
FindPreviousSimpleFindCommand: 'editor.action.simplefind.previousMatch'
ShowWidgetSimpleFindCommand: 'simpleFind.show',
HideWidgetSimpleFindCommand: 'simpleFind.hide',
HistoryNextSimpleFindCommand: 'simpleFind.nextHistory',
HistoryPreviousSimpleFindCommand: 'simpleFind.previousHistory',
FindNextSimpleFindCommand: 'simpleFind.nextMatch',
FindPreviousSimpleFindCommand: 'simpleFind.previousMatch'
};


Expand Down

0 comments on commit bda04b8

Please sign in to comment.