summaryrefslogtreecommitdiff
path: root/src/client/view/completer.js
AgeCommit message (Collapse)Author
2015-03-02completer: update to work with both input and div elementsAlon Levy
2015-03-01adding missing 'quoted' function, call introduced in ↵LV-426
dfc93cf003e8b4484e98ead7f7eac63ad10182e7
2015-02-27client: completer: allow match on start when using node_edge_separatorAlon Levy
Fixes #342
2015-02-27client: completer: start of separator string updateAlon Levy
2015-02-27client/completer: don't quote space by defaultAlon Levy
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