]> git.gir.st - VimFx.git/history - extension/lib/modes.coffee
utils getFindBar() returns a promise
[VimFx.git] / extension / lib / modes.coffee
2018-07-31 matsuhavutils getFindBar() returns a promise
2018-05-09 Kevin CoxFix findBar and DeveloperToolbar. (#920)
2017-08-25 Simon LydellChange license to MIT
2016-10-18 Simon LydellFix `<escape>` handling in Normal mode
2016-10-09 Simon LydellMake Caret browsing handling more robust
2016-09-21 Simon LydellImprove scrolling when holding h/l/j/k down
2016-09-15 Simon LydellRemove unnecessary variables in modes.coffee
2016-09-14 Simon LydellProperly suppress keys and notifications in all modes
2016-09-14 Simon LydellFix a case of being unable to filter hints by text
2016-09-13 Simon LydellImprove Hints mode in various ways
2016-09-12 Simon LydellCorrectly suppress keys between `/` and find bar focus
2016-09-11 Simon LydellProperly hide notifications
2016-09-10 Simon LydellImplement filtering hints by text and related changes
2016-09-08 Simon LydellAdd `gulp hints.html` to help styling hint markers
2016-08-30 Simon LydellFix missing hint marker activation feedback for `v`
2016-08-29 Simon LydellFix missing hint markers when re-entering Hints mode...
2016-08-10 Simon LydellMake it possible to create custom hint commands
2016-06-07 Simon LydellRename l10n.coffee into translate.coffee
2016-06-06 Simon LydellIgnore counts in Ignore mode
2016-06-05 Simon LydellImprove Marks mode UX
2016-06-05 Simon LydellImprove find commands race condition robustness
2016-05-19 Simon LydellRemove unneeded line of code
2016-05-15 Simon LydellSpeed up and refactor Hints mode
2016-05-08 Simon LydellFix devtools detection in newer Firefox versions
2016-04-26 Simon LydellAdd Caret mode
2016-04-17 Simon LydellAdd the `<c-a>` Hints mode command to mark everything
2016-04-13 Simon LydellRemove horizontal alignment in multiline function calls
2016-03-19 Simon LydellMerge branch 'master' into develop
2016-03-07 Simon LydellFix uncaught error when using VimFx to disable VimFx
2016-03-07 Simon LydellMerge branch 'master' into develop
2016-02-26 Simon LydellSave the focusType instead of getting it on every keydown
2016-02-24 Simon LydellFix count for the `I` command
2016-02-24 Simon LydellAllow to temporarily enter Ignore mode based on focusType
2016-02-24 Simon LydellImprove Ignore mode and the blacklist
2016-02-19 Simon LydellMerge branch 'master' into develop
2016-02-19 Simon LydellMerge branch 'lint'
2016-02-19 Simon LydellReplace `when ... then` with multliners
2016-02-19 Simon LydellReduce unnecessary vertical code alignment
2016-02-19 Simon LydellEnable the `colon_assignment_spacing` CoffeeLint rule
2016-02-19 Simon LydellEnable the `no_implicit_braces` CoffeeLint rule
2016-02-19 Simon LydellEnable the `no_plusplus` CoffeeLint rule
2016-01-29 Simon LydellSilence `addons-linter` warnings
2016-01-29 Simon LydellMerge branch 'master' into develop
2016-01-26 Simon LydellUse strings instead of functions in the `modes` object
2016-01-26 Simon LydellImprove CPU usage in Hints mode
2016-01-24 Simon LydellMerge branch 'master' into develop
2016-01-16 Simon LydellAllow to click commands in the help dialog to edit...
2016-01-16 Simon LydellCode style nitpicks
2016-01-15 Simon LydellUpdate copyright notices
2016-01-15 Simon LydellMerge branch 'master' into develop
2016-01-15 Simon LydellMerge branch 'master' into develop
2016-01-15 Simon LydellMerge pull request #668 from akhodakivskiy/devtoolszoom
2016-01-15 Simon LydellFix misplaced hint markers when zoomed
2016-01-09 Simon LydellMerge branch 'master' into develop
2016-01-09 Simon LydellMake markers move along with its element
2016-01-04 Simon LydellMerge branch 'master' into develop
2015-12-30 Simon LydellAlways suppress non-prefix keys in Normal mode
2015-12-09 Simon LydellMerge branch 'master' into develop
2015-12-09 Simon LydellAdd `match.discard()`
2015-12-09 Simon LydellReset typed keys in "autoInsertMode"
2015-12-01 Simon LydellMerge branch 'master' into develop
2015-11-30 Simon LydellMerge branch 'master' into develop
2015-11-25 Simon LydellMerge pull request #626 from akhodakivskiy/marks
2015-11-25 Simon LydellImplement simple marks
2015-11-15 Simon LydellMerge branch 'master' into develop
2015-11-15 Simon LydellEnable the `braces_spacing` coffeelint rule
2015-11-09 Simon LydellTiny code cleanup
2015-11-09 Simon LydellAdd missing `return`s after `for` loops
2015-11-01 Simon LydellMerge pull request #561 from cbertoldi/develop
2015-10-30 Simon LydellUpdate copyright notices
2015-10-29 Simon LydellPlay nicer with the dev tools
2015-10-28 Simon LydellMake hints mode more robust
2015-10-21 Simon LydellMerge pull request #551 from akhodakivskiy/late-shortcuts
2015-10-21 Simon LydellAdd support for `<late>` shortcuts
2015-10-17 Simon LydellFix slightly broken `<escape>` handling
2015-10-11 Simon LydellMerge pull request #512 from akhodakivskiy/multi-process
2015-10-11 Simon LydellSupport multi-process Firefox
2015-09-26 Simon LydellLay the foundation for using multi-process Firefox
2015-09-03 Simon LydellUse destructuring defaults from CoffeeScript 1.10.0
2015-06-27 Simon LydellMake `<c-q>` in the options able to insert `<escape>`
2015-06-27 Simon LydellLet ctrl and alt in Hints mode control where to open...
2015-06-27 Simon LydellAdd the `<s-f1>` Ignore mode "unquote" command
2015-06-26 Simon LydellRename Insert mode into Ignore mode
2015-06-26 Simon LydellMove Text Input mode into Normal mode
2015-06-26 Simon LydellMake autofocus prevention a bit more robust
2015-06-22 Simon LydellAllow any mode to enter the "autoInsertMode" of Normal...
2015-06-20 Simon LydellMajor refactor: Rework all UI and related improvements
2015-06-20 Simon LydellIntroduce a `VimFx` instance to hold global state
2015-06-20 Simon LydellRework custom shortcut prefs
2015-05-23 Simon LydellMerge branch 'prefs' into develop
2015-05-23 Simon LydellRefactor defaults
2015-02-08 Simon LydellFix #47: 'gi' to focus last focused or first text input
2015-02-03 Simon LydellMove `Command` into its own file
2015-01-29 Simon LydellMerge branch 'develop' of github.com:akhodakivskiy...
2015-01-29 Simon LydellFix #459: Don't treat modified numbers as counts
2015-01-26 Simon LydellMerge pull request #455 from lydell/youtube-space
2015-01-26 Simon LydellEnter automatic insert mode when an element is fullscreen
2015-01-26 Simon LydellMerge pull request #451 from lydell/hints
2015-01-26 Simon LydellMerge branch 'master' into develop
2015-01-25 Simon LydellProvide `vim.state`
next
Imprint / Impressum