first find implementation
This commit is contained in:
parent
956dd937d3
commit
e021504356
8 changed files with 74 additions and 25 deletions
|
@ -24,13 +24,13 @@ const onMessage = (listener) => {
|
|||
export default {
|
||||
BACKGROUND_OPERATION: 'background.operation',
|
||||
|
||||
CONSOLE_BLURRED: 'console.blured',
|
||||
CONSOLE_ENTERED: 'console.entered',
|
||||
CONSOLE_UNFOCUS: 'console.unfocus',
|
||||
CONSOLE_ENTER_COMMAND: 'console.enter.command',
|
||||
CONSOLE_ENTER_FIND: 'console.enter.find',
|
||||
CONSOLE_QUERY_COMPLETIONS: 'console.query.completions',
|
||||
CONSOLE_SHOW_COMMAND: 'console.show.command',
|
||||
CONSOLE_SHOW_ERROR: 'console.show.error',
|
||||
CONSOLE_SHOW_INFO: 'console.show.info',
|
||||
CONSOLE_HIDE_COMMAND: 'console.hide.command',
|
||||
CONSOLE_SHOW_FIND: 'console.show.find',
|
||||
|
||||
FOLLOW_START: 'follow.start',
|
||||
|
@ -42,6 +42,9 @@ export default {
|
|||
FOLLOW_ACTIVATE: 'follow.activate',
|
||||
FOLLOW_KEY_PRESS: 'follow.key.press',
|
||||
|
||||
FIND_NEXT: 'find.next',
|
||||
FIND_PREV: 'find.prev',
|
||||
|
||||
OPEN_URL: 'open.url',
|
||||
|
||||
SETTINGS_RELOAD: 'settings.reload',
|
||||
|
|
Reference in a new issue