| Age | Commit message (Collapse) | Author |
|
|
|
complete
|
|
|
|
|
|
when shift pressed
|
|
|
|
|
|
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.
|
|
|
|
|
|
|
|
|
|
dfc93cf003e8b4484e98ead7f7eac63ad10182e7
|
|
Fixes #342
|
|
|
|
|
|
|
|
|
|
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).
|
|
|
|
|