summaryrefslogtreecommitdiff
path: root/src/client/view/completer.js
AgeCommit message (Collapse)Author
2015-06-04add copyright and license headers for GNU AGPL v3Alon Levy
2015-04-13client search/completer: use '|' only for separation, append on enter from ↵Alon Levy
complete
2015-04-10search: only complete on: click, completion, enterAlon Levy
2015-03-08client/view/completer: use VK_*Alon Levy
2015-03-08client: fix up/down being handled both by completer and by type selector ↵Alon Levy
when shift pressed
2015-03-03client/view/completer: sort completions (required with substring results)Alon Levy
2015-03-03client/view/completer: allow completions for any subsetAlon Levy
2015-03-03client: fix completer regression breaking search completion. Fixes #354Alon Levy
At the same time lets completion work with spaces in the graph entry bar. In the search bar it still doesn't work, will require some thinking - how to let a space be both and/or and part of a name. It's better to ditch it as an operator and use |/& or AND/OR.
2015-03-03client/completer: generalize getter, setter, selectionStartAlon Levy
2015-03-03client/completer: rename variableAlon Levy
2015-03-03client/completer: fix handling of separator that is more then one charAlon Levy
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