1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-02-05 18:55:46 +01:00

Commandline completion for hinted file inputs

When an <input type="file"> is selected with hints, it will cause an
"Upload file: " prompt in the commandline. (Selection with tab and mouse
is left unchanged and will cause the firefox dialog to display)
This commit is contained in:
Conrad Irwin
2009-03-16 12:28:34 +00:00
parent c8a405cec5
commit 924aba8f54
3 changed files with 14 additions and 0 deletions

View File

@@ -21,6 +21,8 @@
* IMPORTANT: 'verbose' is now by default at 1, set to 0 to not show any status messages.
* IMPORTANT: $VIMPERATOR_HOME is no longer used.
* Selecting an <input type="file"> with hints now causes the commandline to prompt
for file input (instead of doing nothing).
* [count]<C-n> now goes to the [count]th next tab rather than the [count]th tab.
* add ~/.vimperator/info/{profile}/, similar to viminfo
* add $VIMPERATOR_RUNTIME, $VIMPERATOR_INIT