-
Hey David... thanks for the reply.
> In the latest version (3.18), even the "Copy Username to Clipboard" and "Copy
> Notes to Clipboard" menu items are not displayed if the corrsponding fields are
> empty. This is true for the main menu as well as the right-click context menu.
Er, not in this copy, V3.18 (2757) -- I'm looking at a greyed out "Copy...
2009-08-27 18:44:43 UTC in Password Safe
-
There seems to be an incongruity in the right-click menu when you an item in Password Safe.
If there is no Username nor Notes entered, the "Copy Username to Clipboard" and "Copy Notes to Clipboard" fields are greyed out.
However, if you haven't entered a URL, URL-related menu items aren't displayed.
I often find greyed-out items useful, as is the predictable...
2009-08-27 07:13:22 UTC in Password Safe
-
Apologies if this has already been reported (I can't find how to search on just these forums), but having noticed there was a bug in 3.17 whereby Ctrl-T didn't appear to perform Autotype correctly, having installed the 3.18.msi, the same appears to be true.
With the browser as the application that will gain focus when Alt-Tab is pressed and with the cursor in the Username box on a web page...
2009-07-25 10:49:23 UTC in Password Safe
-
> not accepting forward slashes is a pain
FWIW I heartily agree... have spent ages today trying to work out why \d didn't work, only to find this post and realise I could have just used [0-9] instead... arrrgh!
2009-07-02 14:14:52 UTC in GnuWin
-
Am trying to parse the output from a local printer's status page, and am failing to get lookahead working when piping the value from a wget into grep.
This works fine and returns lots of matches:
wget -q -O- "http://10.0.0.99/status" | grep -E Helvetica
However this returns nothing
wget -q -O- "http://10.0.0.99/status" | grep -E Helv(?=etica)
Does lookahead...
2009-06-24 06:37:06 UTC in UnxUtils