Uzbl

Tasklist

FS#24 - Make uzbl display some message when is performing an action

Attached to Project: Uzbl
Opened by Ismael Carnales (icarnales) - 2009-05-31 09:06:30 AM
Last edited by Dieter Plaetinck (Dieter_be) - 2010-01-01 10:21:15 PM
Task Type Feature Request
Category uzbl-core
Status Closed
Assigned To No-one
Operating System All
Severity Low
Priority Normal
Reported Version Development
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

For example, when going back or forward in history , there's a time when nothing is moving, inlcudding the trhobber, that makes me doubt if I typed the command correctly. Maybe providing a "Going back in history" and "Going forward in history" for ex (and removing the current url (that isn't really current when loading another page :) ) )
This task depends upon

Closed by  Dieter Plaetinck (Dieter_be)
2010-01-01 10:21:15 PM
Reason for closing:  Implemented
Comment by Dieter Plaetinck (Dieter_be) - 2009-06-07 11:51:39 AM
Hmm. Well we're working on the ability to attach misc things to misc events. (not done yet)
+ you can do: `set status_message = foo`
to make what you want possible we will also need to:
1) keep the last triggered action in a variable
2) have a signal that emits when any action processing is done

this is quite feasible imho.
Comment by Dieter Plaetinck (Dieter_be) - 2010-01-01 10:21:02 PM
with the event system we have for a while now, there are many events (see README), including once that reports executed commands.
so when going back in history you get:
event COMMAND_EXECUTED back

you can do whatever you want with these events (see example config and documentation)

Loading...