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
Auto Replace £
Moderator: kfury77
Forum rules
Please follow these guidelines when posting feature requests. This will help to increase the value of your contribution.
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".
Auto Replace £
Roy
- chrisjlocke
- Top Contributor
- Posts: 995
- Joined: Mon Aug 01, 2005 4:12 pm
- Location: Essex, UK
- Contact:
Re: Auto Replace £
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.
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.
Re: Auto Replace £
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.
Maybe this could be automatic if the charset is non-UTF-8.
Roy
- garethjmsaunders
- Posts: 65
- Joined: Fri Dec 02, 2005 5:08 pm
- Location: Anstruther, UK
- Contact:
Re: Auto Replace £
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:
If I instead click the CANCEL button on the pop-up dialog box then it just inserts
Gareth
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
Code: Select all
£
Re: Auto Replace £
Smart, Gareth! Works for the euro, too, even though Ctrl+Alt+5 by system already was assigned to the euro sign (not Shift+5).