提交 9066eedc 编写于 作者: C cleidigh 提交者: Peng Lyu

Use simpleFind.xyz for simpleFind command IDS

上级 c0a21800
......@@ -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'
};
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册