Auto Replace £

Let us know what you would like to see in the next version of this software

Moderator: kfury77

Forum rules
Please follow these guidelines when posting feature requests. This will help to increase the value of your contribution.
  • Do not create new topics for already requested features. Add your comments to the existing feature request topics instead;
  • Create separate topic for each feature suggestion. Do NOT post a number of non-related feature suggestions in a single topic;
  • Give your topic a meaningful title. Do NOT create topics with meaningless titles, such as "My Suggestion" or "My Problem".
Please note that we DO READ all suggestions, even if a reply is not posted. Thanks!
Post Reply
RoyReed
Posts: 16
Joined: Wed Aug 02, 2006 6:38 pm
Location: London, UK
Contact:

Auto Replace £

Post by RoyReed »

Is it possible for Auto Replace to change the £ sign to £ when a number is typed after £. For me it only changes to £ when I type a space after £.

Win7 Pro 64 SP1
v11.0.0.126
Roy
User avatar
chrisjlocke
Top Contributor
Posts: 995
Joined: Mon Aug 01, 2005 4:12 pm
Location: Essex, UK
Contact:

Re: Auto Replace £

Post by chrisjlocke »

Yes, the auto-replace is only triggered after the end of a word, eg, using punctuation, space, or Enter.
Rather than support, I would suggest putting a post in the 'requests' forum (or I can move this post, which might be easier) so other users can vote on it. If its a popular suggestion, it might get implemented into a future version.
RoyReed
Posts: 16
Joined: Wed Aug 02, 2006 6:38 pm
Location: London, UK
Contact:

Re: Auto Replace £

Post by RoyReed »

Please move it to requests - probably applies to all currency symbols apart from $.

Maybe this could be automatic if the charset is non-UTF-8.
Roy
User avatar
garethjmsaunders
Posts: 65
Joined: Fri Dec 02, 2005 5:08 pm
Location: Anstruther, UK
Contact:

Re: Auto Replace £

Post by garethjmsaunders »

I've created a snippet that uses replacement tokens to do this for me, with a simple shortcut key:

Name: Pound
Shortcut key: CTRL + SHIFT + 3
Insert before caret: £%[Amount in British sterling]%
Insert after caret: <BLANK>

So rather than pressing SHIFT + 3 to insert a £ symbol I add the CTRL and it pops up a dialog box asking me "Amount in British sterling". I insert the amount, e.g. 4,500 and when I click OK it inserts:

Code: Select all

£4,500
If I instead click the CANCEL button on the pop-up dialog box then it just inserts

Code: Select all

£
Gareth
FrankC
Posts: 126
Joined: Thu Aug 18, 2011 3:28 pm

Re: Auto Replace £

Post by FrankC »

Smart, Gareth! Works for the euro, too, even though Ctrl+Alt+5 by system already was assigned to the euro sign (not Shift+5).
Post Reply