commit | 4f77a2532d3b4deaf9291e172ac0f5be204817f3 | [log] [tgz] |
---|---|---|
author | Václav Kubernát <kubernat@cesnet.cz> | Tue Feb 19 16:51:30 2019 +0100 |
committer | Václav Kubernát <kubernat@cesnet.cz> | Fri Mar 01 13:44:20 2019 +0100 |
tree | 6602e1d9fb5ed14d10f9c993be28ce51d9d27be3 | |
parent | 8a91466f38ea4bfa0b80ba96879dc3c3e26719b5 [diff] |
Change how path completion suggests nodes Path completions now include module names only if the top-level module is different. Module names in the middle of paths are redundant and it makes auto-completed paths shorter. Ideally, the program should be able to complete nodes without module prefixes and, optionally, if the user started typing a module name, be able to complete nodes with module prefixes. However, I don't think it is such an important feature, because, as was said, module names are redundant (if equal to top-level module), so the completion doesn't suggest it. Change-Id: Iedabd017d0415a919a45be4aca30a5b353193f28
Copyright © Faculty of Information Technology, Czech Technical University in Prague, https://fit.cvut.cz/ . Copyright © CESNET, https://www.cesnet.cz/ . Most of the code was written by Václav Kubernát (FIT ČVUT) and Jan Kundrát (CESNET). The project is distributed under the terms of the Apache 2.0 license.