You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/url save doesn't autocomplete filenames it only autocompletes the url. If I press tab while writing some filename the filename gets deleted and the link gets replaced by the next link in ac.
Expected Behavior
/url save should autocomplete the url as it does now but after that is typed and a space is inserted it should autocomplete filenames/paths
Current Behavior
/url save autocompletes only the url, anything else typed after gets deleted and the next url is shown
Possible Solution
Steps to Reproduce (for bugs)
Get url in your chat window
Type /url save press tab to get the url now start typing a location to save to, press tab
The text was updated successfully, but these errors were encountered:
MarcoPolo-PasTonMolo
changed the title
/url save Autocompletion doesn't autocomplete filenames/url save Autocompletion doesn't autocomplete filenames
Dec 18, 2022
Previously after the url if you pressed tab, even if you typed out a
filepath, profanity would erase that and cycle through url autocomplete
results.
This patch solves that and autocompletes filepaths after the url.
Fixesprofanity-im#1783
Previously after the url if you pressed tab, even if you typed out a
filepath, profanity would erase that and cycle through url autocomplete
results.
This patch solves that and autocompletes filepaths after the url.
Fixesprofanity-im#1783
/url save
doesn't autocomplete filenames it only autocompletes the url. If I press tab while writing some filename the filename gets deleted and the link gets replaced by the next link in ac.Expected Behavior
/url save
should autocomplete the url as it does now but after that is typed and a space is inserted it should autocomplete filenames/pathsCurrent Behavior
/url save
autocompletes only the url, anything else typed after gets deleted and the next url is shownPossible Solution
Steps to Reproduce (for bugs)
/url save
press tab to get the url now start typing a location to save to, press tabContext
Makes
/url save
inconvenient to use.Environment
Profanity, version 0.13.1dev.fix/segfault-mam.135a4cd9
Copyright (C) 2012 - 2019 James Booth boothj5web@gmail.com.
Copyright (C) 2019 - 2022 Michael Vetter jubalh@iodoru.org.
License GPLv3+: GNU GPL version 3 or later https://www.gnu.org/licenses/gpl.html
This is free software; you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.
Build information:
XMPP library: libstrophe
Desktop notification support: Enabled
OTR support: Enabled (libotr 4.1.1)
PGP support: Enabled (libgpgme 1.18.0)
OMEMO support: Enabled
C plugins: Enabled
Python plugins: Enabled (3.10.8)
GTK icons/clipboard: Enabled
GDK Pixbuf: Enabled
The text was updated successfully, but these errors were encountered: