| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2014-10-13 | Refactor regex uses, do not reference boost except in regex.hh | Maxime Coste | |
| 2014-08-21 | Add a 'disabled_hooks' regex option | Maxime Coste | |
| Hooks whose group matches this regex wont get executed. | |||
| 2014-07-24 | Disable hooks on a per context basis, and propagate that to Insert mode | Maxime Coste | |
| using \ before entering insert mode will disable hooks during the whole insert session rather than only the entering phase. That gives a nice way of pasting text into kakoune. | |||
| 2014-07-21 | Add completion support for rmhooks | Maxime Coste | |
| 2014-06-21 | Only user hooks can be disabled | Maxime Coste | |
| 2014-06-16 | Use -group rather than -id in hooks to mirror highlighters closer | Maxime Coste | |
| 2014-03-20 | exec and eval support the -no-hooks option | Maxime Coste | |
| Hooks gets disabled during the execution of the commands | |||
| 2013-11-18 | Resurect idvaluemap, order of traversal matters | Maxime Coste | |
| This reverts commit 2b9b161d424c1168636042adc6678bb3df2be3f9. | |||
| 2013-11-17 | remove idvaluemap, use unordered_map in place | Maxime Coste | |
| 2013-04-11 | Hooks can have an (shareable) identifier, and thus be removed | Maxime Coste | |
| 2013-04-11 | HookManager: write to debug when a hook fails | Maxime Coste | |
| 2013-01-17 | Hooks now takes a non-const context | Maxime Coste | |
| 2012-06-07 | HookManager are now hierarchical from window to buffer to global | Maxime Coste | |
| window hooks also executes buffer hook which also execute global hooks | |||
| 2012-04-14 | replace std::string references with String | Maxime Coste | |
| 2012-04-03 | rename HooksManager to HookManager | Maxime Coste | |
