Re: Log auto-completion
From: Clemens Anhuth <clemens_at_froglogic.com>
Date: Thu, 07 May 2009 10:12:59 +0200
webpost_at_tigris.org wrote:
Hello Thomas,
maybe you can introduce AutoHotkey, which can not only solve that
http://www.autohotkey.com/docs/Hotstrings.htm
You can generate small *.exe files from AutoHotkey scripts, should that
A script for your case would look like this:
#SingleInstance force
Another interesting use is incorporating whatever is in the clipboard:
:k-1*:ssout::
In clipboard:
myVarX
When triggered via "ssout":
System.out.println( "myVarX: " + myVarX );
(Other uses include showing a reminder every 15 minute to update my To
With best regards
Clemens Anhuth
-- www.froglogic.com - Squish - Multi-Platform GUI Testing ------------------------------------------------------ http://tortoisesvn.tigris.org/ds/viewMessage.do?dsForumId=4061&dsMessageId=2091663 To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_tortoisesvn.tigris.org].Received on 2009-05-07 10:19:55 CEST |
This is an archived mail posted to the TortoiseSVN Users mailing list.
This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.