Opened 9 years ago

Closed 5 years ago

Last modified 4 years ago

#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 pulkomandy, 9 years ago

This seems to work just fine here (hrev48340, gcc2hybrid). Did you test on a clean install?

comment:2 by MrPingouin, 9 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 pulkomandy, 9 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:4 by MrPingouin, 9 years ago

Indeed, I do have these lines in my inputrc file.

comment:5 by diver, 9 years ago

Component: Preferences/ShortcutsApplications/Command Line Tools

comment:6 by waddlesplash, 5 years ago

Resolution: not reproducible
Status: newclosed

comment:7 by nielx, 4 years ago

Milestone: R1

Remove milestone for tickets with status = closed and resolution != fixed

Note: See TracTickets for help on using tickets.