#11542 closed enhancement (not reproducible)
Application Path completion works, but its display is not reactive
Reported by: | MrPingouin | Owned by: | nobody |
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | Applications/Command Line Tools | Version: | R1/Development |
Keywords: | Cc: | ||
Blocked By: | Blocking: | ||
Platform: | All |
Description
When defining the application started by a shortcut, the tab key works for completion, but it doesn't show immediatly the result, you have to press another key. e.g. the terminal, you have to type /boot/system/apps/Ter -- tab then space -- It would be nice :
- To have an immediate display of the result (when only one result exists)
- In case of several answers possible, pressing tab several times makes the path going through those choices.
This was tested on hrev48397.
Change History (7)
comment:1 by , 10 years ago
comment:2 by , 10 years ago
Hmmm. I have blacklisted some modules, I guess this thing has nothing to do with the issue.
But, I used a script provided by waddlesplash to keep my installation up-to-date with the nightly repos (setup-pkgman-upgrades.sh) . So if nothing has changed between 48397 and yesterday, we can say it's a clean install.
What would make the install "not clean" ?
comment:3 by , 10 years ago
In some case of updates you can be left with old version of setting files. In this case I am thinking of /etc/inputrc which must contain these two lines for tab completion to work:
set mark-symlinked-directories on set mark-directories on
We may need more changes to this to make sure all settings are set as they should. But it didn't change since yesterday (these lines were added some week ago) so this is not your exact problem.
comment:5 by , 10 years ago
Component: | Preferences/Shortcuts → Applications/Command Line Tools |
---|
comment:6 by , 5 years ago
Resolution: | → not reproducible |
---|---|
Status: | new → closed |
comment:7 by , 5 years ago
Milestone: | R1 |
---|
Remove milestone for tickets with status = closed and resolution != fixed
This seems to work just fine here (hrev48340, gcc2hybrid). Did you test on a clean install?