summaryrefslogtreecommitdiff
path: root/src/client/view/completer.js
AgeCommit message (Collapse)Author
2015-02-22client: fix broken completerAlon Levy
2015-02-18client/completer: wip handle multiple delimiters for search (| and space)Alon Levy
2015-02-11client/view/completer: hide on click outside. this is complex! fixes #200Alon Levy
specifically: 1. take care to remove handler on any hide condition, not click as well 2. previous patch to avoid needlessly hiding completer on showing it after clicking (we could change that behaviour but not as a unexpected consequence).
2015-01-12client: don't keep quotes in node name: Fixes #258Alon Levy
2014-12-16moving files around after repository mergerAlon Levy